Html Css Color HEX #420DB3 Purple Heart

📋 copy color: '#420DB3'

red 66 ◦ green 13 ◦ blue 179

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

Shades of Purple Heart #420DB3

Tints of Purple Heart #420DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 69.38%

R = 25.58%
G = 5.04%
B = 69.38%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#420DB3 (or 0x420DB3) is known color: Purple Heart. HEX triplet: 42, 0D and B3. RGB value is (66,13,179). Sum of RGB (Red+Green+Blue) = 66+13+179=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 179 (70.31% from 255 or 69.38% from 258); Max value from RGB is 179 - color contains mainly: blue. Hex color #420DB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420DB3 is #BDF24C. Grayscale: #2F2F2F. Windows color (decimal): -12448333 or 11734338. OLE color: 11734338.

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

Color convert

RGB 66 13 179 -
CMYK 0.63 0.93 0 0.30
HSL 259.16º 0.86% 0.38% -
HSV(B) 259.16º 0.93% 0.7% -
XYZ 10.53 4.7 43 -
YUV 47.77 202.06 141 -
System Red Green Blue C M Y K H S L
Decimal 66 13 179 0.63 0.93 0 0.30 259.16 0.86 0.38
Hex 42 D B3 3F 5D 0 1E 103 56 26
Octal 102 15 263 77 135 0 36 403 126 46
Binary 1000010 1101 10110011 111111 1011101 0 11110 100000011 1010110 100110

Color Harmonies of #420DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DB3

Black with #420DB3

Text Example


Text Example

White with #420DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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