Shades of Seance #6F1D79
Tints of Seance #6F1D79
RGB
CMYK
RGB Variations
Color information
#6F1D79 (or 0x6F1D79) is known color: Seance. HEX triplet: 6F, 1D and 79. RGB value is (111,29,121). Sum of RGB (Red+Green+Blue) = 111+29+121=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F1D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1D79 is #90E286. Grayscale: #3F3F3F. Windows color (decimal): -9495175 or 7937391. OLE color: 7937391.
HSL color Cylindrical-coordinate representation of color #6F1D79: hue angle of 293.48º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F1D79 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 29 | 121 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.53 |
| HSL | 293.48º | 0.61% | 0.29% | - |
| HSV(B) | 293.48º | 0.76% | 0.47% | - |
| XYZ | 10.45 | 5.64 | 18.63 | - |
| YUV | 64.01 | 160.17 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 29 | 121 | 0.08 | 0.76 | 0 | 0.53 | 293.48 | 0.61 | 0.29 |
| Hex | 6F | 1D | 79 | 8 | 4C | 0 | 35 | 125 | 3D | 1D |
| Octal | 157 | 35 | 171 | 10 | 114 | 0 | 65 | 445 | 75 | 35 |
| Binary | 1101111 | 11101 | 1111001 | 1000 | 1001100 | 0 | 110101 | 100100101 | 111101 | 11101 |
Color Harmonies of #6F1D79
Complementary color
Monochromatic Colors of #6F1D79
Black with #6F1D79
Text Example
Text Example
White with #6F1D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1D79; }
p { color: rgb(111,29,121); }
H1.HeaderClassName
{
color: #6F1D79;
}
.AnyTagClassName
{
color: #6F1D79;
}
</style>
background-color css
<style>
a { background-color: #6F1D79; }
a { background-color: rgb(111,29,121); }
div.DivClassName
{
background-color: #6F1D79;
}
.BgClassName
{
background-color: #6F1D79;
}
</style>
border-color css
<style>
span { border-color: #6F1D79; }
span { border-color: rgb(111,29,121); }
td.TdClassName
{
border-color: #6F1D79;
}
.TagClassName
{
border-color: #6F1D79;
}
</style>