Shades of Seance #5D1C78
Tints of Seance #5D1C78
RGB
CMYK
RGB Variations
Color information
#5D1C78 (or 0x5D1C78) is known color: Seance. HEX triplet: 5D, 1C and 78. RGB value is (93,28,120). Sum of RGB (Red+Green+Blue) = 93+28+120=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D1C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1C78 is #A2E387. Grayscale: #393939. Windows color (decimal): -10675080 or 7871581. OLE color: 7871581.
HSL color Cylindrical-coordinate representation of color #5D1C78: hue angle of 282.39º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D1C78 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 28 | 120 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.53 |
| HSL | 282.39º | 0.62% | 0.29% | - |
| HSV(B) | 282.39º | 0.77% | 0.47% | - |
| XYZ | 8.32 | 4.51 | 18.2 | - |
| YUV | 57.92 | 163.03 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 28 | 120 | 0.22 | 0.77 | 0 | 0.53 | 282.39 | 0.62 | 0.29 |
| Hex | 5D | 1C | 78 | 16 | 4D | 0 | 35 | 11A | 3E | 1D |
| Octal | 135 | 34 | 170 | 26 | 115 | 0 | 65 | 432 | 76 | 35 |
| Binary | 1011101 | 11100 | 1111000 | 10110 | 1001101 | 0 | 110101 | 100011010 | 111110 | 11101 |
Color Harmonies of #5D1C78
Complementary color
Monochromatic Colors of #5D1C78
Black with #5D1C78
Text Example
Text Example
White with #5D1C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1C78; }
p { color: rgb(93,28,120); }
H1.HeaderClassName
{
color: #5D1C78;
}
.AnyTagClassName
{
color: #5D1C78;
}
</style>
background-color css
<style>
a { background-color: #5D1C78; }
a { background-color: rgb(93,28,120); }
div.DivClassName
{
background-color: #5D1C78;
}
.BgClassName
{
background-color: #5D1C78;
}
</style>
border-color css
<style>
span { border-color: #5D1C78; }
span { border-color: rgb(93,28,120); }
td.TdClassName
{
border-color: #5D1C78;
}
.TagClassName
{
border-color: #5D1C78;
}
</style>