Shades of Seance #591A71
Tints of Seance #591A71
RGB
CMYK
RGB Variations
Color information
#591A71 (or 0x591A71) is known color: Seance. HEX triplet: 59, 1A and 71. RGB value is (89,26,113). Sum of RGB (Red+Green+Blue) = 89+26+113=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #591A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A71 is #A6E58E. Grayscale: #363636. Windows color (decimal): -10937743 or 7412313. OLE color: 7412313.
HSL color Cylindrical-coordinate representation of color #591A71: hue angle of 283.45º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #591A71 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 26 | 113 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.56 |
| HSL | 283.45º | 0.63% | 0.27% | - |
| HSV(B) | 283.45º | 0.77% | 0.44% | - |
| XYZ | 7.47 | 4.05 | 16.01 | - |
| YUV | 54.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 113 | 0.21 | 0.77 | 0 | 0.56 | 283.45 | 0.63 | 0.27 |
| Hex | 59 | 1A | 71 | 15 | 4D | 0 | 38 | 11B | 3F | 1B |
| Octal | 131 | 32 | 161 | 25 | 115 | 0 | 70 | 433 | 77 | 33 |
| Binary | 1011001 | 11010 | 1110001 | 10101 | 1001101 | 0 | 111000 | 100011011 | 111111 | 11011 |
Color Harmonies of #591A71
Complementary color
Monochromatic Colors of #591A71
Black with #591A71
Text Example
Text Example
White with #591A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A71; }
p { color: rgb(89,26,113); }
H1.HeaderClassName
{
color: #591A71;
}
.AnyTagClassName
{
color: #591A71;
}
</style>
background-color css
<style>
a { background-color: #591A71; }
a { background-color: rgb(89,26,113); }
div.DivClassName
{
background-color: #591A71;
}
.BgClassName
{
background-color: #591A71;
}
</style>
border-color css
<style>
span { border-color: #591A71; }
span { border-color: rgb(89,26,113); }
td.TdClassName
{
border-color: #591A71;
}
.TagClassName
{
border-color: #591A71;
}
</style>