Shades of Seance #5F2470
Tints of Seance #5F2470
RGB
CMYK
RGB Variations
Color information
#5F2470 (or 0x5F2470) is known color: Seance. HEX triplet: 5F, 24 and 70. RGB value is (95,36,112). Sum of RGB (Red+Green+Blue) = 95+36+112=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F2470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2470 is #A0DB8F. Grayscale: #3E3E3E. Windows color (decimal): -10541968 or 7349343. OLE color: 7349343.
HSL color Cylindrical-coordinate representation of color #5F2470: hue angle of 286.58º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F2470 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 36 | 112 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.56 |
| HSL | 286.58º | 0.51% | 0.29% | - |
| HSV(B) | 286.58º | 0.68% | 0.44% | - |
| XYZ | 8.27 | 4.86 | 15.83 | - |
| YUV | 62.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 36 | 112 | 0.15 | 0.68 | 0 | 0.56 | 286.58 | 0.51 | 0.29 |
| Hex | 5F | 24 | 70 | F | 44 | 0 | 38 | 11F | 33 | 1D |
| Octal | 137 | 44 | 160 | 17 | 104 | 0 | 70 | 437 | 63 | 35 |
| Binary | 1011111 | 100100 | 1110000 | 1111 | 1000100 | 0 | 111000 | 100011111 | 110011 | 11101 |
Color Harmonies of #5F2470
Complementary color
Monochromatic Colors of #5F2470
Black with #5F2470
Text Example
Text Example
White with #5F2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2470; }
p { color: rgb(95,36,112); }
H1.HeaderClassName
{
color: #5F2470;
}
.AnyTagClassName
{
color: #5F2470;
}
</style>
background-color css
<style>
a { background-color: #5F2470; }
a { background-color: rgb(95,36,112); }
div.DivClassName
{
background-color: #5F2470;
}
.BgClassName
{
background-color: #5F2470;
}
</style>
border-color css
<style>
span { border-color: #5F2470; }
span { border-color: rgb(95,36,112); }
td.TdClassName
{
border-color: #5F2470;
}
.TagClassName
{
border-color: #5F2470;
}
</style>