Shades of Seance #5F1E6C
Tints of Seance #5F1E6C
RGB
CMYK
RGB Variations
Color information
#5F1E6C (or 0x5F1E6C) is known color: Seance. HEX triplet: 5F, 1E and 6C. RGB value is (95,30,108). Sum of RGB (Red+Green+Blue) = 95+30+108=233 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.77% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F1E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F1E6C is #A0E193. Grayscale: #3A3A3A. Windows color (decimal): -10543508 or 7085663. OLE color: 7085663.
HSL color Cylindrical-coordinate representation of color #5F1E6C: hue angle of 290º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F1E6C is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 30 | 108 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.58 |
| HSL | 290º | 0.57% | 0.27% | - |
| HSV(B) | 290º | 0.72% | 0.42% | - |
| XYZ | 7.89 | 4.44 | 14.63 | - |
| YUV | 58.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 30 | 108 | 0.12 | 0.72 | 0 | 0.58 | 290 | 0.57 | 0.27 |
| Hex | 5F | 1E | 6C | C | 48 | 0 | 3A | 122 | 39 | 1B |
| Octal | 137 | 36 | 154 | 14 | 110 | 0 | 72 | 442 | 71 | 33 |
| Binary | 1011111 | 11110 | 1101100 | 1100 | 1001000 | 0 | 111010 | 100100010 | 111001 | 11011 |
Color Harmonies of #5F1E6C
Complementary color
Monochromatic Colors of #5F1E6C
Black with #5F1E6C
Text Example
Text Example
White with #5F1E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1E6C; }
p { color: rgb(95,30,108); }
H1.HeaderClassName
{
color: #5F1E6C;
}
.AnyTagClassName
{
color: #5F1E6C;
}
</style>
background-color css
<style>
a { background-color: #5F1E6C; }
a { background-color: rgb(95,30,108); }
div.DivClassName
{
background-color: #5F1E6C;
}
.BgClassName
{
background-color: #5F1E6C;
}
</style>
border-color css
<style>
span { border-color: #5F1E6C; }
span { border-color: rgb(95,30,108); }
td.TdClassName
{
border-color: #5F1E6C;
}
.TagClassName
{
border-color: #5F1E6C;
}
</style>