#591162

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

Shades of Palatinate Purple #591162

Tints of Palatinate Purple #591162

Color information

#591162 (or 0x591162) is unknown color: approx Palatinate Purple. HEX triplet: 59, 11 and 62. RGB value is (89,17,98). Sum of RGB (Red+Green+Blue) = 89+17+98=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #591162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591162 is #A6EE9D. Grayscale: #2F2F2F. Windows color (decimal): -10940062 or 6426969. OLE color: 6426969.

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

Color convert

RGB891798-
CMYK0.090.8300.62
HSL293.33º70.43%22.55%-
HSV(B)293.33º82.65%38.43%-
XYZ6.523.4111.87-
YUV47.76156.35157.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 98 (38.67% from 255) = 48.04%
R=43.63%
G=8.33%
B=48.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8917980.090.8300.62293.3370.4322.55
Hex59116295303E1254617
Octal131211421112307644510627
Binary1011001100011100010100110100110111110100100101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591162; }

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

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

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

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

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

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

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

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