Shades of Seance #5F1F6F
Tints of Seance #5F1F6F
RGB
CMYK
RGB Variations
Color information
#5F1F6F (or 0x5F1F6F) is known color: Seance. HEX triplet: 5F, 1F and 6F. RGB value is (95,31,111). Sum of RGB (Red+Green+Blue) = 95+31+111=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F1F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F1F6F is #A0E090. Grayscale: #3B3B3B. Windows color (decimal): -10543249 or 7282527. OLE color: 7282527.
HSL color Cylindrical-coordinate representation of color #5F1F6F: hue angle of 288º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F1F6F is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 31 | 111 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.56 |
| HSL | 288º | 0.56% | 0.28% | - |
| HSV(B) | 288º | 0.72% | 0.44% | - |
| XYZ | 8.08 | 4.56 | 15.49 | - |
| YUV | 59.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 31 | 111 | 0.14 | 0.72 | 0 | 0.56 | 288 | 0.56 | 0.28 |
| Hex | 5F | 1F | 6F | E | 48 | 0 | 38 | 120 | 38 | 1C |
| Octal | 137 | 37 | 157 | 16 | 110 | 0 | 70 | 440 | 70 | 34 |
| Binary | 1011111 | 11111 | 1101111 | 1110 | 1001000 | 0 | 111000 | 100100000 | 111000 | 11100 |
Color Harmonies of #5F1F6F
Complementary color
Monochromatic Colors of #5F1F6F
Black with #5F1F6F
Text Example
Text Example
White with #5F1F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1F6F; }
p { color: rgb(95,31,111); }
H1.HeaderClassName
{
color: #5F1F6F;
}
.AnyTagClassName
{
color: #5F1F6F;
}
</style>
background-color css
<style>
a { background-color: #5F1F6F; }
a { background-color: rgb(95,31,111); }
div.DivClassName
{
background-color: #5F1F6F;
}
.BgClassName
{
background-color: #5F1F6F;
}
</style>
border-color css
<style>
span { border-color: #5F1F6F; }
span { border-color: rgb(95,31,111); }
td.TdClassName
{
border-color: #5F1F6F;
}
.TagClassName
{
border-color: #5F1F6F;
}
</style>