Shades of Seance #61187D
Tints of Seance #61187D
RGB
CMYK
RGB Variations
Color information
#61187D (or 0x61187D) is known color: Seance. HEX triplet: 61, 18 and 7D. RGB value is (97,24,125). Sum of RGB (Red+Green+Blue) = 97+24+125=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #61187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61187D is #9EE782. Grayscale: #393939. Windows color (decimal): -10413955 or 8198241. OLE color: 8198241.
HSL color Cylindrical-coordinate representation of color #61187D: hue angle of 283.37º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61187D is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 24 | 125 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.51 |
| HSL | 283.37º | 0.68% | 0.29% | - |
| HSV(B) | 283.37º | 0.81% | 0.49% | - |
| XYZ | 8.96 | 4.68 | 19.83 | - |
| YUV | 57.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 24 | 125 | 0.22 | 0.81 | 0 | 0.51 | 283.37 | 0.68 | 0.29 |
| Hex | 61 | 18 | 7D | 16 | 51 | 0 | 33 | 11B | 44 | 1D |
| Octal | 141 | 30 | 175 | 26 | 121 | 0 | 63 | 433 | 104 | 35 |
| Binary | 1100001 | 11000 | 1111101 | 10110 | 1010001 | 0 | 110011 | 100011011 | 1000100 | 11101 |
Color Harmonies of #61187D
Complementary color
Monochromatic Colors of #61187D
Black with #61187D
Text Example
Text Example
White with #61187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61187D; }
p { color: rgb(97,24,125); }
H1.HeaderClassName
{
color: #61187D;
}
.AnyTagClassName
{
color: #61187D;
}
</style>
background-color css
<style>
a { background-color: #61187D; }
a { background-color: rgb(97,24,125); }
div.DivClassName
{
background-color: #61187D;
}
.BgClassName
{
background-color: #61187D;
}
</style>
border-color css
<style>
span { border-color: #61187D; }
span { border-color: rgb(97,24,125); }
td.TdClassName
{
border-color: #61187D;
}
.TagClassName
{
border-color: #61187D;
}
</style>