#591952

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

Shades of Palatinate Purple #591952

Tints of Palatinate Purple #591952

Color information

#591952 (or 0x591952) is unknown color: approx Palatinate Purple. HEX triplet: 59, 19 and 52. RGB value is (89,25,82). Sum of RGB (Red+Green+Blue) = 89+25+82=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #591952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591952 is #A6E6AD. Grayscale: #323232. Windows color (decimal): -10938030 or 5380441. OLE color: 5380441.

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

Color convert

RGB892582-
CMYK00.720.080.65
HSL306.56º56.14%22.35%-
HSV(B)306.56º71.91%34.9%-
XYZ5.993.438.33-
YUV50.63145.7155.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.41%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=45.41%
G=12.76%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89258200.720.080.65306.5656.1422.35
Hex5919520488411333816
Octal131311220110101014637026
Binary1011001110011010010010010001000100000110011001111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591952; }

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

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

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

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

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

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

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

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