#4A33DA

Color #4A33DA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4A33DA

Tints of Purple Heart #4A33DA

Color information

#4A33DA (or 0x4A33DA) is unknown color: approx Purple Heart. HEX triplet: 4A, 33 and DA. RGB value is (74,51,218). Sum of RGB (Red+Green+Blue) = 74+51+218=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A33DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A33DA is #B5CC25. Grayscale: #4C4C4C. Windows color (decimal): -11914278 or 14299978. OLE color: 14299978.

HSL color Cylindrical-coordinate representation of color #4A33DA: hue angle of 248.26º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A33DA is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7451218-
CMYK0.660.7700.15
HSL248.26º69.29%52.75%-
HSV(B)248.26º76.61%85.49%-
XYZ16.668.8967.17-
YUV76.91207.62125.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 21.57%
GREEN value IS 51 (20.31% from 255) = 14.87%
BLUE value IS 218 (85.55% from 255) = 63.56%
R=21.57%
G=14.87%
B=63.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal74512180.660.7700.15248.2669.2952.75
Hex4A33DA424D0Ff84535
Octal1126333210211501737010565
Binary1001010110011110110101000010100110101111111110001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A33DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A33DA; }

 p { color: rgb(74,51,218); }

 H1.HeaderClassName
 {
   color: #4A33DA;
 }
 .AnyTagClassName
 {
   color: #4A33DA;
 }
</style>
background-color css

<style>
 a { background-color: #4A33DA; }

 a { background-color: rgb(74,51,218); }

 div.DivClassName
 {
   background-color: #4A33DA;
 }
 .BgClassName
 {
   background-color: #4A33DA;
 }
</style>
border-color css

<style>
 span { border-color: #4A33DA; }

 span { border-color: rgb(74,51,218); }

 td.TdClassName
 {
   border-color: #4A33DA;
 }
 .TagClassName
 {
   border-color: #4A33DA;
 }
</style>