Shades of Seance #61207C
Tints of Seance #61207C
RGB
CMYK
RGB Variations
Color information
#61207C (or 0x61207C) is known color: Seance. HEX triplet: 61, 20 and 7C. RGB value is (97,32,124). Sum of RGB (Red+Green+Blue) = 97+32+124=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #61207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61207C is #9EDF83. Grayscale: #3D3D3D. Windows color (decimal): -10411908 or 8134753. OLE color: 8134753.
HSL color Cylindrical-coordinate representation of color #61207C: hue angle of 282.39º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61207C is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 32 | 124 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.51 |
| HSL | 282.39º | 0.59% | 0.31% | - |
| HSV(B) | 282.39º | 0.74% | 0.49% | - |
| XYZ | 9.08 | 5.03 | 19.56 | - |
| YUV | 61.92 | 163.03 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 124 | 0.22 | 0.74 | 0 | 0.51 | 282.39 | 0.59 | 0.31 |
| Hex | 61 | 20 | 7C | 16 | 4A | 0 | 33 | 11A | 3B | 1F |
| Octal | 141 | 40 | 174 | 26 | 112 | 0 | 63 | 432 | 73 | 37 |
| Binary | 1100001 | 100000 | 1111100 | 10110 | 1001010 | 0 | 110011 | 100011010 | 111011 | 11111 |
Color Harmonies of #61207C
Complementary color
Monochromatic Colors of #61207C
Black with #61207C
Text Example
Text Example
White with #61207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61207C; }
p { color: rgb(97,32,124); }
H1.HeaderClassName
{
color: #61207C;
}
.AnyTagClassName
{
color: #61207C;
}
</style>
background-color css
<style>
a { background-color: #61207C; }
a { background-color: rgb(97,32,124); }
div.DivClassName
{
background-color: #61207C;
}
.BgClassName
{
background-color: #61207C;
}
</style>
border-color css
<style>
span { border-color: #61207C; }
span { border-color: rgb(97,32,124); }
td.TdClassName
{
border-color: #61207C;
}
.TagClassName
{
border-color: #61207C;
}
</style>