Shades of Seance #5F2270
Tints of Seance #5F2270
RGB
CMYK
RGB Variations
Color information
#5F2270 (or 0x5F2270) is known color: Seance. HEX triplet: 5F, 22 and 70. RGB value is (95,34,112). Sum of RGB (Red+Green+Blue) = 95+34+112=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F2270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2270 is #A0DD8F. Grayscale: #3C3C3C. Windows color (decimal): -10542480 or 7348831. OLE color: 7348831.
HSL color Cylindrical-coordinate representation of color #5F2270: hue angle of 286.92º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F2270 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 34 | 112 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.56 |
| HSL | 286.92º | 0.53% | 0.29% | - |
| HSV(B) | 286.92º | 0.7% | 0.44% | - |
| XYZ | 8.22 | 4.75 | 15.81 | - |
| YUV | 61.13 | 156.71 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 34 | 112 | 0.15 | 0.70 | 0 | 0.56 | 286.92 | 0.53 | 0.29 |
| Hex | 5F | 22 | 70 | F | 46 | 0 | 38 | 11F | 35 | 1D |
| Octal | 137 | 42 | 160 | 17 | 106 | 0 | 70 | 437 | 65 | 35 |
| Binary | 1011111 | 100010 | 1110000 | 1111 | 1000110 | 0 | 111000 | 100011111 | 110101 | 11101 |
Color Harmonies of #5F2270
Complementary color
Monochromatic Colors of #5F2270
Black with #5F2270
Text Example
Text Example
White with #5F2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2270; }
p { color: rgb(95,34,112); }
H1.HeaderClassName
{
color: #5F2270;
}
.AnyTagClassName
{
color: #5F2270;
}
</style>
background-color css
<style>
a { background-color: #5F2270; }
a { background-color: rgb(95,34,112); }
div.DivClassName
{
background-color: #5F2270;
}
.BgClassName
{
background-color: #5F2270;
}
</style>
border-color css
<style>
span { border-color: #5F2270; }
span { border-color: rgb(95,34,112); }
td.TdClassName
{
border-color: #5F2270;
}
.TagClassName
{
border-color: #5F2270;
}
</style>