#591152

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

Shades of Palatinate Purple #591152

Tints of Palatinate Purple #591152

Color information

#591152 (or 0x591152) is unknown color: approx Palatinate Purple. HEX triplet: 59, 11 and 52. RGB value is (89,17,82). Sum of RGB (Red+Green+Blue) = 89+17+82=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #591152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591152 is #A6EEAD. Grayscale: #2D2D2D. Windows color (decimal): -10940078 or 5378393. OLE color: 5378393.

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

Color convert

RGB891782-
CMYK00.810.080.65
HSL305.83º67.92%20.78%-
HSV(B)305.83º80.9%34.9%-
XYZ5.843.138.28-
YUV45.94148.35158.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=47.34%
G=9.04%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89178200.810.080.65305.8367.9220.78
Hex5911520518411324415
Octal1312112201211010146210425
Binary10110011000110100100101000110001000001100110010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591152; }

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

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

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

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

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

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

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

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