Html Css Color HEX #420DED Han Purple

📋 copy color: '#420DED'

red 66 ◦ green 13 ◦ blue 237

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

Shades of Han Purple #420DED

Tints of Han Purple #420DED

RGB

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

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

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

R = 20.89%
G = 4.11%
B = 75%

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

#420DED (or 0x420DED) is known color: Han Purple. HEX triplet: 42, 0D and ED. RGB value is (66,13,237). Sum of RGB (Red+Green+Blue) = 66+13+237=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #420DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420DED is #BDF212. Grayscale: #353535. Windows color (decimal): -12448275 or 15535426. OLE color: 15535426.

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

Color convert

RGB 66 13 237 -
CMYK 0.72 0.95 0 0.07
HSL 254.2º 0.9% 0.49% -
HSV(B) 254.2º 0.95% 0.93% -
XYZ 17.68 7.56 80.65 -
YUV 54.38 231.06 136.29 -
System Red Green Blue C M Y K H S L
Decimal 66 13 237 0.72 0.95 0 0.07 254.2 0.9 0.49
Hex 42 D ED 48 5F 0 7 FE 5A 31
Octal 102 15 355 110 137 0 7 376 132 61
Binary 1000010 1101 11101101 1001000 1011111 0 111 11111110 1011010 110001

Color Harmonies of #420DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DED

Black with #420DED

Text Example


Text Example

White with #420DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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