Shades of Seance #5D1B6D
Tints of Seance #5D1B6D
RGB
CMYK
RGB Variations
Color information
#5D1B6D (or 0x5D1B6D) is known color: Seance. HEX triplet: 5D, 1B and 6D. RGB value is (93,27,109). Sum of RGB (Red+Green+Blue) = 93+27+109=229 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.61% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D1B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1B6D is #A2E492. Grayscale: #373737. Windows color (decimal): -10675347 or 7150429. OLE color: 7150429.
HSL color Cylindrical-coordinate representation of color #5D1B6D: hue angle of 288.29º 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 #5D1B6D is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 27 | 109 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.57 |
| HSL | 288.29º | 0.6% | 0.27% | - |
| HSV(B) | 288.29º | 0.75% | 0.43% | - |
| XYZ | 7.67 | 4.22 | 14.88 | - |
| YUV | 56.08 | 157.87 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 27 | 109 | 0.15 | 0.75 | 0 | 0.57 | 288.29 | 0.6 | 0.27 |
| Hex | 5D | 1B | 6D | F | 4B | 0 | 39 | 120 | 3C | 1B |
| Octal | 135 | 33 | 155 | 17 | 113 | 0 | 71 | 440 | 74 | 33 |
| Binary | 1011101 | 11011 | 1101101 | 1111 | 1001011 | 0 | 111001 | 100100000 | 111100 | 11011 |
Color Harmonies of #5D1B6D
Complementary color
Monochromatic Colors of #5D1B6D
Black with #5D1B6D
Text Example
Text Example
White with #5D1B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1B6D; }
p { color: rgb(93,27,109); }
H1.HeaderClassName
{
color: #5D1B6D;
}
.AnyTagClassName
{
color: #5D1B6D;
}
</style>
background-color css
<style>
a { background-color: #5D1B6D; }
a { background-color: rgb(93,27,109); }
div.DivClassName
{
background-color: #5D1B6D;
}
.BgClassName
{
background-color: #5D1B6D;
}
</style>
border-color css
<style>
span { border-color: #5D1B6D; }
span { border-color: rgb(93,27,109); }
td.TdClassName
{
border-color: #5D1B6D;
}
.TagClassName
{
border-color: #5D1B6D;
}
</style>