#591151

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

Shades of Palatinate Purple #591151

Tints of Palatinate Purple #591151

Color information

#591151 (or 0x591151) is unknown color: approx Palatinate Purple. HEX triplet: 59, 11 and 51. RGB value is (89,17,81). Sum of RGB (Red+Green+Blue) = 89+17+81=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #591151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591151 is #A6EEAE. Grayscale: #2D2D2D. Windows color (decimal): -10940079 or 5312857. OLE color: 5312857.

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

Color convert

RGB891781-
CMYK00.810.090.65
HSL306.67º67.92%20.78%-
HSV(B)306.67º80.9%34.9%-
XYZ5.813.128.08-
YUV45.82147.85158.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=47.59%
G=9.09%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89178100.810.090.65306.6767.9220.78
Hex5911510519411334415
Octal1312112101211110146310425
Binary10110011000110100010101000110011000001100110011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591151; }

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

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

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

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

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

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

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

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