Html Css Color HEX #420FFE Han Purple

📋 copy color: '#420FFE'

red 66 ◦ green 15 ◦ blue 254

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

Shades of Han Purple #420FFE

Tints of Han Purple #420FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.48%

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

R = 19.7%
G = 4.48%
B = 75.82%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#420FFE (or 0x420FFE) is known color: Han Purple. HEX triplet: 42, 0F and FE. RGB value is (66,15,254). Sum of RGB (Red+Green+Blue) = 66+15+254=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #420FFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420FFE is #BDF001. Grayscale: #383838. Windows color (decimal): -12447746 or 16650050. OLE color: 16650050.

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

Color convert

RGB 66 15 254 -
CMYK 0.74 0.94 0 0.00
HSL 252.8º 0.99% 0.53% -
HSV(B) 252.8º 0.94% 1% -
XYZ 20.31 8.66 94.37 -
YUV 57.5 238.9 134.07 -
System Red Green Blue C M Y K H S L
Decimal 66 15 254 0.74 0.94 0 0.00 252.8 0.99 0.53
Hex 42 F FE 4A 5E 0 0 FD 63 35
Octal 102 17 376 112 136 0 0 375 143 65
Binary 1000010 1111 11111110 1001010 1011110 0 0 11111101 1100011 110101

Color Harmonies of #420FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420FFE

Black with #420FFE

Text Example


Text Example

White with #420FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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