Shades of Seance #5D1A73
Tints of Seance #5D1A73
RGB
CMYK
RGB Variations
Color information
#5D1A73 (or 0x5D1A73) is known color: Seance. HEX triplet: 5D, 1A and 73. RGB value is (93,26,115). Sum of RGB (Red+Green+Blue) = 93+26+115=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D1A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1A73 is #A2E58C. Grayscale: #373737. Windows color (decimal): -10675597 or 7543389. OLE color: 7543389.
HSL color Cylindrical-coordinate representation of color #5D1A73: hue angle of 285.17º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D1A73 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 26 | 115 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.55 |
| HSL | 285.17º | 0.63% | 0.28% | - |
| HSV(B) | 285.17º | 0.77% | 0.45% | - |
| XYZ | 7.98 | 4.3 | 16.63 | - |
| YUV | 56.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 115 | 0.19 | 0.77 | 0 | 0.55 | 285.17 | 0.63 | 0.28 |
| Hex | 5D | 1A | 73 | 13 | 4D | 0 | 37 | 11D | 3F | 1C |
| Octal | 135 | 32 | 163 | 23 | 115 | 0 | 67 | 435 | 77 | 34 |
| Binary | 1011101 | 11010 | 1110011 | 10011 | 1001101 | 0 | 110111 | 100011101 | 111111 | 11100 |
Color Harmonies of #5D1A73
Complementary color
Monochromatic Colors of #5D1A73
Black with #5D1A73
Text Example
Text Example
White with #5D1A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1A73; }
p { color: rgb(93,26,115); }
H1.HeaderClassName
{
color: #5D1A73;
}
.AnyTagClassName
{
color: #5D1A73;
}
</style>
background-color css
<style>
a { background-color: #5D1A73; }
a { background-color: rgb(93,26,115); }
div.DivClassName
{
background-color: #5D1A73;
}
.BgClassName
{
background-color: #5D1A73;
}
</style>
border-color css
<style>
span { border-color: #5D1A73; }
span { border-color: rgb(93,26,115); }
td.TdClassName
{
border-color: #5D1A73;
}
.TagClassName
{
border-color: #5D1A73;
}
</style>