#420EBE

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

Shades of Purple Heart #420EBE

Tints of Purple Heart #420EBE

Color information

#420EBE (or 0x420EBE) is unknown color: approx Purple Heart. HEX triplet: 42, 0E and BE. RGB value is (66,14,190). Sum of RGB (Red+Green+Blue) = 66+14+190=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #420EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420EBE is #BDF141. Grayscale: #303030. Windows color (decimal): -12448066 or 12455490. OLE color: 12455490.

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

Color convert

RGB6614190-
CMYK0.650.9300.25
HSL257.73º86.27%40%-
HSV(B)257.73º92.63%74.51%-
XYZ11.75.1949.1-
YUV49.61207.23139.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 190 (74.61% from 255) = 70.37%
R=24.44%
G=5.19%
B=70.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66141900.650.9300.25257.7386.2740
Hex42EBE415D0191025628
Octal1021627610113503140212650
Binary1000010111010111110100000110111010110011000000101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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