Shades of Seance #5D1C73
Tints of Seance #5D1C73
RGB
CMYK
RGB Variations
Color information
#5D1C73 (or 0x5D1C73) is known color: Seance. HEX triplet: 5D, 1C and 73. RGB value is (93,28,115). Sum of RGB (Red+Green+Blue) = 93+28+115=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D1C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1C73 is #A2E38C. Grayscale: #393939. Windows color (decimal): -10675085 or 7543901. OLE color: 7543901.
HSL color Cylindrical-coordinate representation of color #5D1C73: hue angle of 284.83º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D1C73 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 28 | 115 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.55 |
| HSL | 284.83º | 0.61% | 0.28% | - |
| HSV(B) | 284.83º | 0.76% | 0.45% | - |
| XYZ | 8.02 | 4.4 | 16.65 | - |
| YUV | 57.35 | 160.53 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 28 | 115 | 0.19 | 0.76 | 0 | 0.55 | 284.83 | 0.61 | 0.28 |
| Hex | 5D | 1C | 73 | 13 | 4C | 0 | 37 | 11D | 3D | 1C |
| Octal | 135 | 34 | 163 | 23 | 114 | 0 | 67 | 435 | 75 | 34 |
| Binary | 1011101 | 11100 | 1110011 | 10011 | 1001100 | 0 | 110111 | 100011101 | 111101 | 11100 |
Color Harmonies of #5D1C73
Complementary color
Monochromatic Colors of #5D1C73
Black with #5D1C73
Text Example
Text Example
White with #5D1C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1C73; }
p { color: rgb(93,28,115); }
H1.HeaderClassName
{
color: #5D1C73;
}
.AnyTagClassName
{
color: #5D1C73;
}
</style>
background-color css
<style>
a { background-color: #5D1C73; }
a { background-color: rgb(93,28,115); }
div.DivClassName
{
background-color: #5D1C73;
}
.BgClassName
{
background-color: #5D1C73;
}
</style>
border-color css
<style>
span { border-color: #5D1C73; }
span { border-color: rgb(93,28,115); }
td.TdClassName
{
border-color: #5D1C73;
}
.TagClassName
{
border-color: #5D1C73;
}
</style>