#591953

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

Shades of Palatinate Purple #591953

Tints of Palatinate Purple #591953

Color information

#591953 (or 0x591953) is unknown color: approx Palatinate Purple. HEX triplet: 59, 19 and 53. RGB value is (89,25,83). Sum of RGB (Red+Green+Blue) = 89+25+83=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #591953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591953 is #A6E6AC. Grayscale: #323232. Windows color (decimal): -10938029 or 5445977. OLE color: 5445977.

HSL color Cylindrical-coordinate representation of color #591953: hue angle of 305.62º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #591953 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB892583-
CMYK00.720.070.65
HSL305.62º56.14%22.35%-
HSV(B)305.62º71.91%34.9%-
XYZ6.033.448.53-
YUV50.75146.2155.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=45.18%
G=12.69%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89258300.720.070.65305.6256.1422.35
Hex5919530487411323816
Octal13131123011071014627026
Binary101100111001101001101001000111100000110011001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591953; }

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

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

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

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

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

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

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

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