Shades of Seance #61167A
Tints of Seance #61167A
RGB
CMYK
RGB Variations
Color information
#61167A (or 0x61167A) is known color: Seance. HEX triplet: 61, 16 and 7A. RGB value is (97,22,122). Sum of RGB (Red+Green+Blue) = 97+22+122=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #61167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61167A is #9EE985. Grayscale: #373737. Windows color (decimal): -10414470 or 8001121. OLE color: 8001121.
HSL color Cylindrical-coordinate representation of color #61167A: hue angle of 285º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61167A is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 22 | 122 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.52 |
| HSL | 285º | 0.69% | 0.28% | - |
| HSV(B) | 285º | 0.82% | 0.48% | - |
| XYZ | 8.73 | 4.52 | 18.82 | - |
| YUV | 55.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 22 | 122 | 0.20 | 0.82 | 0 | 0.52 | 285 | 0.69 | 0.28 |
| Hex | 61 | 16 | 7A | 14 | 52 | 0 | 34 | 11D | 45 | 1C |
| Octal | 141 | 26 | 172 | 24 | 122 | 0 | 64 | 435 | 105 | 34 |
| Binary | 1100001 | 10110 | 1111010 | 10100 | 1010010 | 0 | 110100 | 100011101 | 1000101 | 11100 |
Color Harmonies of #61167A
Complementary color
Monochromatic Colors of #61167A
Black with #61167A
Text Example
Text Example
White with #61167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61167A; }
p { color: rgb(97,22,122); }
H1.HeaderClassName
{
color: #61167A;
}
.AnyTagClassName
{
color: #61167A;
}
</style>
background-color css
<style>
a { background-color: #61167A; }
a { background-color: rgb(97,22,122); }
div.DivClassName
{
background-color: #61167A;
}
.BgClassName
{
background-color: #61167A;
}
</style>
border-color css
<style>
span { border-color: #61167A; }
span { border-color: rgb(97,22,122); }
td.TdClassName
{
border-color: #61167A;
}
.TagClassName
{
border-color: #61167A;
}
</style>