Html Css Color HEX #420DFE Han Purple

📋 copy color: '#420DFE'

red 66 ◦ green 13 ◦ blue 254

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

Shades of Han Purple #420DFE

Tints of Han Purple #420DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 76.28%

R = 19.82%
G = 3.9%
B = 76.28%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#420DFE (or 0x420DFE) is known color: Han Purple. HEX triplet: 42, 0D and FE. RGB value is (66,13,254). Sum of RGB (Red+Green+Blue) = 66+13+254=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #420DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420DFE is #BDF201. Grayscale: #373737. Windows color (decimal): -12448258 or 16649538. OLE color: 16649538.

HSL color Cylindrical-coordinate representation of color #420DFE: hue angle of 253.2º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420DFE is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 13 254 -
CMYK 0.74 0.95 0 0.00
HSL 253.2º 0.99% 0.52% -
HSV(B) 253.2º 0.95% 1% -
XYZ 20.28 8.6 94.36 -
YUV 56.32 239.56 134.9 -
System Red Green Blue C M Y K H S L
Decimal 66 13 254 0.74 0.95 0 0.00 253.2 0.99 0.52
Hex 42 D FE 4A 5F 0 0 FD 63 34
Octal 102 15 376 112 137 0 0 375 143 64
Binary 1000010 1101 11111110 1001010 1011111 0 0 11111101 1100011 110100

Color Harmonies of #420DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DFE

Black with #420DFE

Text Example


Text Example

White with #420DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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