Shades of Seance #61256D
Tints of Seance #61256D
RGB
CMYK
RGB Variations
Color information
#61256D (or 0x61256D) is known color: Seance. HEX triplet: 61, 25 and 6D. RGB value is (97,37,109). Sum of RGB (Red+Green+Blue) = 97+37+109=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #61256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61256D is #9EDA92. Grayscale: #3E3E3E. Windows color (decimal): -10410643 or 7152993. OLE color: 7152993.
HSL color Cylindrical-coordinate representation of color #61256D: hue angle of 290º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61256D is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 37 | 109 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.57 |
| HSL | 290º | 0.49% | 0.29% | - |
| HSV(B) | 290º | 0.66% | 0.43% | - |
| XYZ | 8.35 | 4.97 | 14.99 | - |
| YUV | 63.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 109 | 0.11 | 0.66 | 0 | 0.57 | 290 | 0.49 | 0.29 |
| Hex | 61 | 25 | 6D | B | 42 | 0 | 39 | 122 | 31 | 1D |
| Octal | 141 | 45 | 155 | 13 | 102 | 0 | 71 | 442 | 61 | 35 |
| Binary | 1100001 | 100101 | 1101101 | 1011 | 1000010 | 0 | 111001 | 100100010 | 110001 | 11101 |
Color Harmonies of #61256D
Complementary color
Monochromatic Colors of #61256D
Black with #61256D
Text Example
Text Example
White with #61256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61256D; }
p { color: rgb(97,37,109); }
H1.HeaderClassName
{
color: #61256D;
}
.AnyTagClassName
{
color: #61256D;
}
</style>
background-color css
<style>
a { background-color: #61256D; }
a { background-color: rgb(97,37,109); }
div.DivClassName
{
background-color: #61256D;
}
.BgClassName
{
background-color: #61256D;
}
</style>
border-color css
<style>
span { border-color: #61256D; }
span { border-color: rgb(97,37,109); }
td.TdClassName
{
border-color: #61256D;
}
.TagClassName
{
border-color: #61256D;
}
</style>