Html Css Color HEX #420DBC Purple Heart

📋 copy color: '#420DBC'

red 66 ◦ green 13 ◦ blue 188

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

Shades of Purple Heart #420DBC

Tints of Purple Heart #420DBC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

 BLUE value IS 188 (73.83% from 255) = 70.41%

R = 24.72%
G = 4.87%
B = 70.41%

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

#420DBC (or 0x420DBC) is known color: Purple Heart. HEX triplet: 42, 0D and BC. RGB value is (66,13,188). Sum of RGB (Red+Green+Blue) = 66+13+188=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #420DBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420DBC is #BDF243. Grayscale: #303030. Windows color (decimal): -12448324 or 12324162. OLE color: 12324162.

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

Color convert

RGB 66 13 188 -
CMYK 0.65 0.93 0 0.26
HSL 258.17º 0.87% 0.39% -
HSV(B) 258.17º 0.93% 0.74% -
XYZ 11.47 5.08 47.95 -
YUV 48.8 206.56 140.27 -
System Red Green Blue C M Y K H S L
Decimal 66 13 188 0.65 0.93 0 0.26 258.17 0.87 0.39
Hex 42 D BC 41 5D 0 1A 102 57 27
Octal 102 15 274 101 135 0 32 402 127 47
Binary 1000010 1101 10111100 1000001 1011101 0 11010 100000010 1010111 100111

Color Harmonies of #420DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DBC

Black with #420DBC

Text Example


Text Example

White with #420DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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