Shades of Seance #691972
Tints of Seance #691972
RGB
CMYK
RGB Variations
Color information
#691972 (or 0x691972) is known color: Seance. HEX triplet: 69, 19 and 72. RGB value is (105,25,114). Sum of RGB (Red+Green+Blue) = 105+25+114=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #691972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691972 is #96E68D. Grayscale: #3A3A3A. Windows color (decimal): -9889422 or 7477609. OLE color: 7477609.
HSL color Cylindrical-coordinate representation of color #691972: hue angle of 293.93º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691972 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 25 | 114 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.55 |
| HSL | 293.93º | 0.64% | 0.27% | - |
| HSV(B) | 293.93º | 0.78% | 0.45% | - |
| XYZ | 9.21 | 4.91 | 16.38 | - |
| YUV | 59.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 114 | 0.08 | 0.78 | 0 | 0.55 | 293.93 | 0.64 | 0.27 |
| Hex | 69 | 19 | 72 | 8 | 4E | 0 | 37 | 126 | 40 | 1B |
| Octal | 151 | 31 | 162 | 10 | 116 | 0 | 67 | 446 | 100 | 33 |
| Binary | 1101001 | 11001 | 1110010 | 1000 | 1001110 | 0 | 110111 | 100100110 | 1000000 | 11011 |
Color Harmonies of #691972
Complementary color
Monochromatic Colors of #691972
Black with #691972
Text Example
Text Example
White with #691972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691972; }
p { color: rgb(105,25,114); }
H1.HeaderClassName
{
color: #691972;
}
.AnyTagClassName
{
color: #691972;
}
</style>
background-color css
<style>
a { background-color: #691972; }
a { background-color: rgb(105,25,114); }
div.DivClassName
{
background-color: #691972;
}
.BgClassName
{
background-color: #691972;
}
</style>
border-color css
<style>
span { border-color: #691972; }
span { border-color: rgb(105,25,114); }
td.TdClassName
{
border-color: #691972;
}
.TagClassName
{
border-color: #691972;
}
</style>