#591160

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

Shades of Palatinate Purple #591160

Tints of Palatinate Purple #591160

Color information

#591160 (or 0x591160) is unknown color: approx Palatinate Purple. HEX triplet: 59, 11 and 60. RGB value is (89,17,96). Sum of RGB (Red+Green+Blue) = 89+17+96=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #591160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591160 is #A6EE9F. Grayscale: #2F2F2F. Windows color (decimal): -10940064 or 6295897. OLE color: 6295897.

HSL color Cylindrical-coordinate representation of color #591160: hue angle of 294.68º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591160 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB891796-
CMYK0.070.8200.62
HSL294.68º69.91%22.16%-
HSV(B)294.68º82.29%37.65%-
XYZ6.433.3711.38-
YUV47.53155.35157.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=44.06%
G=8.42%
B=47.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8917960.070.8200.62294.6869.9122.16
Hex59116075203E1274616
Octal13121140712207644710626
Binary101100110001110000011110100100111110100100111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591160; }

 p { color: rgb(89,17,96); }

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

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

 a { background-color: rgb(89,17,96); }

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

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

 span { border-color: rgb(89,17,96); }

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