Html Css Color HEX #420EB6 Purple Heart

📋 copy color: '#420EB6'

red 66 ◦ green 14 ◦ blue 182

#420EB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #420EB6

Tints of Purple Heart #420EB6

RGB

 RED value IS 66 (26.17% from 255) = 25.19%

 GREEN value IS 14 (5.86% from 255) = 5.34%

 BLUE value IS 182 (71.48% from 255) = 69.47%

R = 25.19%
G = 5.34%
B = 69.47%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#420EB6 (or 0x420EB6) is known color: Purple Heart. HEX triplet: 42, 0E and B6. RGB value is (66,14,182). Sum of RGB (Red+Green+Blue) = 66+14+182=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 182 (71.48% from 255 or 69.47% from 262); Max value from RGB is 182 - color contains mainly: blue. Hex color #420EB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420EB6 is #BDF149. Grayscale: #303030. Windows color (decimal): -12448074 or 11931202. OLE color: 11931202.

HSL color Cylindrical-coordinate representation of color #420EB6: hue angle of 258.57º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420EB6 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 14 182 -
CMYK 0.64 0.92 0 0.29
HSL 258.57º 0.86% 0.38% -
HSV(B) 258.57º 0.92% 0.71% -
XYZ 10.85 4.85 44.62 -
YUV 48.7 203.23 140.34 -
System Red Green Blue C M Y K H S L
Decimal 66 14 182 0.64 0.92 0 0.29 258.57 0.86 0.38
Hex 42 E B6 40 5C 0 1D 103 56 26
Octal 102 16 266 100 134 0 35 403 126 46
Binary 1000010 1110 10110110 1000000 1011100 0 11101 100000011 1010110 100110

Color Harmonies of #420EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420EB6

Black with #420EB6

Text Example


Text Example

White with #420EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #420EB6;
 }
 .AnyTagClassName
 {
   color: #420EB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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