#420FED

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

Shades of Han Purple #420FED

Tints of Han Purple #420FED

Color information

#420FED (or 0x420FED) is unknown color: approx Han Purple. HEX triplet: 42, 0F and ED. RGB value is (66,15,237). Sum of RGB (Red+Green+Blue) = 66+15+237=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #420FED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420FED is #BDF012. Grayscale: #363636. Windows color (decimal): -12447763 or 15535938. OLE color: 15535938.

HSL color Cylindrical-coordinate representation of color #420FED: hue angle of 253.78º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420FED is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6615237-
CMYK0.720.9400.07
HSL253.78º88.1%49.41%-
HSV(B)253.78º93.67%92.94%-
XYZ17.77.6180.66-
YUV55.56230.4135.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 15 (6.25% from 255) = 4.72%
BLUE value IS 237 (92.97% from 255) = 74.53%
R=20.75%
G=4.72%
B=74.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal66152370.720.9400.07253.7888.149.41
Hex42FED485E07fe5831
Octal102173551101360737613061
Binary1000010111111101101100100010111100111111111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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