#591251

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

Shades of Palatinate Purple #591251

Tints of Palatinate Purple #591251

Color information

#591251 (or 0x591251) is unknown color: approx Palatinate Purple. HEX triplet: 59, 12 and 51. RGB value is (89,18,81). Sum of RGB (Red+Green+Blue) = 89+18+81=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #591251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591251 is #A6EDAE. Grayscale: #2E2E2E. Windows color (decimal): -10939823 or 5313113. OLE color: 5313113.

HSL color Cylindrical-coordinate representation of color #591251: hue angle of 306.76º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591251 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB891881-
CMYK00.800.090.65
HSL306.76º66.36%20.98%-
HSV(B)306.76º79.78%34.9%-
XYZ5.823.158.09-
YUV46.41147.52158.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 81 (32.03% from 255) = 43.09%
R=47.34%
G=9.57%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89188100.800.090.65306.7666.3620.98
Hex5912510509411334215
Octal1312212101201110146310225
Binary10110011001010100010101000010011000001100110011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591251; }

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

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

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

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

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

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

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

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