#4E11FE

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

Shades of Han Purple #4E11FE

Tints of Han Purple #4E11FE

Color information

#4E11FE (or 0x4E11FE) is unknown color: approx Han Purple. HEX triplet: 4E, 11 and FE. RGB value is (78,17,254). Sum of RGB (Red+Green+Blue) = 78+17+254=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E11FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E11FE is #B1EE01. Grayscale: #3D3D3D. Windows color (decimal): -11660802 or 16650574. OLE color: 16650574.

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

Color convert

RGB7817254-
CMYK0.690.9300.00
HSL255.44º99.16%53.14%-
HSV(B)255.44º93.31%99.61%-
XYZ21.239.1894.42-
YUV62.26236.21139.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.35%
GREEN value IS 17 (7.03% from 255) = 4.87%
BLUE value IS 254 (99.61% from 255) = 72.78%
R=22.35%
G=4.87%
B=72.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal78172540.690.9300.00255.4499.1653.14
Hex4E11FE455D00ff6335
Octal116213761051350037714365
Binary100111010001111111101000101101110100111111111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E11FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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