Shades of Seance #5D1A6B
Tints of Seance #5D1A6B
RGB
CMYK
RGB Variations
Color information
#5D1A6B (or 0x5D1A6B) is known color: Seance. HEX triplet: 5D, 1A and 6B. RGB value is (93,26,107). Sum of RGB (Red+Green+Blue) = 93+26+107=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #5D1A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1A6B is #A2E594. Grayscale: #373737. Windows color (decimal): -10675605 or 7019101. OLE color: 7019101.
HSL color Cylindrical-coordinate representation of color #5D1A6B: hue angle of 289.63º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D1A6B is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 26 | 107 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.58 |
| HSL | 289.63º | 0.61% | 0.26% | - |
| HSV(B) | 289.63º | 0.76% | 0.42% | - |
| XYZ | 7.54 | 4.13 | 14.31 | - |
| YUV | 55.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 107 | 0.13 | 0.76 | 0 | 0.58 | 289.63 | 0.61 | 0.26 |
| Hex | 5D | 1A | 6B | D | 4C | 0 | 3A | 122 | 3D | 1A |
| Octal | 135 | 32 | 153 | 15 | 114 | 0 | 72 | 442 | 75 | 32 |
| Binary | 1011101 | 11010 | 1101011 | 1101 | 1001100 | 0 | 111010 | 100100010 | 111101 | 11010 |
Color Harmonies of #5D1A6B
Complementary color
Monochromatic Colors of #5D1A6B
Black with #5D1A6B
Text Example
Text Example
White with #5D1A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1A6B; }
p { color: rgb(93,26,107); }
H1.HeaderClassName
{
color: #5D1A6B;
}
.AnyTagClassName
{
color: #5D1A6B;
}
</style>
background-color css
<style>
a { background-color: #5D1A6B; }
a { background-color: rgb(93,26,107); }
div.DivClassName
{
background-color: #5D1A6B;
}
.BgClassName
{
background-color: #5D1A6B;
}
</style>
border-color css
<style>
span { border-color: #5D1A6B; }
span { border-color: rgb(93,26,107); }
td.TdClassName
{
border-color: #5D1A6B;
}
.TagClassName
{
border-color: #5D1A6B;
}
</style>