Shades of Seance #61266F
Tints of Seance #61266F
RGB
CMYK
RGB Variations
Color information
#61266F (or 0x61266F) is known color: Seance. HEX triplet: 61, 26 and 6F. RGB value is (97,38,111). Sum of RGB (Red+Green+Blue) = 97+38+111=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #61266F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61266F is #9ED990. Grayscale: #3F3F3F. Windows color (decimal): -10410385 or 7284321. OLE color: 7284321.
HSL color Cylindrical-coordinate representation of color #61266F: hue angle of 288.49º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61266F is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 38 | 111 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.56 |
| HSL | 288.49º | 0.49% | 0.29% | - |
| HSV(B) | 288.49º | 0.66% | 0.44% | - |
| XYZ | 8.49 | 5.08 | 15.57 | - |
| YUV | 63.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 38 | 111 | 0.13 | 0.66 | 0 | 0.56 | 288.49 | 0.49 | 0.29 |
| Hex | 61 | 26 | 6F | D | 42 | 0 | 38 | 120 | 31 | 1D |
| Octal | 141 | 46 | 157 | 15 | 102 | 0 | 70 | 440 | 61 | 35 |
| Binary | 1100001 | 100110 | 1101111 | 1101 | 1000010 | 0 | 111000 | 100100000 | 110001 | 11101 |
Color Harmonies of #61266F
Complementary color
Monochromatic Colors of #61266F
Black with #61266F
Text Example
Text Example
White with #61266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61266F; }
p { color: rgb(97,38,111); }
H1.HeaderClassName
{
color: #61266F;
}
.AnyTagClassName
{
color: #61266F;
}
</style>
background-color css
<style>
a { background-color: #61266F; }
a { background-color: rgb(97,38,111); }
div.DivClassName
{
background-color: #61266F;
}
.BgClassName
{
background-color: #61266F;
}
</style>
border-color css
<style>
span { border-color: #61266F; }
span { border-color: rgb(97,38,111); }
td.TdClassName
{
border-color: #61266F;
}
.TagClassName
{
border-color: #61266F;
}
</style>