Html Css Color HEX #420DEC Han Purple

📋 copy color: '#420DEC'

red 66 ◦ green 13 ◦ blue 236

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

Shades of Han Purple #420DEC

Tints of Han Purple #420DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.92%

R = 20.95%
G = 4.13%
B = 74.92%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#420DEC (or 0x420DEC) is known color: Han Purple. HEX triplet: 42, 0D and EC. RGB value is (66,13,236). Sum of RGB (Red+Green+Blue) = 66+13+236=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #420DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420DEC is #BDF213. Grayscale: #353535. Windows color (decimal): -12448276 or 15469890. OLE color: 15469890.

HSL color Cylindrical-coordinate representation of color #420DEC: hue angle of 254.26º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420DEC is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 13 236 -
CMYK 0.72 0.94 0 0.07
HSL 254.26º 0.9% 0.49% -
HSV(B) 254.26º 0.94% 0.93% -
XYZ 17.53 7.5 79.88 -
YUV 54.27 230.56 136.37 -
System Red Green Blue C M Y K H S L
Decimal 66 13 236 0.72 0.94 0 0.07 254.26 0.9 0.49
Hex 42 D EC 48 5E 0 7 FE 5A 31
Octal 102 15 354 110 136 0 7 376 132 61
Binary 1000010 1101 11101100 1001000 1011110 0 111 11111110 1011010 110001

Color Harmonies of #420DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DEC

Black with #420DEC

Text Example


Text Example

White with #420DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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