Shades of Seance #5D1F71
Tints of Seance #5D1F71
RGB
CMYK
RGB Variations
Color information
#5D1F71 (or 0x5D1F71) is known color: Seance. HEX triplet: 5D, 1F and 71. RGB value is (93,31,113). Sum of RGB (Red+Green+Blue) = 93+31+113=237 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.24% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D1F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1F71 is #A2E08E. Grayscale: #3A3A3A. Windows color (decimal): -10674319 or 7413597. OLE color: 7413597.
HSL color Cylindrical-coordinate representation of color #5D1F71: hue angle of 285.37º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D1F71 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 31 | 113 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.56 |
| HSL | 285.37º | 0.57% | 0.28% | - |
| HSV(B) | 285.37º | 0.73% | 0.44% | - |
| XYZ | 7.98 | 4.5 | 16.07 | - |
| YUV | 58.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 31 | 113 | 0.18 | 0.73 | 0 | 0.56 | 285.37 | 0.57 | 0.28 |
| Hex | 5D | 1F | 71 | 12 | 49 | 0 | 38 | 11D | 39 | 1C |
| Octal | 135 | 37 | 161 | 22 | 111 | 0 | 70 | 435 | 71 | 34 |
| Binary | 1011101 | 11111 | 1110001 | 10010 | 1001001 | 0 | 111000 | 100011101 | 111001 | 11100 |
Color Harmonies of #5D1F71
Complementary color
Monochromatic Colors of #5D1F71
Black with #5D1F71
Text Example
Text Example
White with #5D1F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1F71; }
p { color: rgb(93,31,113); }
H1.HeaderClassName
{
color: #5D1F71;
}
.AnyTagClassName
{
color: #5D1F71;
}
</style>
background-color css
<style>
a { background-color: #5D1F71; }
a { background-color: rgb(93,31,113); }
div.DivClassName
{
background-color: #5D1F71;
}
.BgClassName
{
background-color: #5D1F71;
}
</style>
border-color css
<style>
span { border-color: #5D1F71; }
span { border-color: rgb(93,31,113); }
td.TdClassName
{
border-color: #5D1F71;
}
.TagClassName
{
border-color: #5D1F71;
}
</style>