#4E2EFF

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

Shades of Han Purple #4E2EFF

Tints of Han Purple #4E2EFF

Color information

#4E2EFF (or 0x4E2EFF) is unknown color: approx Han Purple. HEX triplet: 4E, 2E and FF. RGB value is (78,46,255). Sum of RGB (Red+Green+Blue) = 78+46+255=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E2EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E2EFF is #B1D100. Grayscale: #4E4E4E. Windows color (decimal): -11653377 or 16723534. OLE color: 16723534.

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

Color convert

RGB7846255-
CMYK0.690.8200
HSL249.19º100%59.02%-
HSV(B)249.19º81.96%100%-
XYZ22.1710.7995.52-
YUV79.39227.1127.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.58%
GREEN value IS 46 (18.36% from 255) = 12.14%
BLUE value IS 255 (100% from 255) = 67.28%
R=20.58%
G=12.14%
B=67.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal78462550.690.8200249.1910059.02
Hex4E2EFF455200f9643b
Octal116563771051220037114473
Binary1001110101110111111111000101101001000111110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,46,255); }

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

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

 a { background-color: rgb(78,46,255); }

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

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

 span { border-color: rgb(78,46,255); }

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