#4E29C0

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

Shades of Purple Heart #4E29C0

Tints of Purple Heart #4E29C0

Color information

#4E29C0 (or 0x4E29C0) is unknown color: approx Purple Heart. HEX triplet: 4E, 29 and C0. RGB value is (78,41,192). Sum of RGB (Red+Green+Blue) = 78+41+192=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E29C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E29C0 is #B1D63F. Grayscale: #444444. Windows color (decimal): -11654720 or 12593486. OLE color: 12593486.

HSL color Cylindrical-coordinate representation of color #4E29C0: hue angle of 254.7º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E29C0 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7841192-
CMYK0.590.7900.25
HSL254.7º64.81%45.69%-
HSV(B)254.7º78.65%75.29%-
XYZ13.457.0150.51-
YUV69.28197.26134.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.08%
GREEN value IS 41 (16.41% from 255) = 13.18%
BLUE value IS 192 (75.39% from 255) = 61.74%
R=25.08%
G=13.18%
B=61.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78411920.590.7900.25254.764.8145.69
Hex4E29C03B4F019ff412e
Octal116513007311703137710156
Binary1001110101001110000001110111001111011001111111111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E29C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,41,192); }

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

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

 a { background-color: rgb(78,41,192); }

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

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

 span { border-color: rgb(78,41,192); }

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