Shades of Seance #5F2670
Tints of Seance #5F2670
RGB
CMYK
RGB Variations
Color information
#5F2670 (or 0x5F2670) is known color: Seance. HEX triplet: 5F, 26 and 70. RGB value is (95,38,112). Sum of RGB (Red+Green+Blue) = 95+38+112=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F2670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2670 is #A0D98F. Grayscale: #3F3F3F. Windows color (decimal): -10541456 or 7349855. OLE color: 7349855.
HSL color Cylindrical-coordinate representation of color #5F2670: hue angle of 286.22º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F2670 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 38 | 112 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.56 |
| HSL | 286.22º | 0.49% | 0.29% | - |
| HSV(B) | 286.22º | 0.66% | 0.44% | - |
| XYZ | 8.34 | 4.99 | 15.85 | - |
| YUV | 63.48 | 155.38 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 38 | 112 | 0.15 | 0.66 | 0 | 0.56 | 286.22 | 0.49 | 0.29 |
| Hex | 5F | 26 | 70 | F | 42 | 0 | 38 | 11E | 31 | 1D |
| Octal | 137 | 46 | 160 | 17 | 102 | 0 | 70 | 436 | 61 | 35 |
| Binary | 1011111 | 100110 | 1110000 | 1111 | 1000010 | 0 | 111000 | 100011110 | 110001 | 11101 |
Color Harmonies of #5F2670
Complementary color
Monochromatic Colors of #5F2670
Black with #5F2670
Text Example
Text Example
White with #5F2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2670; }
p { color: rgb(95,38,112); }
H1.HeaderClassName
{
color: #5F2670;
}
.AnyTagClassName
{
color: #5F2670;
}
</style>
background-color css
<style>
a { background-color: #5F2670; }
a { background-color: rgb(95,38,112); }
div.DivClassName
{
background-color: #5F2670;
}
.BgClassName
{
background-color: #5F2670;
}
</style>
border-color css
<style>
span { border-color: #5F2670; }
span { border-color: rgb(95,38,112); }
td.TdClassName
{
border-color: #5F2670;
}
.TagClassName
{
border-color: #5F2670;
}
</style>