Shades of Seance #5F2374
Tints of Seance #5F2374
RGB
CMYK
RGB Variations
Color information
#5F2374 (or 0x5F2374) is known color: Seance. HEX triplet: 5F, 23 and 74. RGB value is (95,35,116). Sum of RGB (Red+Green+Blue) = 95+35+116=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #5F2374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2374 is #A0DC8B. Grayscale: #3D3D3D. Windows color (decimal): -10542220 or 7611231. OLE color: 7611231.
HSL color Cylindrical-coordinate representation of color #5F2374: hue angle of 284.44º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F2374 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 35 | 116 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.55 |
| HSL | 284.44º | 0.54% | 0.3% | - |
| HSV(B) | 284.44º | 0.7% | 0.45% | - |
| XYZ | 8.47 | 4.9 | 17.02 | - |
| YUV | 62.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 35 | 116 | 0.18 | 0.70 | 0 | 0.55 | 284.44 | 0.54 | 0.3 |
| Hex | 5F | 23 | 74 | 12 | 46 | 0 | 37 | 11C | 36 | 1E |
| Octal | 137 | 43 | 164 | 22 | 106 | 0 | 67 | 434 | 66 | 36 |
| Binary | 1011111 | 100011 | 1110100 | 10010 | 1000110 | 0 | 110111 | 100011100 | 110110 | 11110 |
Color Harmonies of #5F2374
Complementary color
Monochromatic Colors of #5F2374
Black with #5F2374
Text Example
Text Example
White with #5F2374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2374; }
p { color: rgb(95,35,116); }
H1.HeaderClassName
{
color: #5F2374;
}
.AnyTagClassName
{
color: #5F2374;
}
</style>
background-color css
<style>
a { background-color: #5F2374; }
a { background-color: rgb(95,35,116); }
div.DivClassName
{
background-color: #5F2374;
}
.BgClassName
{
background-color: #5F2374;
}
</style>
border-color css
<style>
span { border-color: #5F2374; }
span { border-color: rgb(95,35,116); }
td.TdClassName
{
border-color: #5F2374;
}
.TagClassName
{
border-color: #5F2374;
}
</style>