#591752

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

Shades of Palatinate Purple #591752

Tints of Palatinate Purple #591752

Color information

#591752 (or 0x591752) is unknown color: approx Palatinate Purple. HEX triplet: 59, 17 and 52. RGB value is (89,23,82). Sum of RGB (Red+Green+Blue) = 89+23+82=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #591752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591752 is #A6E8AD. Grayscale: #313131. Windows color (decimal): -10938542 or 5379929. OLE color: 5379929.

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

Color convert

RGB892382-
CMYK00.740.080.65
HSL306.36º58.93%21.96%-
HSV(B)306.36º74.16%34.9%-
XYZ5.953.358.31-
YUV49.46146.37156.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.88%
GREEN value IS 23 (9.38% from 255) = 11.86%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=45.88%
G=11.86%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89238200.740.080.65306.3658.9321.96
Hex59175204A8411323b16
Octal131271220112101014627326
Binary1011001101111010010010010101000100000110011001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591752; }

 p { color: rgb(89,23,82); }

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

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

 a { background-color: rgb(89,23,82); }

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

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

 span { border-color: rgb(89,23,82); }

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