Shades of Seance #5F2371
Tints of Seance #5F2371
RGB
CMYK
RGB Variations
Color information
#5F2371 (or 0x5F2371) is known color: Seance. HEX triplet: 5F, 23 and 71. RGB value is (95,35,113). Sum of RGB (Red+Green+Blue) = 95+35+113=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F2371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2371 is #A0DC8E. Grayscale: #3D3D3D. Windows color (decimal): -10542223 or 7414623. OLE color: 7414623.
HSL color Cylindrical-coordinate representation of color #5F2371: hue angle of 286.15º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F2371 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 35 | 113 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.56 |
| HSL | 286.15º | 0.53% | 0.29% | - |
| HSV(B) | 286.15º | 0.69% | 0.44% | - |
| XYZ | 8.3 | 4.83 | 16.12 | - |
| YUV | 61.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 35 | 113 | 0.16 | 0.69 | 0 | 0.56 | 286.15 | 0.53 | 0.29 |
| Hex | 5F | 23 | 71 | 10 | 45 | 0 | 38 | 11E | 35 | 1D |
| Octal | 137 | 43 | 161 | 20 | 105 | 0 | 70 | 436 | 65 | 35 |
| Binary | 1011111 | 100011 | 1110001 | 10000 | 1000101 | 0 | 111000 | 100011110 | 110101 | 11101 |
Color Harmonies of #5F2371
Complementary color
Monochromatic Colors of #5F2371
Black with #5F2371
Text Example
Text Example
White with #5F2371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2371; }
p { color: rgb(95,35,113); }
H1.HeaderClassName
{
color: #5F2371;
}
.AnyTagClassName
{
color: #5F2371;
}
</style>
background-color css
<style>
a { background-color: #5F2371; }
a { background-color: rgb(95,35,113); }
div.DivClassName
{
background-color: #5F2371;
}
.BgClassName
{
background-color: #5F2371;
}
</style>
border-color css
<style>
span { border-color: #5F2371; }
span { border-color: rgb(95,35,113); }
td.TdClassName
{
border-color: #5F2371;
}
.TagClassName
{
border-color: #5F2371;
}
</style>