#4E1EF0

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

Shades of Han Purple #4E1EF0

Tints of Han Purple #4E1EF0

Color information

#4E1EF0 (or 0x4E1EF0) is unknown color: approx Han Purple. HEX triplet: 4E, 1E and F0. RGB value is (78,30,240). Sum of RGB (Red+Green+Blue) = 78+30+240=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 240 (94.14% from 255 or 68.97% from 348); Max value from RGB is 240 - color contains mainly: blue. Hex color #4E1EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1EF0 is #B1E10F. Grayscale: #434343. Windows color (decimal): -11657488 or 15736398. OLE color: 15736398.

HSL color Cylindrical-coordinate representation of color #4E1EF0: hue angle of 253.71º 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 #4E1EF0 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7830240-
CMYK0.680.8700.06
HSL253.71º87.5%52.94%-
HSV(B)253.71º87.5%94.12%-
XYZ19.338.8483.13-
YUV68.29224.9134.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.41%
GREEN value IS 30 (12.11% from 255) = 8.62%
BLUE value IS 240 (94.14% from 255) = 68.97%
R=22.41%
G=8.62%
B=68.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal78302400.680.8700.06253.7187.552.94
Hex4E1EF0445706fe5835
Octal116363601041270637613065
Binary10011101111011110000100010010101110110111111101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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