Html Css Color HEX #420DB4 Purple Heart

📋 copy color: '#420DB4'

red 66 ◦ green 13 ◦ blue 180

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

Shades of Purple Heart #420DB4

Tints of Purple Heart #420DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 69.5%

R = 25.48%
G = 5.02%
B = 69.5%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#420DB4 (or 0x420DB4) is known color: Purple Heart. HEX triplet: 42, 0D and B4. RGB value is (66,13,180). Sum of RGB (Red+Green+Blue) = 66+13+180=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 180 (70.70% from 255 or 69.50% from 259); Max value from RGB is 180 - color contains mainly: blue. Hex color #420DB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420DB4 is #BDF24B. Grayscale: #2F2F2F. Windows color (decimal): -12448332 or 11799874. OLE color: 11799874.

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

Color convert

RGB 66 13 180 -
CMYK 0.63 0.93 0 0.29
HSL 259.04º 0.87% 0.38% -
HSV(B) 259.04º 0.93% 0.71% -
XYZ 10.63 4.74 43.53 -
YUV 47.89 202.56 140.92 -
System Red Green Blue C M Y K H S L
Decimal 66 13 180 0.63 0.93 0 0.29 259.04 0.87 0.38
Hex 42 D B4 3F 5D 0 1D 103 57 26
Octal 102 15 264 77 135 0 35 403 127 46
Binary 1000010 1101 10110100 111111 1011101 0 11101 100000011 1010111 100110

Color Harmonies of #420DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DB4

Black with #420DB4

Text Example


Text Example

White with #420DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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