Shades of Seance #5F1B6D
Tints of Seance #5F1B6D
RGB
CMYK
RGB Variations
Color information
#5F1B6D (or 0x5F1B6D) is known color: Seance. HEX triplet: 5F, 1B and 6D. RGB value is (95,27,109). Sum of RGB (Red+Green+Blue) = 95+27+109=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F1B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F1B6D is #A0E492. Grayscale: #383838. Windows color (decimal): -10544275 or 7150431. OLE color: 7150431.
HSL color Cylindrical-coordinate representation of color #5F1B6D: hue angle of 289.76º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F1B6D is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 27 | 109 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.57 |
| HSL | 289.76º | 0.6% | 0.27% | - |
| HSV(B) | 289.76º | 0.75% | 0.43% | - |
| XYZ | 7.87 | 4.32 | 14.89 | - |
| YUV | 56.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 27 | 109 | 0.13 | 0.75 | 0 | 0.57 | 289.76 | 0.6 | 0.27 |
| Hex | 5F | 1B | 6D | D | 4B | 0 | 39 | 122 | 3C | 1B |
| Octal | 137 | 33 | 155 | 15 | 113 | 0 | 71 | 442 | 74 | 33 |
| Binary | 1011111 | 11011 | 1101101 | 1101 | 1001011 | 0 | 111001 | 100100010 | 111100 | 11011 |
Color Harmonies of #5F1B6D
Complementary color
Monochromatic Colors of #5F1B6D
Black with #5F1B6D
Text Example
Text Example
White with #5F1B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1B6D; }
p { color: rgb(95,27,109); }
H1.HeaderClassName
{
color: #5F1B6D;
}
.AnyTagClassName
{
color: #5F1B6D;
}
</style>
background-color css
<style>
a { background-color: #5F1B6D; }
a { background-color: rgb(95,27,109); }
div.DivClassName
{
background-color: #5F1B6D;
}
.BgClassName
{
background-color: #5F1B6D;
}
</style>
border-color css
<style>
span { border-color: #5F1B6D; }
span { border-color: rgb(95,27,109); }
td.TdClassName
{
border-color: #5F1B6D;
}
.TagClassName
{
border-color: #5F1B6D;
}
</style>