Shades of Seance #5F2772
Tints of Seance #5F2772
RGB
CMYK
RGB Variations
Color information
#5F2772 (or 0x5F2772) is known color: Seance. HEX triplet: 5F, 27 and 72. RGB value is (95,39,114). Sum of RGB (Red+Green+Blue) = 95+39+114=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #5F2772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2772 is #A0D88D. Grayscale: #404040. Windows color (decimal): -10541198 or 7481183. OLE color: 7481183.
HSL color Cylindrical-coordinate representation of color #5F2772: hue angle of 284.8º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F2772 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 39 | 114 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.55 |
| HSL | 284.8º | 0.49% | 0.3% | - |
| HSV(B) | 284.8º | 0.66% | 0.45% | - |
| XYZ | 8.48 | 5.1 | 16.46 | - |
| YUV | 64.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 39 | 114 | 0.17 | 0.66 | 0 | 0.55 | 284.8 | 0.49 | 0.3 |
| Hex | 5F | 27 | 72 | 11 | 42 | 0 | 37 | 11D | 31 | 1E |
| Octal | 137 | 47 | 162 | 21 | 102 | 0 | 67 | 435 | 61 | 36 |
| Binary | 1011111 | 100111 | 1110010 | 10001 | 1000010 | 0 | 110111 | 100011101 | 110001 | 11110 |
Color Harmonies of #5F2772
Complementary color
Monochromatic Colors of #5F2772
Black with #5F2772
Text Example
Text Example
White with #5F2772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2772; }
p { color: rgb(95,39,114); }
H1.HeaderClassName
{
color: #5F2772;
}
.AnyTagClassName
{
color: #5F2772;
}
</style>
background-color css
<style>
a { background-color: #5F2772; }
a { background-color: rgb(95,39,114); }
div.DivClassName
{
background-color: #5F2772;
}
.BgClassName
{
background-color: #5F2772;
}
</style>
border-color css
<style>
span { border-color: #5F2772; }
span { border-color: rgb(95,39,114); }
td.TdClassName
{
border-color: #5F2772;
}
.TagClassName
{
border-color: #5F2772;
}
</style>