#4E20FB

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

Shades of Han Purple #4E20FB

Tints of Han Purple #4E20FB

Color information

#4E20FB (or 0x4E20FB) is unknown color: approx Han Purple. HEX triplet: 4E, 20 and FB. RGB value is (78,32,251). Sum of RGB (Red+Green+Blue) = 78+32+251=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E20FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E20FB is #B1DF04. Grayscale: #454545. Windows color (decimal): -11656965 or 16457806. OLE color: 16457806.

HSL color Cylindrical-coordinate representation of color #4E20FB: hue angle of 252.6º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E20FB is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7832251-
CMYK0.690.8700.02
HSL252.6º96.48%55.49%-
HSV(B)252.6º87.25%98.43%-
XYZ21.079.6292.01-
YUV70.72229.74133.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.61%
GREEN value IS 32 (12.89% from 255) = 8.86%
BLUE value IS 251 (98.44% from 255) = 69.53%
R=21.61%
G=8.86%
B=69.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal78322510.690.8700.02252.696.4855.49
Hex4E20FB455702fd6037
Octal116403731051270237514067
Binary10011101000001111101110001011010111010111111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E20FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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