Shades of Seance #5F1A6D
Tints of Seance #5F1A6D
RGB
CMYK
RGB Variations
Color information
#5F1A6D (or 0x5F1A6D) is known color: Seance. HEX triplet: 5F, 1A and 6D. RGB value is (95,26,109). Sum of RGB (Red+Green+Blue) = 95+26+109=230 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.30% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F1A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F1A6D is #A0E592. Grayscale: #373737. Windows color (decimal): -10544531 or 7150175. OLE color: 7150175.
HSL color Cylindrical-coordinate representation of color #5F1A6D: hue angle of 289.88º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F1A6D is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 26 | 109 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.57 |
| HSL | 289.88º | 0.61% | 0.26% | - |
| HSV(B) | 289.88º | 0.76% | 0.43% | - |
| XYZ | 7.85 | 4.28 | 14.88 | - |
| YUV | 56.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 26 | 109 | 0.13 | 0.76 | 0 | 0.57 | 289.88 | 0.61 | 0.26 |
| Hex | 5F | 1A | 6D | D | 4C | 0 | 39 | 122 | 3D | 1A |
| Octal | 137 | 32 | 155 | 15 | 114 | 0 | 71 | 442 | 75 | 32 |
| Binary | 1011111 | 11010 | 1101101 | 1101 | 1001100 | 0 | 111001 | 100100010 | 111101 | 11010 |
Color Harmonies of #5F1A6D
Complementary color
Monochromatic Colors of #5F1A6D
Black with #5F1A6D
Text Example
Text Example
White with #5F1A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1A6D; }
p { color: rgb(95,26,109); }
H1.HeaderClassName
{
color: #5F1A6D;
}
.AnyTagClassName
{
color: #5F1A6D;
}
</style>
background-color css
<style>
a { background-color: #5F1A6D; }
a { background-color: rgb(95,26,109); }
div.DivClassName
{
background-color: #5F1A6D;
}
.BgClassName
{
background-color: #5F1A6D;
}
</style>
border-color css
<style>
span { border-color: #5F1A6D; }
span { border-color: rgb(95,26,109); }
td.TdClassName
{
border-color: #5F1A6D;
}
.TagClassName
{
border-color: #5F1A6D;
}
</style>