#4E12C3

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

Shades of Purple Heart #4E12C3

Tints of Purple Heart #4E12C3

Color information

#4E12C3 (or 0x4E12C3) is unknown color: approx Purple Heart. HEX triplet: 4E, 12 and C3. RGB value is (78,18,195). Sum of RGB (Red+Green+Blue) = 78+18+195=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 195 (76.56% from 255 or 67.01% from 291); Max value from RGB is 195 - color contains mainly: blue. Hex color #4E12C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E12C3 is #B1ED3C. Grayscale: #373737. Windows color (decimal): -11660605 or 12784206. OLE color: 12784206.

HSL color Cylindrical-coordinate representation of color #4E12C3: hue angle of 260.34º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E12C3 is Cyan = 0.6, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7818195-
CMYK0.60.9100.24
HSL260.34º83.1%41.76%-
HSV(B)260.34º90.77%76.47%-
XYZ13.215.9952.09-
YUV56.12206.38143.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.80%
GREEN value IS 18 (7.42% from 255) = 6.19%
BLUE value IS 195 (76.56% from 255) = 67.01%
R=26.80%
G=6.19%
B=67.01%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal78181950.60.9100.24260.3483.141.76
Hex4E12C33C5B018104532a
Octal116223037413303040412352
Binary1001110100101100001111110010110110110001000001001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E12C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,18,195); }

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

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

 a { background-color: rgb(78,18,195); }

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

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

 span { border-color: rgb(78,18,195); }

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