Shades of Seance #691E7F
Tints of Seance #691E7F
RGB
CMYK
RGB Variations
Color information
#691E7F (or 0x691E7F) is known color: Seance. HEX triplet: 69, 1E and 7F. RGB value is (105,30,127). Sum of RGB (Red+Green+Blue) = 105+30+127=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #691E7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691E7F is #96E180. Grayscale: #3F3F3F. Windows color (decimal): -9888129 or 8330857. OLE color: 8330857.
HSL color Cylindrical-coordinate representation of color #691E7F: hue angle of 286.39º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #691E7F is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 30 | 127 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.50 |
| HSL | 286.39º | 0.62% | 0.31% | - |
| HSV(B) | 286.39º | 0.76% | 0.5% | - |
| XYZ | 10.12 | 5.46 | 20.6 | - |
| YUV | 63.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 30 | 127 | 0.17 | 0.76 | 0 | 0.50 | 286.39 | 0.62 | 0.31 |
| Hex | 69 | 1E | 7F | 11 | 4C | 0 | 32 | 11E | 3E | 1F |
| Octal | 151 | 36 | 177 | 21 | 114 | 0 | 62 | 436 | 76 | 37 |
| Binary | 1101001 | 11110 | 1111111 | 10001 | 1001100 | 0 | 110010 | 100011110 | 111110 | 11111 |
Color Harmonies of #691E7F
Complementary color
Monochromatic Colors of #691E7F
Black with #691E7F
Text Example
Text Example
White with #691E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691E7F; }
p { color: rgb(105,30,127); }
H1.HeaderClassName
{
color: #691E7F;
}
.AnyTagClassName
{
color: #691E7F;
}
</style>
background-color css
<style>
a { background-color: #691E7F; }
a { background-color: rgb(105,30,127); }
div.DivClassName
{
background-color: #691E7F;
}
.BgClassName
{
background-color: #691E7F;
}
</style>
border-color css
<style>
span { border-color: #691E7F; }
span { border-color: rgb(105,30,127); }
td.TdClassName
{
border-color: #691E7F;
}
.TagClassName
{
border-color: #691E7F;
}
</style>