Shades of Seance #691373
Tints of Seance #691373
RGB
CMYK
RGB Variations
Color information
#691373 (or 0x691373) is known color: Seance. HEX triplet: 69, 13 and 73. RGB value is (105,19,115). Sum of RGB (Red+Green+Blue) = 105+19+115=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 19 (7.81% from 255 or 7.95% 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 #691373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691373 is #96EC8C. Grayscale: #373737. Windows color (decimal): -9890957 or 7541609. OLE color: 7541609.
HSL color Cylindrical-coordinate representation of color #691373: hue angle of 293.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691373 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 19 | 115 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.55 |
| HSL | 293.75º | 0.72% | 0.26% | - |
| HSV(B) | 293.75º | 0.83% | 0.45% | - |
| XYZ | 9.15 | 4.71 | 16.65 | - |
| YUV | 55.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 115 | 0.09 | 0.83 | 0 | 0.55 | 293.75 | 0.72 | 0.26 |
| Hex | 69 | 13 | 73 | 9 | 53 | 0 | 37 | 126 | 48 | 1A |
| Octal | 151 | 23 | 163 | 11 | 123 | 0 | 67 | 446 | 110 | 32 |
| Binary | 1101001 | 10011 | 1110011 | 1001 | 1010011 | 0 | 110111 | 100100110 | 1001000 | 11010 |
Color Harmonies of #691373
Complementary color
Monochromatic Colors of #691373
Black with #691373
Text Example
Text Example
White with #691373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691373; }
p { color: rgb(105,19,115); }
H1.HeaderClassName
{
color: #691373;
}
.AnyTagClassName
{
color: #691373;
}
</style>
background-color css
<style>
a { background-color: #691373; }
a { background-color: rgb(105,19,115); }
div.DivClassName
{
background-color: #691373;
}
.BgClassName
{
background-color: #691373;
}
</style>
border-color css
<style>
span { border-color: #691373; }
span { border-color: rgb(105,19,115); }
td.TdClassName
{
border-color: #691373;
}
.TagClassName
{
border-color: #691373;
}
</style>