Shades of Seance #591D70
Tints of Seance #591D70
RGB
CMYK
RGB Variations
Color information
#591D70 (or 0x591D70) is known color: Seance. HEX triplet: 59, 1D and 70. RGB value is (89,29,112). Sum of RGB (Red+Green+Blue) = 89+29+112=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #591D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D70 is #A6E28F. Grayscale: #383838. Windows color (decimal): -10936976 or 7347545. OLE color: 7347545.
HSL color Cylindrical-coordinate representation of color #591D70: hue angle of 283.37º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #591D70 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 29 | 112 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.56 |
| HSL | 283.37º | 0.59% | 0.28% | - |
| HSV(B) | 283.37º | 0.74% | 0.44% | - |
| XYZ | 7.48 | 4.17 | 15.74 | - |
| YUV | 56.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 112 | 0.21 | 0.74 | 0 | 0.56 | 283.37 | 0.59 | 0.28 |
| Hex | 59 | 1D | 70 | 15 | 4A | 0 | 38 | 11B | 3B | 1C |
| Octal | 131 | 35 | 160 | 25 | 112 | 0 | 70 | 433 | 73 | 34 |
| Binary | 1011001 | 11101 | 1110000 | 10101 | 1001010 | 0 | 111000 | 100011011 | 111011 | 11100 |
Color Harmonies of #591D70
Complementary color
Monochromatic Colors of #591D70
Black with #591D70
Text Example
Text Example
White with #591D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D70; }
p { color: rgb(89,29,112); }
H1.HeaderClassName
{
color: #591D70;
}
.AnyTagClassName
{
color: #591D70;
}
</style>
background-color css
<style>
a { background-color: #591D70; }
a { background-color: rgb(89,29,112); }
div.DivClassName
{
background-color: #591D70;
}
.BgClassName
{
background-color: #591D70;
}
</style>
border-color css
<style>
span { border-color: #591D70; }
span { border-color: rgb(89,29,112); }
td.TdClassName
{
border-color: #591D70;
}
.TagClassName
{
border-color: #591D70;
}
</style>