Shades of Seance #691C71
Tints of Seance #691C71
RGB
CMYK
RGB Variations
Color information
#691C71 (or 0x691C71) is known color: Seance. HEX triplet: 69, 1C and 71. RGB value is (105,28,113). Sum of RGB (Red+Green+Blue) = 105+28+113=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #691C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691C71 is #96E38E. Grayscale: #3C3C3C. Windows color (decimal): -9888655 or 7412841. OLE color: 7412841.
HSL color Cylindrical-coordinate representation of color #691C71: hue angle of 294.35º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691C71 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 28 | 113 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.56 |
| HSL | 294.35º | 0.6% | 0.28% | - |
| HSV(B) | 294.35º | 0.75% | 0.44% | - |
| XYZ | 9.22 | 5.03 | 16.11 | - |
| YUV | 60.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 113 | 0.07 | 0.75 | 0 | 0.56 | 294.35 | 0.6 | 0.28 |
| Hex | 69 | 1C | 71 | 7 | 4B | 0 | 38 | 126 | 3C | 1C |
| Octal | 151 | 34 | 161 | 7 | 113 | 0 | 70 | 446 | 74 | 34 |
| Binary | 1101001 | 11100 | 1110001 | 111 | 1001011 | 0 | 111000 | 100100110 | 111100 | 11100 |
Color Harmonies of #691C71
Complementary color
Monochromatic Colors of #691C71
Black with #691C71
Text Example
Text Example
White with #691C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691C71; }
p { color: rgb(105,28,113); }
H1.HeaderClassName
{
color: #691C71;
}
.AnyTagClassName
{
color: #691C71;
}
</style>
background-color css
<style>
a { background-color: #691C71; }
a { background-color: rgb(105,28,113); }
div.DivClassName
{
background-color: #691C71;
}
.BgClassName
{
background-color: #691C71;
}
</style>
border-color css
<style>
span { border-color: #691C71; }
span { border-color: rgb(105,28,113); }
td.TdClassName
{
border-color: #691C71;
}
.TagClassName
{
border-color: #691C71;
}
</style>