#4E1DF0

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

Shades of Han Purple #4E1DF0

Tints of Han Purple #4E1DF0

Color information

#4E1DF0 (or 0x4E1DF0) is unknown color: approx Han Purple. HEX triplet: 4E, 1D and F0. RGB value is (78,29,240). Sum of RGB (Red+Green+Blue) = 78+29+240=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 240 (94.14% from 255 or 69.16% from 347); Max value from RGB is 240 - color contains mainly: blue. Hex color #4E1DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1DF0 is #B1E20F. Grayscale: #424242. Windows color (decimal): -11657744 or 15736142. OLE color: 15736142.

HSL color Cylindrical-coordinate representation of color #4E1DF0: hue angle of 253.93º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1DF0 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7829240-
CMYK0.680.8800.06
HSL253.93º87.55%52.75%-
HSV(B)253.93º87.92%94.12%-
XYZ19.318.7983.12-
YUV67.7225.23135.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.48%
GREEN value IS 29 (11.72% from 255) = 8.36%
BLUE value IS 240 (94.14% from 255) = 69.16%
R=22.48%
G=8.36%
B=69.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal78292400.680.8800.06253.9387.5552.75
Hex4E1DF0445806fe5835
Octal116353601041300637613065
Binary10011101110111110000100010010110000110111111101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,29,240); }

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

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

 a { background-color: rgb(78,29,240); }

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

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

 span { border-color: rgb(78,29,240); }

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