Shades of Seance #5C1D76
Tints of Seance #5C1D76
RGB
CMYK
RGB Variations
Color information
#5C1D76 (or 0x5C1D76) is known color: Seance. HEX triplet: 5C, 1D and 76. RGB value is (92,29,118). Sum of RGB (Red+Green+Blue) = 92+29+118=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C1D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C1D76 is #A3E289. Grayscale: #393939. Windows color (decimal): -10740362 or 7740764. OLE color: 7740764.
HSL color Cylindrical-coordinate representation of color #5C1D76: hue angle of 282.47º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C1D76 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 29 | 118 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.54 |
| HSL | 282.47º | 0.61% | 0.29% | - |
| HSV(B) | 282.47º | 0.75% | 0.46% | - |
| XYZ | 8.12 | 4.46 | 17.57 | - |
| YUV | 57.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 29 | 118 | 0.22 | 0.75 | 0 | 0.54 | 282.47 | 0.61 | 0.29 |
| Hex | 5C | 1D | 76 | 16 | 4B | 0 | 36 | 11A | 3D | 1D |
| Octal | 134 | 35 | 166 | 26 | 113 | 0 | 66 | 432 | 75 | 35 |
| Binary | 1011100 | 11101 | 1110110 | 10110 | 1001011 | 0 | 110110 | 100011010 | 111101 | 11101 |
Color Harmonies of #5C1D76
Complementary color
Monochromatic Colors of #5C1D76
Black with #5C1D76
Text Example
Text Example
White with #5C1D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1D76; }
p { color: rgb(92,29,118); }
H1.HeaderClassName
{
color: #5C1D76;
}
.AnyTagClassName
{
color: #5C1D76;
}
</style>
background-color css
<style>
a { background-color: #5C1D76; }
a { background-color: rgb(92,29,118); }
div.DivClassName
{
background-color: #5C1D76;
}
.BgClassName
{
background-color: #5C1D76;
}
</style>
border-color css
<style>
span { border-color: #5C1D76; }
span { border-color: rgb(92,29,118); }
td.TdClassName
{
border-color: #5C1D76;
}
.TagClassName
{
border-color: #5C1D76;
}
</style>