#4E1AE1

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

Shades of Han Purple #4E1AE1

Tints of Han Purple #4E1AE1

Color information

#4E1AE1 (or 0x4E1AE1) is unknown color: approx Han Purple. HEX triplet: 4E, 1A and E1. RGB value is (78,26,225). Sum of RGB (Red+Green+Blue) = 78+26+225=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 225 (88.28% from 255 or 68.39% from 329); Max value from RGB is 225 - color contains mainly: blue. Hex color #4E1AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1AE1 is #B1E51E. Grayscale: #3F3F3F. Windows color (decimal): -11658527 or 14752334. OLE color: 14752334.

HSL color Cylindrical-coordinate representation of color #4E1AE1: hue angle of 255.68º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1AE1 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7826225-
CMYK0.650.8800.12
HSL255.68º79.28%49.22%-
HSV(B)255.68º88.44%88.24%-
XYZ17.17.7971.84-
YUV64.23218.73137.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.71%
GREEN value IS 26 (10.55% from 255) = 7.90%
BLUE value IS 225 (88.28% from 255) = 68.39%
R=23.71%
G=7.90%
B=68.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal78262250.650.8800.12255.6879.2849.22
Hex4E1AE141580C1004f31
Octal1163234110113001440011761
Binary1001110110101110000110000011011000011001000000001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,26,225); }

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

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

 a { background-color: rgb(78,26,225); }

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

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

 span { border-color: rgb(78,26,225); }

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