Html Css Color HEX #420AE6 Han Purple

📋 copy color: '#420AE6'

red 66 ◦ green 10 ◦ blue 230

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

Shades of Han Purple #420AE6

Tints of Han Purple #420AE6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.27%

 BLUE value IS 230 (90.23% from 255) = 75.16%

R = 21.57%
G = 3.27%
B = 75.16%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#420AE6 (or 0x420AE6) is known color: Han Purple. HEX triplet: 42, 0A and E6. RGB value is (66,10,230). Sum of RGB (Red+Green+Blue) = 66+10+230=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 230 (90.23% from 255 or 75.16% from 306); Max value from RGB is 230 - color contains mainly: blue. Hex color #420AE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420AE6 is #BDF519. Grayscale: #333333. Windows color (decimal): -12449050 or 15075906. OLE color: 15075906.

HSL color Cylindrical-coordinate representation of color #420AE6: hue angle of 255.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420AE6 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 10 230 -
CMYK 0.71 0.96 0 0.10
HSL 255.27º 0.92% 0.47% -
HSV(B) 255.27º 0.96% 0.9% -
XYZ 16.64 7.09 75.35 -
YUV 51.82 228.55 138.11 -
System Red Green Blue C M Y K H S L
Decimal 66 10 230 0.71 0.96 0 0.10 255.27 0.92 0.47
Hex 42 A E6 47 60 0 A FF 5C 2F
Octal 102 12 346 107 140 0 12 377 134 57
Binary 1000010 1010 11100110 1000111 1100000 0 1010 11111111 1011100 101111

Color Harmonies of #420AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420AE6

Black with #420AE6

Text Example


Text Example

White with #420AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,10,230); }

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

background-color css

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

 a { background-color: rgb(66,10,230); }

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

border-color css

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

 span { border-color: rgb(66,10,230); }

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