#4E0FD8

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

Shades of Han Purple #4E0FD8

Tints of Han Purple #4E0FD8

Color information

#4E0FD8 (or 0x4E0FD8) is unknown color: approx Han Purple. HEX triplet: 4E, 0F and D8. RGB value is (78,15,216). Sum of RGB (Red+Green+Blue) = 78+15+216=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 216 (84.77% from 255 or 69.90% from 309); Max value from RGB is 216 - color contains mainly: blue. Hex color #4E0FD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0FD8 is #B1F027. Grayscale: #383838. Windows color (decimal): -11661352 or 14159694. OLE color: 14159694.

HSL color Cylindrical-coordinate representation of color #4E0FD8: hue angle of 258.81º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E0FD8 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7815216-
CMYK0.640.9300.15
HSL258.81º87.01%45.29%-
HSV(B)258.81º93.06%84.71%-
XYZ15.716.9265.47-
YUV56.75217.87143.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.24%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 216 (84.77% from 255) = 69.90%
R=25.24%
G=4.85%
B=69.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal78152160.640.9300.15258.8187.0145.29
Hex4EFD8405D0F103572d
Octal1161733010013501740312755
Binary100111011111101100010000001011101011111000000111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,15,216); }

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

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

 a { background-color: rgb(78,15,216); }

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

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

 span { border-color: rgb(78,15,216); }

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