Html Css Color HEX #420BEC Han Purple

📋 copy color: '#420BEC'

red 66 ◦ green 11 ◦ blue 236

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

Shades of Han Purple #420BEC

Tints of Han Purple #420BEC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.51%

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

R = 21.09%
G = 3.51%
B = 75.4%

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

#420BEC (or 0x420BEC) is known color: Han Purple. HEX triplet: 42, 0B and EC. RGB value is (66,11,236). Sum of RGB (Red+Green+Blue) = 66+11+236=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 236 (92.58% from 255 or 75.40% from 313); Max value from RGB is 236 - color contains mainly: blue. Hex color #420BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420BEC is #BDF413. Grayscale: #343434. Windows color (decimal): -12448788 or 15469378. OLE color: 15469378.

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

Color convert

RGB 66 11 236 -
CMYK 0.72 0.95 0 0.07
HSL 254.67º 0.91% 0.48% -
HSV(B) 254.67º 0.95% 0.93% -
XYZ 17.51 7.45 79.87 -
YUV 53.1 231.22 137.2 -
System Red Green Blue C M Y K H S L
Decimal 66 11 236 0.72 0.95 0 0.07 254.67 0.91 0.48
Hex 42 B EC 48 5F 0 7 FF 5B 30
Octal 102 13 354 110 137 0 7 377 133 60
Binary 1000010 1011 11101100 1001000 1011111 0 111 11111111 1011011 110000

Color Harmonies of #420BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BEC

Black with #420BEC

Text Example


Text Example

White with #420BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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