#4E20FE

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

Shades of Han Purple #4E20FE

Tints of Han Purple #4E20FE

Color information

#4E20FE (or 0x4E20FE) is unknown color: approx Han Purple. HEX triplet: 4E, 20 and FE. RGB value is (78,32,254). Sum of RGB (Red+Green+Blue) = 78+32+254=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E20FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E20FE is #B1DF01. Grayscale: #464646. Windows color (decimal): -11656962 or 16654414. OLE color: 16654414.

HSL color Cylindrical-coordinate representation of color #4E20FE: hue angle of 252.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E20FE is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB7832254-
CMYK0.690.8700.00
HSL252.43º99.11%56.08%-
HSV(B)252.43º87.4%99.61%-
XYZ21.559.8194.52-
YUV71.06231.24132.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.43%
GREEN value IS 32 (12.89% from 255) = 8.79%
BLUE value IS 254 (99.61% from 255) = 69.78%
R=21.43%
G=8.79%
B=69.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal78322540.690.8700.00252.4399.1156.08
Hex4E20FE455700fc6338
Octal116403761051270037414370
Binary1001110100000111111101000101101011100111111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E20FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E20FE; }

 p { color: rgb(78,32,254); }

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

<style>
 a { background-color: #4E20FE; }

 a { background-color: rgb(78,32,254); }

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

<style>
 span { border-color: #4E20FE; }

 span { border-color: rgb(78,32,254); }

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