#4E2CAF

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

Shades of Purple Heart #4E2CAF

Tints of Purple Heart #4E2CAF

Color information

#4E2CAF (or 0x4E2CAF) is unknown color: approx Purple Heart. HEX triplet: 4E, 2C and AF. RGB value is (78,44,175). Sum of RGB (Red+Green+Blue) = 78+44+175=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E2CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2CAF is #B1D350. Grayscale: #444444. Windows color (decimal): -11653969 or 11480142. OLE color: 11480142.

HSL color Cylindrical-coordinate representation of color #4E2CAF: hue angle of 255.57º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E2CAF is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7844175-
CMYK0.550.7500.31
HSL255.57º59.82%42.94%-
HSV(B)255.57º74.86%68.63%-
XYZ11.786.5241.19-
YUV69.1187.76134.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.26%
GREEN value IS 44 (17.58% from 255) = 14.81%
BLUE value IS 175 (68.75% from 255) = 58.92%
R=26.26%
G=14.81%
B=58.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78441750.550.7500.31255.5759.8242.94
Hex4E2CAF374B01F1003c2b
Octal11654257671130374007453
Binary1001110101100101011111101111001011011111100000000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,44,175); }

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

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

 a { background-color: rgb(78,44,175); }

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

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

 span { border-color: rgb(78,44,175); }

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