#4E11CE

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

Shades of Purple Heart #4E11CE

Tints of Purple Heart #4E11CE

Color information

#4E11CE (or 0x4E11CE) is unknown color: approx Purple Heart. HEX triplet: 4E, 11 and CE. RGB value is (78,17,206). Sum of RGB (Red+Green+Blue) = 78+17+206=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E11CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E11CE is #B1EE31. Grayscale: #383838. Windows color (decimal): -11660850 or 13504846. OLE color: 13504846.

HSL color Cylindrical-coordinate representation of color #4E11CE: hue angle of 259.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E11CE is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7817206-
CMYK0.620.9200.19
HSL259.37º84.75%43.73%-
HSV(B)259.37º91.75%80.78%-
XYZ14.486.4858.88-
YUV56.78212.21143.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.91%
GREEN value IS 17 (7.03% from 255) = 5.65%
BLUE value IS 206 (80.86% from 255) = 68.44%
R=25.91%
G=5.65%
B=68.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal78172060.620.9200.19259.3784.7543.73
Hex4E11CE3E5C013103552c
Octal116213167613402340312554
Binary1001110100011100111011111010111000100111000000111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E11CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,17,206); }

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

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

 a { background-color: rgb(78,17,206); }

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

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

 span { border-color: rgb(78,17,206); }

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