#420EBC

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

Shades of Purple Heart #420EBC

Tints of Purple Heart #420EBC

Color information

#420EBC (or 0x420EBC) is unknown color: approx Purple Heart. HEX triplet: 42, 0E and BC. RGB value is (66,14,188). Sum of RGB (Red+Green+Blue) = 66+14+188=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #420EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420EBC is #BDF143. Grayscale: #303030. Windows color (decimal): -12448068 or 12324418. OLE color: 12324418.

HSL color Cylindrical-coordinate representation of color #420EBC: hue angle of 257.93º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420EBC is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6614188-
CMYK0.650.9300.26
HSL257.93º86.14%39.61%-
HSV(B)257.93º92.55%73.73%-
XYZ11.485.147.96-
YUV49.38206.23139.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 14 (5.86% from 255) = 5.22%
BLUE value IS 188 (73.83% from 255) = 70.15%
R=24.63%
G=5.22%
B=70.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66141880.650.9300.26257.9386.1439.61
Hex42EBC415D01A1025628
Octal1021627410113503240212650
Binary1000010111010111100100000110111010110101000000101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420EBC; }

 p { color: rgb(66,14,188); }

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

<style>
 a { background-color: #420EBC; }

 a { background-color: rgb(66,14,188); }

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

<style>
 span { border-color: #420EBC; }

 span { border-color: rgb(66,14,188); }

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