Shades of Seance #5D1A6D
Tints of Seance #5D1A6D
RGB
CMYK
RGB Variations
Color information
#5D1A6D (or 0x5D1A6D) is known color: Seance. HEX triplet: 5D, 1A and 6D. RGB value is (93,26,109). Sum of RGB (Red+Green+Blue) = 93+26+109=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D1A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1A6D is #A2E592. Grayscale: #373737. Windows color (decimal): -10675603 or 7150173. OLE color: 7150173.
HSL color Cylindrical-coordinate representation of color #5D1A6D: hue angle of 288.43º 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 #5D1A6D is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 26 | 109 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.57 |
| HSL | 288.43º | 0.61% | 0.26% | - |
| HSV(B) | 288.43º | 0.76% | 0.43% | - |
| XYZ | 7.64 | 4.17 | 14.87 | - |
| YUV | 55.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 109 | 0.15 | 0.76 | 0 | 0.57 | 288.43 | 0.61 | 0.26 |
| Hex | 5D | 1A | 6D | F | 4C | 0 | 39 | 120 | 3D | 1A |
| Octal | 135 | 32 | 155 | 17 | 114 | 0 | 71 | 440 | 75 | 32 |
| Binary | 1011101 | 11010 | 1101101 | 1111 | 1001100 | 0 | 111001 | 100100000 | 111101 | 11010 |
Color Harmonies of #5D1A6D
Complementary color
Monochromatic Colors of #5D1A6D
Black with #5D1A6D
Text Example
Text Example
White with #5D1A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1A6D; }
p { color: rgb(93,26,109); }
H1.HeaderClassName
{
color: #5D1A6D;
}
.AnyTagClassName
{
color: #5D1A6D;
}
</style>
background-color css
<style>
a { background-color: #5D1A6D; }
a { background-color: rgb(93,26,109); }
div.DivClassName
{
background-color: #5D1A6D;
}
.BgClassName
{
background-color: #5D1A6D;
}
</style>
border-color css
<style>
span { border-color: #5D1A6D; }
span { border-color: rgb(93,26,109); }
td.TdClassName
{
border-color: #5D1A6D;
}
.TagClassName
{
border-color: #5D1A6D;
}
</style>