#591750

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

Shades of Palatinate Purple #591750

Tints of Palatinate Purple #591750

Color information

#591750 (or 0x591750) is unknown color: approx Palatinate Purple. HEX triplet: 59, 17 and 50. RGB value is (89,23,80). Sum of RGB (Red+Green+Blue) = 89+23+80=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #591750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591750 is #A6E8AF. Grayscale: #313131. Windows color (decimal): -10938544 or 5248857. OLE color: 5248857.

HSL color Cylindrical-coordinate representation of color #591750: hue angle of 308.18º 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 #591750 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB892380-
CMYK00.740.100.65
HSL308.18º58.93%21.96%-
HSV(B)308.18º74.16%34.9%-
XYZ5.873.327.92-
YUV49.23145.37156.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=46.35%
G=11.98%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89238000.740.100.65308.1858.9321.96
Hex59175004AA411343b16
Octal131271200112121014647326
Binary1011001101111010000010010101010100000110011010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591750; }

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

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

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

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

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

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

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

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