Shades of Seance #5D1970
Tints of Seance #5D1970
RGB
CMYK
RGB Variations
Color information
#5D1970 (or 0x5D1970) is known color: Seance. HEX triplet: 5D, 19 and 70. RGB value is (93,25,112). Sum of RGB (Red+Green+Blue) = 93+25+112=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 25 (10.16% from 255 or 10.87% 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 #5D1970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1970 is #A2E68F. Grayscale: #363636. Windows color (decimal): -10675856 or 7346525. OLE color: 7346525.
HSL color Cylindrical-coordinate representation of color #5D1970: hue angle of 286.9º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D1970 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 25 | 112 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.56 |
| HSL | 286.9º | 0.64% | 0.27% | - |
| HSV(B) | 286.9º | 0.78% | 0.44% | - |
| XYZ | 7.79 | 4.19 | 15.73 | - |
| YUV | 55.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 112 | 0.17 | 0.78 | 0 | 0.56 | 286.9 | 0.64 | 0.27 |
| Hex | 5D | 19 | 70 | 11 | 4E | 0 | 38 | 11F | 40 | 1B |
| Octal | 135 | 31 | 160 | 21 | 116 | 0 | 70 | 437 | 100 | 33 |
| Binary | 1011101 | 11001 | 1110000 | 10001 | 1001110 | 0 | 111000 | 100011111 | 1000000 | 11011 |
Color Harmonies of #5D1970
Complementary color
Monochromatic Colors of #5D1970
Black with #5D1970
Text Example
Text Example
White with #5D1970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1970; }
p { color: rgb(93,25,112); }
H1.HeaderClassName
{
color: #5D1970;
}
.AnyTagClassName
{
color: #5D1970;
}
</style>
background-color css
<style>
a { background-color: #5D1970; }
a { background-color: rgb(93,25,112); }
div.DivClassName
{
background-color: #5D1970;
}
.BgClassName
{
background-color: #5D1970;
}
</style>
border-color css
<style>
span { border-color: #5D1970; }
span { border-color: rgb(93,25,112); }
td.TdClassName
{
border-color: #5D1970;
}
.TagClassName
{
border-color: #5D1970;
}
</style>