#4E0059

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

Shades of Hot Purple #4E0059

Tints of Hot Purple #4E0059

Color information

#4E0059 (or 0x4E0059) is unknown color: approx Hot Purple. HEX triplet: 4E, 00 and 59. RGB value is (78,0,89). Sum of RGB (Red+Green+Blue) = 78+0+89=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E0059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0059 is #B1FFA6. Grayscale: #212121. Windows color (decimal): -11665319 or 5832782. OLE color: 5832782.

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

Color convert

RGB78089-
CMYK0.12100.65
HSL292.58º100%17.45%-
HSV(B)292.58º100%34.9%-
XYZ4.952.349.64-
YUV33.47159.34159.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 53.29%
R=46.71%
G=0%
B=53.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal780890.12100.65292.5810017.45
Hex4E059C640411256411
Octal116013114144010144514421
Binary1001110010110011100110010001000001100100101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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