Shades of Seance #611B73
Tints of Seance #611B73
RGB
CMYK
RGB Variations
Color information
#611B73 (or 0x611B73) is known color: Seance. HEX triplet: 61, 1B and 73. RGB value is (97,27,115). Sum of RGB (Red+Green+Blue) = 97+27+115=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #611B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611B73 is #9EE48C. Grayscale: #393939. Windows color (decimal): -10413197 or 7543649. OLE color: 7543649.
HSL color Cylindrical-coordinate representation of color #611B73: hue angle of 287.73º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611B73 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 27 | 115 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.55 |
| HSL | 287.73º | 0.62% | 0.28% | - |
| HSV(B) | 287.73º | 0.77% | 0.45% | - |
| XYZ | 8.42 | 4.56 | 16.66 | - |
| YUV | 57.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 115 | 0.16 | 0.77 | 0 | 0.55 | 287.73 | 0.62 | 0.28 |
| Hex | 61 | 1B | 73 | 10 | 4D | 0 | 37 | 120 | 3E | 1C |
| Octal | 141 | 33 | 163 | 20 | 115 | 0 | 67 | 440 | 76 | 34 |
| Binary | 1100001 | 11011 | 1110011 | 10000 | 1001101 | 0 | 110111 | 100100000 | 111110 | 11100 |
Color Harmonies of #611B73
Complementary color
Monochromatic Colors of #611B73
Black with #611B73
Text Example
Text Example
White with #611B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611B73; }
p { color: rgb(97,27,115); }
H1.HeaderClassName
{
color: #611B73;
}
.AnyTagClassName
{
color: #611B73;
}
</style>
background-color css
<style>
a { background-color: #611B73; }
a { background-color: rgb(97,27,115); }
div.DivClassName
{
background-color: #611B73;
}
.BgClassName
{
background-color: #611B73;
}
</style>
border-color css
<style>
span { border-color: #611B73; }
span { border-color: rgb(97,27,115); }
td.TdClassName
{
border-color: #611B73;
}
.TagClassName
{
border-color: #611B73;
}
</style>