#4E04CA

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

Shades of Purple Heart #4E04CA

Tints of Purple Heart #4E04CA

Color information

#4E04CA (or 0x4E04CA) is unknown color: approx Purple Heart. HEX triplet: 4E, 04 and CA. RGB value is (78,4,202). Sum of RGB (Red+Green+Blue) = 78+4+202=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 202 (79.30% from 255 or 71.13% from 284); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E04CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E04CA is #B1FB35. Grayscale: #2F2F2F. Windows color (decimal): -11664182 or 13239374. OLE color: 13239374.

HSL color Cylindrical-coordinate representation of color #4E04CA: hue angle of 262.42º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E04CA is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB784202-
CMYK0.610.9800.21
HSL262.42º96.12%40.39%-
HSV(B)262.42º98.02%79.22%-
XYZ13.855.9756.3-
YUV48.7214.52148.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.46%
GREEN value IS 4 (1.95% from 255) = 1.41%
BLUE value IS 202 (79.30% from 255) = 71.13%
R=27.46%
G=1.41%
B=71.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal7842020.610.9800.21262.4296.1240.39
Hex4E4CA3D620151066028
Octal11643127514202540614050
Binary10011101001100101011110111000100101011000001101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E04CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,4,202); }

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

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

 a { background-color: rgb(78,4,202); }

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

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

 span { border-color: rgb(78,4,202); }

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