Shades of Seance #61156F
Tints of Seance #61156F
RGB
CMYK
RGB Variations
Color information
#61156F (or 0x61156F) is known color: Seance. HEX triplet: 61, 15 and 6F. RGB value is (97,21,111). Sum of RGB (Red+Green+Blue) = 97+21+111=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #61156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61156F is #9EEA90. Grayscale: #353535. Windows color (decimal): -10414737 or 7279969. OLE color: 7279969.
HSL color Cylindrical-coordinate representation of color #61156F: hue angle of 290.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61156F is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 21 | 111 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.56 |
| HSL | 290.67º | 0.68% | 0.26% | - |
| HSV(B) | 290.67º | 0.81% | 0.44% | - |
| XYZ | 8.07 | 4.23 | 15.43 | - |
| YUV | 53.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 21 | 111 | 0.13 | 0.81 | 0 | 0.56 | 290.67 | 0.68 | 0.26 |
| Hex | 61 | 15 | 6F | D | 51 | 0 | 38 | 123 | 44 | 1A |
| Octal | 141 | 25 | 157 | 15 | 121 | 0 | 70 | 443 | 104 | 32 |
| Binary | 1100001 | 10101 | 1101111 | 1101 | 1010001 | 0 | 111000 | 100100011 | 1000100 | 11010 |
Color Harmonies of #61156F
Complementary color
Monochromatic Colors of #61156F
Black with #61156F
Text Example
Text Example
White with #61156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61156F; }
p { color: rgb(97,21,111); }
H1.HeaderClassName
{
color: #61156F;
}
.AnyTagClassName
{
color: #61156F;
}
</style>
background-color css
<style>
a { background-color: #61156F; }
a { background-color: rgb(97,21,111); }
div.DivClassName
{
background-color: #61156F;
}
.BgClassName
{
background-color: #61156F;
}
</style>
border-color css
<style>
span { border-color: #61156F; }
span { border-color: rgb(97,21,111); }
td.TdClassName
{
border-color: #61156F;
}
.TagClassName
{
border-color: #61156F;
}
</style>