#591163

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

Shades of Palatinate Purple #591163

Tints of Palatinate Purple #591163

Color information

#591163 (or 0x591163) is unknown color: approx Palatinate Purple. HEX triplet: 59, 11 and 63. RGB value is (89,17,99). Sum of RGB (Red+Green+Blue) = 89+17+99=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #591163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591163 is #A6EE9C. Grayscale: #2F2F2F. Windows color (decimal): -10940061 or 6492505. OLE color: 6492505.

HSL color Cylindrical-coordinate representation of color #591163: hue angle of 292.68º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591163 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB891799-
CMYK0.100.8300.61
HSL292.68º70.69%22.75%-
HSV(B)292.68º82.83%38.82%-
XYZ6.573.4312.12-
YUV47.88156.85157.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=43.41%
G=8.29%
B=48.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8917990.100.8300.61292.6870.6922.75
Hex591163A5303D1254717
Octal131211431212307544510727
Binary1011001100011100011101010100110111101100100101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591163; }

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

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

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

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

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

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

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

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