Shades of Seance #591C71
Tints of Seance #591C71
RGB
CMYK
RGB Variations
Color information
#591C71 (or 0x591C71) is known color: Seance. HEX triplet: 59, 1C and 71. RGB value is (89,28,113). Sum of RGB (Red+Green+Blue) = 89+28+113=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #591C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C71 is #A6E38E. Grayscale: #373737. Windows color (decimal): -10937231 or 7412825. OLE color: 7412825.
HSL color Cylindrical-coordinate representation of color #591C71: hue angle of 283.06º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591C71 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 28 | 113 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.56 |
| HSL | 283.06º | 0.6% | 0.28% | - |
| HSV(B) | 283.06º | 0.75% | 0.44% | - |
| XYZ | 7.52 | 4.15 | 16.03 | - |
| YUV | 55.93 | 160.21 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 113 | 0.21 | 0.75 | 0 | 0.56 | 283.06 | 0.6 | 0.28 |
| Hex | 59 | 1C | 71 | 15 | 4B | 0 | 38 | 11B | 3C | 1C |
| Octal | 131 | 34 | 161 | 25 | 113 | 0 | 70 | 433 | 74 | 34 |
| Binary | 1011001 | 11100 | 1110001 | 10101 | 1001011 | 0 | 111000 | 100011011 | 111100 | 11100 |
Color Harmonies of #591C71
Complementary color
Monochromatic Colors of #591C71
Black with #591C71
Text Example
Text Example
White with #591C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C71; }
p { color: rgb(89,28,113); }
H1.HeaderClassName
{
color: #591C71;
}
.AnyTagClassName
{
color: #591C71;
}
</style>
background-color css
<style>
a { background-color: #591C71; }
a { background-color: rgb(89,28,113); }
div.DivClassName
{
background-color: #591C71;
}
.BgClassName
{
background-color: #591C71;
}
</style>
border-color css
<style>
span { border-color: #591C71; }
span { border-color: rgb(89,28,113); }
td.TdClassName
{
border-color: #591C71;
}
.TagClassName
{
border-color: #591C71;
}
</style>