#4E2CD5

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

Shades of Purple Heart #4E2CD5

Tints of Purple Heart #4E2CD5

Color information

#4E2CD5 (or 0x4E2CD5) is unknown color: approx Purple Heart. HEX triplet: 4E, 2C and D5. RGB value is (78,44,213). Sum of RGB (Red+Green+Blue) = 78+44+213=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 213 (83.59% from 255 or 63.58% from 335); Max value from RGB is 213 - color contains mainly: blue. Hex color #4E2CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2CD5 is #B1D32A. Grayscale: #484848. Windows color (decimal): -11653931 or 13970510. OLE color: 13970510.

HSL color Cylindrical-coordinate representation of color #4E2CD5: hue angle of 252.07º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E2CD5 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7844213-
CMYK0.630.7900.16
HSL252.07º66.8%50.39%-
HSV(B)252.07º79.34%83.53%-
XYZ16.058.2363.69-
YUV73.43206.76131.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.28%
GREEN value IS 44 (17.58% from 255) = 13.13%
BLUE value IS 213 (83.59% from 255) = 63.58%
R=23.28%
G=13.13%
B=63.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal78442130.630.7900.16252.0766.850.39
Hex4E2CD53F4F010fc4332
Octal116543257711702037410362
Binary1001110101100110101011111111001111010000111111001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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