Shades of Seance #5F1974
Tints of Seance #5F1974
RGB
CMYK
RGB Variations
Color information
#5F1974 (or 0x5F1974) is known color: Seance. HEX triplet: 5F, 19 and 74. RGB value is (95,25,116). Sum of RGB (Red+Green+Blue) = 95+25+116=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #5F1974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1974 is #A0E68B. Grayscale: #383838. Windows color (decimal): -10544780 or 7608671. OLE color: 7608671.
HSL color Cylindrical-coordinate representation of color #5F1974: hue angle of 286.15º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F1974 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 25 | 116 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.55 |
| HSL | 286.15º | 0.65% | 0.28% | - |
| HSV(B) | 286.15º | 0.78% | 0.45% | - |
| XYZ | 8.22 | 4.39 | 16.94 | - |
| YUV | 56.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 25 | 116 | 0.18 | 0.78 | 0 | 0.55 | 286.15 | 0.65 | 0.28 |
| Hex | 5F | 19 | 74 | 12 | 4E | 0 | 37 | 11E | 41 | 1C |
| Octal | 137 | 31 | 164 | 22 | 116 | 0 | 67 | 436 | 101 | 34 |
| Binary | 1011111 | 11001 | 1110100 | 10010 | 1001110 | 0 | 110111 | 100011110 | 1000001 | 11100 |
Color Harmonies of #5F1974
Complementary color
Monochromatic Colors of #5F1974
Black with #5F1974
Text Example
Text Example
White with #5F1974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1974; }
p { color: rgb(95,25,116); }
H1.HeaderClassName
{
color: #5F1974;
}
.AnyTagClassName
{
color: #5F1974;
}
</style>
background-color css
<style>
a { background-color: #5F1974; }
a { background-color: rgb(95,25,116); }
div.DivClassName
{
background-color: #5F1974;
}
.BgClassName
{
background-color: #5F1974;
}
</style>
border-color css
<style>
span { border-color: #5F1974; }
span { border-color: rgb(95,25,116); }
td.TdClassName
{
border-color: #5F1974;
}
.TagClassName
{
border-color: #5F1974;
}
</style>