#59195E

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

Shades of Hot Purple #59195E

Tints of Hot Purple #59195E

Color information

#59195E (or 0x59195E) is unknown color: approx Hot Purple. HEX triplet: 59, 19 and 5E. RGB value is (89,25,94). Sum of RGB (Red+Green+Blue) = 89+25+94=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #59195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59195E is #A6E6A1. Grayscale: #333333. Windows color (decimal): -10938018 or 6166873. OLE color: 6166873.

HSL color Cylindrical-coordinate representation of color #59195E: hue angle of 295.65º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59195E is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB892594-
CMYK0.050.7300.63
HSL295.65º57.98%23.33%-
HSV(B)295.65º73.4%36.86%-
XYZ6.493.6310.95-
YUV52151.7154.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 25 (10.16% from 255) = 12.02%
BLUE value IS 94 (37.11% from 255) = 45.19%
R=42.79%
G=12.02%
B=45.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8925940.050.7300.63295.6557.9823.33
Hex59195E54903F1283a17
Octal1313113651110774507227
Binary10110011100110111101011001001011111110010100011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59195E; }

 p { color: rgb(89,25,94); }

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

<style>
 a { background-color: #59195E; }

 a { background-color: rgb(89,25,94); }

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

<style>
 span { border-color: #59195E; }

 span { border-color: rgb(89,25,94); }

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