Shades of Seance #61326A
Tints of Seance #61326A
RGB
CMYK
RGB Variations
Color information
#61326A (or 0x61326A) is known color: Seance. HEX triplet: 61, 32 and 6A. RGB value is (97,50,106). Sum of RGB (Red+Green+Blue) = 97+50+106=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 106 - color contains mainly: blue. Hex color #61326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61326A is #9ECD95. Grayscale: #464646. Windows color (decimal): -10407318 or 6959713. OLE color: 6959713.
HSL color Cylindrical-coordinate representation of color #61326A: hue angle of 290.36º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61326A is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 50 | 106 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.58 |
| HSL | 290.36º | 0.36% | 0.31% | - |
| HSV(B) | 290.36º | 0.53% | 0.42% | - |
| XYZ | 8.67 | 5.86 | 14.31 | - |
| YUV | 70.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 106 | 0.08 | 0.53 | 0 | 0.58 | 290.36 | 0.36 | 0.31 |
| Hex | 61 | 32 | 6A | 8 | 35 | 0 | 3A | 122 | 24 | 1F |
| Octal | 141 | 62 | 152 | 10 | 65 | 0 | 72 | 442 | 44 | 37 |
| Binary | 1100001 | 110010 | 1101010 | 1000 | 110101 | 0 | 111010 | 100100010 | 100100 | 11111 |
Color Harmonies of #61326A
Complementary color
Monochromatic Colors of #61326A
Black with #61326A
Text Example
Text Example
White with #61326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61326A; }
p { color: rgb(97,50,106); }
H1.HeaderClassName
{
color: #61326A;
}
.AnyTagClassName
{
color: #61326A;
}
</style>
background-color css
<style>
a { background-color: #61326A; }
a { background-color: rgb(97,50,106); }
div.DivClassName
{
background-color: #61326A;
}
.BgClassName
{
background-color: #61326A;
}
</style>
border-color css
<style>
span { border-color: #61326A; }
span { border-color: rgb(97,50,106); }
td.TdClassName
{
border-color: #61326A;
}
.TagClassName
{
border-color: #61326A;
}
</style>