Shades of Seance #5F2175
Tints of Seance #5F2175
RGB
CMYK
RGB Variations
Color information
#5F2175 (or 0x5F2175) is known color: Seance. HEX triplet: 5F, 21 and 75. RGB value is (95,33,117). Sum of RGB (Red+Green+Blue) = 95+33+117=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #5F2175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2175 is #A0DE8A. Grayscale: #3C3C3C. Windows color (decimal): -10542731 or 7676255. OLE color: 7676255.
HSL color Cylindrical-coordinate representation of color #5F2175: hue angle of 284.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F2175 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 33 | 117 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.54 |
| HSL | 284.29º | 0.56% | 0.29% | - |
| HSV(B) | 284.29º | 0.72% | 0.46% | - |
| XYZ | 8.47 | 4.8 | 17.31 | - |
| YUV | 61.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 117 | 0.19 | 0.72 | 0 | 0.54 | 284.29 | 0.56 | 0.29 |
| Hex | 5F | 21 | 75 | 13 | 48 | 0 | 36 | 11C | 38 | 1D |
| Octal | 137 | 41 | 165 | 23 | 110 | 0 | 66 | 434 | 70 | 35 |
| Binary | 1011111 | 100001 | 1110101 | 10011 | 1001000 | 0 | 110110 | 100011100 | 111000 | 11101 |
Color Harmonies of #5F2175
Complementary color
Monochromatic Colors of #5F2175
Black with #5F2175
Text Example
Text Example
White with #5F2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2175; }
p { color: rgb(95,33,117); }
H1.HeaderClassName
{
color: #5F2175;
}
.AnyTagClassName
{
color: #5F2175;
}
</style>
background-color css
<style>
a { background-color: #5F2175; }
a { background-color: rgb(95,33,117); }
div.DivClassName
{
background-color: #5F2175;
}
.BgClassName
{
background-color: #5F2175;
}
</style>
border-color css
<style>
span { border-color: #5F2175; }
span { border-color: rgb(95,33,117); }
td.TdClassName
{
border-color: #5F2175;
}
.TagClassName
{
border-color: #5F2175;
}
</style>