#4E08CD

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

Shades of Purple Heart #4E08CD

Tints of Purple Heart #4E08CD

Color information

#4E08CD (or 0x4E08CD) is unknown color: approx Purple Heart. HEX triplet: 4E, 08 and CD. RGB value is (78,8,205). Sum of RGB (Red+Green+Blue) = 78+8+205=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E08CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E08CD is #B1F732. Grayscale: #323232. Windows color (decimal): -11663155 or 13437006. OLE color: 13437006.

HSL color Cylindrical-coordinate representation of color #4E08CD: hue angle of 261.32º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E08CD is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB788205-
CMYK0.620.9600.20
HSL261.32º92.49%41.76%-
HSV(B)261.32º96.1%80.39%-
XYZ14.256.258.2-
YUV51.39214.69146.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.80%
GREEN value IS 8 (3.52% from 255) = 2.75%
BLUE value IS 205 (80.47% from 255) = 70.45%
R=26.80%
G=2.75%
B=70.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal7882050.620.9600.20261.3292.4941.76
Hex4E8CD3E600141055c2a
Octal116103157614002440513452
Binary100111010001100110111111011000000101001000001011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E08CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,8,205); }

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

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

 a { background-color: rgb(78,8,205); }

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

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

 span { border-color: rgb(78,8,205); }

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