Shades of Seance #5F1271
Tints of Seance #5F1271
RGB
CMYK
RGB Variations
Color information
#5F1271 (or 0x5F1271) is known color: Seance. HEX triplet: 5F, 12 and 71. RGB value is (95,18,113). Sum of RGB (Red+Green+Blue) = 95+18+113=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F1271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1271 is #A0ED8E. Grayscale: #333333. Windows color (decimal): -10546575 or 7410271. OLE color: 7410271.
HSL color Cylindrical-coordinate representation of color #5F1271: hue angle of 288.63º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F1271 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 18 | 113 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.56 |
| HSL | 288.63º | 0.73% | 0.26% | - |
| HSV(B) | 288.63º | 0.84% | 0.44% | - |
| XYZ | 7.92 | 4.06 | 15.99 | - |
| YUV | 51.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 18 | 113 | 0.16 | 0.84 | 0 | 0.56 | 288.63 | 0.73 | 0.26 |
| Hex | 5F | 12 | 71 | 10 | 54 | 0 | 38 | 121 | 49 | 1A |
| Octal | 137 | 22 | 161 | 20 | 124 | 0 | 70 | 441 | 111 | 32 |
| Binary | 1011111 | 10010 | 1110001 | 10000 | 1010100 | 0 | 111000 | 100100001 | 1001001 | 11010 |
Color Harmonies of #5F1271
Complementary color
Monochromatic Colors of #5F1271
Black with #5F1271
Text Example
Text Example
White with #5F1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1271; }
p { color: rgb(95,18,113); }
H1.HeaderClassName
{
color: #5F1271;
}
.AnyTagClassName
{
color: #5F1271;
}
</style>
background-color css
<style>
a { background-color: #5F1271; }
a { background-color: rgb(95,18,113); }
div.DivClassName
{
background-color: #5F1271;
}
.BgClassName
{
background-color: #5F1271;
}
</style>
border-color css
<style>
span { border-color: #5F1271; }
span { border-color: rgb(95,18,113); }
td.TdClassName
{
border-color: #5F1271;
}
.TagClassName
{
border-color: #5F1271;
}
</style>