Html Css Color HEX #420EED Han Purple

📋 copy color: '#420EED'

red 66 ◦ green 14 ◦ blue 237

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

Shades of Han Purple #420EED

Tints of Han Purple #420EED

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.42%

 BLUE value IS 237 (92.97% from 255) = 74.76%

R = 20.82%
G = 4.42%
B = 74.76%

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

#420EED (or 0x420EED) is known color: Han Purple. HEX triplet: 42, 0E and ED. RGB value is (66,14,237). Sum of RGB (Red+Green+Blue) = 66+14+237=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #420EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420EED is #BDF112. Grayscale: #363636. Windows color (decimal): -12448019 or 15535682. OLE color: 15535682.

HSL color Cylindrical-coordinate representation of color #420EED: hue angle of 253.99º degrees, saturation: 0.89, 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 #420EED is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 14 237 -
CMYK 0.72 0.94 0 0.07
HSL 253.99º 0.89% 0.49% -
HSV(B) 253.99º 0.94% 0.93% -
XYZ 17.69 7.59 80.65 -
YUV 54.97 230.73 135.87 -
System Red Green Blue C M Y K H S L
Decimal 66 14 237 0.72 0.94 0 0.07 253.99 0.89 0.49
Hex 42 E ED 48 5E 0 7 FE 59 31
Octal 102 16 355 110 136 0 7 376 131 61
Binary 1000010 1110 11101101 1001000 1011110 0 111 11111110 1011001 110001

Color Harmonies of #420EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420EED

Black with #420EED

Text Example


Text Example

White with #420EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,14,237); }

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

background-color css

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

 a { background-color: rgb(66,14,237); }

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

border-color css

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

 span { border-color: rgb(66,14,237); }

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