Shades of Seance #691A7A
Tints of Seance #691A7A
RGB
CMYK
RGB Variations
Color information
#691A7A (or 0x691A7A) is known color: Seance. HEX triplet: 69, 1A and 7A. RGB value is (105,26,122). Sum of RGB (Red+Green+Blue) = 105+26+122=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #691A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691A7A is #96E585. Grayscale: #3C3C3C. Windows color (decimal): -9889158 or 8002153. OLE color: 8002153.
HSL color Cylindrical-coordinate representation of color #691A7A: hue angle of 289.38º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #691A7A is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 26 | 122 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.52 |
| HSL | 289.38º | 0.65% | 0.29% | - |
| HSV(B) | 289.38º | 0.79% | 0.48% | - |
| XYZ | 9.71 | 5.15 | 18.89 | - |
| YUV | 60.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 122 | 0.14 | 0.79 | 0 | 0.52 | 289.38 | 0.65 | 0.29 |
| Hex | 69 | 1A | 7A | E | 4F | 0 | 34 | 121 | 41 | 1D |
| Octal | 151 | 32 | 172 | 16 | 117 | 0 | 64 | 441 | 101 | 35 |
| Binary | 1101001 | 11010 | 1111010 | 1110 | 1001111 | 0 | 110100 | 100100001 | 1000001 | 11101 |
Color Harmonies of #691A7A
Complementary color
Monochromatic Colors of #691A7A
Black with #691A7A
Text Example
Text Example
White with #691A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691A7A; }
p { color: rgb(105,26,122); }
H1.HeaderClassName
{
color: #691A7A;
}
.AnyTagClassName
{
color: #691A7A;
}
</style>
background-color css
<style>
a { background-color: #691A7A; }
a { background-color: rgb(105,26,122); }
div.DivClassName
{
background-color: #691A7A;
}
.BgClassName
{
background-color: #691A7A;
}
</style>
border-color css
<style>
span { border-color: #691A7A; }
span { border-color: rgb(105,26,122); }
td.TdClassName
{
border-color: #691A7A;
}
.TagClassName
{
border-color: #691A7A;
}
</style>