Html Css Color HEX #420EBC Purple Heart

📋 copy color: '#420EBC'

red 66 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #420EBC

Tints of Purple Heart #420EBC

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 value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#420EBC (or 0x420EBC) is known color: 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

RGB 66 14 188 -
CMYK 0.65 0.93 0 0.26
HSL 257.93º 0.86% 0.4% -
HSV(B) 257.93º 0.93% 0.74% -
XYZ 11.48 5.1 47.96 -
YUV 49.38 206.23 139.85 -
System Red Green Blue C M Y K H S L
Decimal 66 14 188 0.65 0.93 0 0.26 257.93 0.86 0.4
Hex 42 E BC 41 5D 0 1A 102 56 28
Octal 102 16 274 101 135 0 32 402 126 50
Binary 1000010 1110 10111100 1000001 1011101 0 11010 100000010 1010110 101000

Color Harmonies of #420EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420EBC

Black with #420EBC

Text Example


Text Example

White with #420EBC

Text Example


Text Example

HTML Codes & Css Web 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>