Shades of Seance #5D0F6C
Tints of Seance #5D0F6C
RGB
CMYK
RGB Variations
Color information
#5D0F6C (or 0x5D0F6C) is known color: Seance. HEX triplet: 5D, 0F and 6C. RGB value is (93,15,108). Sum of RGB (Red+Green+Blue) = 93+15+108=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D0F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0F6C is #A2F093. Grayscale: #303030. Windows color (decimal): -10678420 or 7081821. OLE color: 7081821.
HSL color Cylindrical-coordinate representation of color #5D0F6C: hue angle of 290.32º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D0F6C is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 15 | 108 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.58 |
| HSL | 290.32º | 0.76% | 0.24% | - |
| HSV(B) | 290.32º | 0.86% | 0.42% | - |
| XYZ | 7.39 | 3.75 | 14.52 | - |
| YUV | 48.92 | 161.34 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 108 | 0.14 | 0.86 | 0 | 0.58 | 290.32 | 0.76 | 0.24 |
| Hex | 5D | F | 6C | E | 56 | 0 | 3A | 122 | 4C | 18 |
| Octal | 135 | 17 | 154 | 16 | 126 | 0 | 72 | 442 | 114 | 30 |
| Binary | 1011101 | 1111 | 1101100 | 1110 | 1010110 | 0 | 111010 | 100100010 | 1001100 | 11000 |
Color Harmonies of #5D0F6C
Complementary color
Monochromatic Colors of #5D0F6C
Black with #5D0F6C
Text Example
Text Example
White with #5D0F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0F6C; }
p { color: rgb(93,15,108); }
H1.HeaderClassName
{
color: #5D0F6C;
}
.AnyTagClassName
{
color: #5D0F6C;
}
</style>
background-color css
<style>
a { background-color: #5D0F6C; }
a { background-color: rgb(93,15,108); }
div.DivClassName
{
background-color: #5D0F6C;
}
.BgClassName
{
background-color: #5D0F6C;
}
</style>
border-color css
<style>
span { border-color: #5D0F6C; }
span { border-color: rgb(93,15,108); }
td.TdClassName
{
border-color: #5D0F6C;
}
.TagClassName
{
border-color: #5D0F6C;
}
</style>