Shades of Seance #5D1770
Tints of Seance #5D1770
RGB
CMYK
RGB Variations
Color information
#5D1770 (or 0x5D1770) is known color: Seance. HEX triplet: 5D, 17 and 70. RGB value is (93,23,112). Sum of RGB (Red+Green+Blue) = 93+23+112=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D1770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1770 is #A2E88F. Grayscale: #353535. Windows color (decimal): -10676368 or 7346013. OLE color: 7346013.
HSL color Cylindrical-coordinate representation of color #5D1770: hue angle of 287.19º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D1770 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 23 | 112 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.56 |
| HSL | 287.19º | 0.66% | 0.26% | - |
| HSV(B) | 287.19º | 0.79% | 0.44% | - |
| XYZ | 7.75 | 4.11 | 15.71 | - |
| YUV | 54.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 23 | 112 | 0.17 | 0.79 | 0 | 0.56 | 287.19 | 0.66 | 0.26 |
| Hex | 5D | 17 | 70 | 11 | 4F | 0 | 38 | 11F | 42 | 1A |
| Octal | 135 | 27 | 160 | 21 | 117 | 0 | 70 | 437 | 102 | 32 |
| Binary | 1011101 | 10111 | 1110000 | 10001 | 1001111 | 0 | 111000 | 100011111 | 1000010 | 11010 |
Color Harmonies of #5D1770
Complementary color
Monochromatic Colors of #5D1770
Black with #5D1770
Text Example
Text Example
White with #5D1770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1770; }
p { color: rgb(93,23,112); }
H1.HeaderClassName
{
color: #5D1770;
}
.AnyTagClassName
{
color: #5D1770;
}
</style>
background-color css
<style>
a { background-color: #5D1770; }
a { background-color: rgb(93,23,112); }
div.DivClassName
{
background-color: #5D1770;
}
.BgClassName
{
background-color: #5D1770;
}
</style>
border-color css
<style>
span { border-color: #5D1770; }
span { border-color: rgb(93,23,112); }
td.TdClassName
{
border-color: #5D1770;
}
.TagClassName
{
border-color: #5D1770;
}
</style>