#4E0ED5

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

Shades of Han Purple #4E0ED5

Tints of Han Purple #4E0ED5

Color information

#4E0ED5 (or 0x4E0ED5) is unknown color: approx Han Purple. HEX triplet: 4E, 0E and D5. RGB value is (78,14,213). Sum of RGB (Red+Green+Blue) = 78+14+213=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 213 (83.59% from 255 or 69.84% from 305); Max value from RGB is 213 - color contains mainly: blue. Hex color #4E0ED5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0ED5 is #B1F12A. Grayscale: #373737. Windows color (decimal): -11661611 or 13962830. OLE color: 13962830.

HSL color Cylindrical-coordinate representation of color #4E0ED5: hue angle of 259.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E0ED5 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7814213-
CMYK0.630.9300.16
HSL259.3º87.67%44.51%-
HSV(B)259.3º93.43%83.53%-
XYZ15.316.7463.44-
YUV55.82216.7143.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 14 (5.86% from 255) = 4.59%
BLUE value IS 213 (83.59% from 255) = 69.84%
R=25.57%
G=4.59%
B=69.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal78142130.630.9300.16259.387.6744.51
Hex4EED53F5D010103582d
Octal116163257713502040313055
Binary100111011101101010111111110111010100001000000111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,14,213); }

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

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

 a { background-color: rgb(78,14,213); }

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

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

 span { border-color: rgb(78,14,213); }

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