#420EDF

Color #420EDF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #420EDF

Tints of Han Purple #420EDF

Color information

#420EDF (or 0x420EDF) is unknown color: approx Han Purple. HEX triplet: 42, 0E and DF. RGB value is (66,14,223). Sum of RGB (Red+Green+Blue) = 66+14+223=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #420EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420EDF is #BDF120. Grayscale: #343434. Windows color (decimal): -12448033 or 14618178. OLE color: 14618178.

HSL color Cylindrical-coordinate representation of color #420EDF: hue angle of 254.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420EDF is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6614223-
CMYK0.700.9400.13
HSL254.93º88.19%46.47%-
HSV(B)254.93º93.72%87.45%-
XYZ15.726.870.3-
YUV53.37223.73137.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 14 (5.86% from 255) = 4.62%
BLUE value IS 223 (87.5% from 255) = 73.60%
R=21.78%
G=4.62%
B=73.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66142230.700.9400.13254.9388.1946.47
Hex42EDF465E0Dff582e
Octal1021633710613601537713056
Binary10000101110110111111000110101111001101111111111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #420EDF;
 }
 .AnyTagClassName
 {
   color: #420EDF;
 }
</style>
background-color css

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

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

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

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

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

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