Shades of Seance #5F1572
Tints of Seance #5F1572
RGB
CMYK
RGB Variations
Color information
#5F1572 (or 0x5F1572) is known color: Seance. HEX triplet: 5F, 15 and 72. RGB value is (95,21,114). Sum of RGB (Red+Green+Blue) = 95+21+114=230 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.30% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #5F1572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1572 is #A0EA8D. Grayscale: #353535. Windows color (decimal): -10545806 or 7476575. OLE color: 7476575.
HSL color Cylindrical-coordinate representation of color #5F1572: hue angle of 287.74º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F1572 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 21 | 114 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.55 |
| HSL | 287.74º | 0.69% | 0.26% | - |
| HSV(B) | 287.74º | 0.82% | 0.45% | - |
| XYZ | 8.02 | 4.18 | 16.3 | - |
| YUV | 53.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 21 | 114 | 0.17 | 0.82 | 0 | 0.55 | 287.74 | 0.69 | 0.26 |
| Hex | 5F | 15 | 72 | 11 | 52 | 0 | 37 | 120 | 45 | 1A |
| Octal | 137 | 25 | 162 | 21 | 122 | 0 | 67 | 440 | 105 | 32 |
| Binary | 1011111 | 10101 | 1110010 | 10001 | 1010010 | 0 | 110111 | 100100000 | 1000101 | 11010 |
Color Harmonies of #5F1572
Complementary color
Monochromatic Colors of #5F1572
Black with #5F1572
Text Example
Text Example
White with #5F1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1572; }
p { color: rgb(95,21,114); }
H1.HeaderClassName
{
color: #5F1572;
}
.AnyTagClassName
{
color: #5F1572;
}
</style>
background-color css
<style>
a { background-color: #5F1572; }
a { background-color: rgb(95,21,114); }
div.DivClassName
{
background-color: #5F1572;
}
.BgClassName
{
background-color: #5F1572;
}
</style>
border-color css
<style>
span { border-color: #5F1572; }
span { border-color: rgb(95,21,114); }
td.TdClassName
{
border-color: #5F1572;
}
.TagClassName
{
border-color: #5F1572;
}
</style>