Shades of Seance #5D1871
Tints of Seance #5D1871
RGB
CMYK
RGB Variations
Color information
#5D1871 (or 0x5D1871) is known color: Seance. HEX triplet: 5D, 18 and 71. RGB value is (93,24,113). Sum of RGB (Red+Green+Blue) = 93+24+113=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 24 (9.77% from 255 or 10.43% 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 #5D1871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1871 is #A2E78E. Grayscale: #363636. Windows color (decimal): -10676111 or 7411805. OLE color: 7411805.
HSL color Cylindrical-coordinate representation of color #5D1871: hue angle of 286.52º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D1871 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 24 | 113 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.56 |
| HSL | 286.52º | 0.65% | 0.27% | - |
| HSV(B) | 286.52º | 0.79% | 0.44% | - |
| XYZ | 7.82 | 4.17 | 16.02 | - |
| YUV | 54.78 | 160.86 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 24 | 113 | 0.18 | 0.79 | 0 | 0.56 | 286.52 | 0.65 | 0.27 |
| Hex | 5D | 18 | 71 | 12 | 4F | 0 | 38 | 11F | 41 | 1B |
| Octal | 135 | 30 | 161 | 22 | 117 | 0 | 70 | 437 | 101 | 33 |
| Binary | 1011101 | 11000 | 1110001 | 10010 | 1001111 | 0 | 111000 | 100011111 | 1000001 | 11011 |
Color Harmonies of #5D1871
Complementary color
Monochromatic Colors of #5D1871
Black with #5D1871
Text Example
Text Example
White with #5D1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1871; }
p { color: rgb(93,24,113); }
H1.HeaderClassName
{
color: #5D1871;
}
.AnyTagClassName
{
color: #5D1871;
}
</style>
background-color css
<style>
a { background-color: #5D1871; }
a { background-color: rgb(93,24,113); }
div.DivClassName
{
background-color: #5D1871;
}
.BgClassName
{
background-color: #5D1871;
}
</style>
border-color css
<style>
span { border-color: #5D1871; }
span { border-color: rgb(93,24,113); }
td.TdClassName
{
border-color: #5D1871;
}
.TagClassName
{
border-color: #5D1871;
}
</style>