#4E2EAF

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

Shades of Purple Heart #4E2EAF

Tints of Purple Heart #4E2EAF

Color information

#4E2EAF (or 0x4E2EAF) is unknown color: approx Purple Heart. HEX triplet: 4E, 2E and AF. RGB value is (78,46,175). Sum of RGB (Red+Green+Blue) = 78+46+175=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E2EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2EAF is #B1D150. Grayscale: #454545. Windows color (decimal): -11653457 or 11480654. OLE color: 11480654.

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

Color convert

RGB7846175-
CMYK0.550.7400.31
HSL254.88º58.37%43.33%-
HSV(B)254.88º73.71%68.63%-
XYZ11.866.6741.22-
YUV70.27187.1133.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.09%
GREEN value IS 46 (18.36% from 255) = 15.38%
BLUE value IS 175 (68.75% from 255) = 58.53%
R=26.09%
G=15.38%
B=58.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78461750.550.7400.31254.8858.3743.33
Hex4E2EAF374A01Fff3a2b
Octal11656257671120373777253
Binary100111010111010101111110111100101001111111111111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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