Html Css Color HEX #420CD9 Han Purple

📋 copy color: '#420CD9'

red 66 ◦ green 12 ◦ blue 217

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

Shades of Han Purple #420CD9

Tints of Han Purple #420CD9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.07%

 BLUE value IS 217 (85.16% from 255) = 73.56%

R = 22.37%
G = 4.07%
B = 73.56%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#420CD9 (or 0x420CD9) is known color: Han Purple. HEX triplet: 42, 0C and D9. RGB value is (66,12,217). Sum of RGB (Red+Green+Blue) = 66+12+217=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 217 (85.16% from 255 or 73.56% from 295); Max value from RGB is 217 - color contains mainly: blue. Hex color #420CD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CD9 is #BDF326. Grayscale: #323232. Windows color (decimal): -12448551 or 14224450. OLE color: 14224450.

HSL color Cylindrical-coordinate representation of color #420CD9: hue angle of 255.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420CD9 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 12 217 -
CMYK 0.70 0.94 0 0.15
HSL 255.8º 0.9% 0.45% -
HSV(B) 255.8º 0.94% 0.85% -
XYZ 14.9 6.43 66.1 -
YUV 51.52 221.39 138.33 -
System Red Green Blue C M Y K H S L
Decimal 66 12 217 0.70 0.94 0 0.15 255.8 0.9 0.45
Hex 42 C D9 46 5E 0 F 100 5A 2D
Octal 102 14 331 106 136 0 17 400 132 55
Binary 1000010 1100 11011001 1000110 1011110 0 1111 100000000 1011010 101101

Color Harmonies of #420CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420CD9

Black with #420CD9

Text Example


Text Example

White with #420CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,12,217); }

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

background-color css

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

 a { background-color: rgb(66,12,217); }

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

border-color css

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

 span { border-color: rgb(66,12,217); }

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