#4E0FE4

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

Shades of Han Purple #4E0FE4

Tints of Han Purple #4E0FE4

Color information

#4E0FE4 (or 0x4E0FE4) is unknown color: approx Han Purple. HEX triplet: 4E, 0F and E4. RGB value is (78,15,228). Sum of RGB (Red+Green+Blue) = 78+15+228=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 228 (89.45% from 255 or 71.03% from 321); Max value from RGB is 228 - color contains mainly: blue. Hex color #4E0FE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0FE4 is #B1F01B. Grayscale: #393939. Windows color (decimal): -11661340 or 14946126. OLE color: 14946126.

HSL color Cylindrical-coordinate representation of color #4E0FE4: hue angle of 257.75º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E0FE4 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7815228-
CMYK0.660.9300.11
HSL257.75º87.65%47.65%-
HSV(B)257.75º93.42%89.41%-
XYZ17.327.5673.95-
YUV58.12223.87142.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.30%
GREEN value IS 15 (6.25% from 255) = 4.67%
BLUE value IS 228 (89.45% from 255) = 71.03%
R=24.30%
G=4.67%
B=71.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal78152280.660.9300.11257.7587.6547.65
Hex4EFE4425D0B1025830
Octal1161734410213501340213060
Binary100111011111110010010000101011101010111000000101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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