Html Css Color HEX #420CEC Han Purple

📋 copy color: '#420CEC'

red 66 ◦ green 12 ◦ blue 236

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

Shades of Han Purple #420CEC

Tints of Han Purple #420CEC

RGB

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

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

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

R = 21.02%
G = 3.82%
B = 75.16%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#420CEC (or 0x420CEC) is known color: Han Purple. HEX triplet: 42, 0C and EC. RGB value is (66,12,236). Sum of RGB (Red+Green+Blue) = 66+12+236=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #420CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420CEC is #BDF313. Grayscale: #343434. Windows color (decimal): -12448532 or 15469634. OLE color: 15469634.

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

Color convert

RGB 66 12 236 -
CMYK 0.72 0.95 0 0.07
HSL 254.46º 0.9% 0.49% -
HSV(B) 254.46º 0.95% 0.93% -
XYZ 17.52 7.48 79.88 -
YUV 53.68 230.89 136.79 -
System Red Green Blue C M Y K H S L
Decimal 66 12 236 0.72 0.95 0 0.07 254.46 0.9 0.49
Hex 42 C EC 48 5F 0 7 FE 5A 31
Octal 102 14 354 110 137 0 7 376 132 61
Binary 1000010 1100 11101100 1001000 1011111 0 111 11111110 1011010 110001

Color Harmonies of #420CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420CEC

Black with #420CEC

Text Example


Text Example

White with #420CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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