#4E0159

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

Shades of Hot Purple #4E0159

Tints of Hot Purple #4E0159

Color information

#4E0159 (or 0x4E0159) is unknown color: approx Hot Purple. HEX triplet: 4E, 01 and 59. RGB value is (78,1,89). Sum of RGB (Red+Green+Blue) = 78+1+89=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E0159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0159 is #B1FEA6. Grayscale: #212121. Windows color (decimal): -11665063 or 5833038. OLE color: 5833038.

HSL color Cylindrical-coordinate representation of color #4E0159: hue angle of 292.5º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0159 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB78189-
CMYK0.120.9900.65
HSL292.5º97.78%17.65%-
HSV(B)292.5º98.88%34.9%-
XYZ4.962.369.65-
YUV34.06159.01159.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.43%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 89 (35.16% from 255) = 52.98%
R=46.43%
G=0.60%
B=52.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal781890.120.9900.65292.597.7817.65
Hex4E159C630411246212
Octal116113114143010144414222
Binary1001110110110011100110001101000001100100100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,1,89); }

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

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

 a { background-color: rgb(78,1,89); }

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

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

 span { border-color: rgb(78,1,89); }

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