Shades of Seance #6B1D79
Tints of Seance #6B1D79
RGB
CMYK
RGB Variations
Color information
#6B1D79 (or 0x6B1D79) is known color: Seance. HEX triplet: 6B, 1D and 79. RGB value is (107,29,121). Sum of RGB (Red+Green+Blue) = 107+29+121=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #6B1D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1D79 is #94E286. Grayscale: #3E3E3E. Windows color (decimal): -9757319 or 7937387. OLE color: 7937387.
HSL color Cylindrical-coordinate representation of color #6B1D79: hue angle of 290.87º 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 #6B1D79 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 29 | 121 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.53 |
| HSL | 290.87º | 0.61% | 0.29% | - |
| HSV(B) | 290.87º | 0.76% | 0.47% | - |
| XYZ | 9.95 | 5.39 | 18.6 | - |
| YUV | 62.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 29 | 121 | 0.12 | 0.76 | 0 | 0.53 | 290.87 | 0.61 | 0.29 |
| Hex | 6B | 1D | 79 | C | 4C | 0 | 35 | 123 | 3D | 1D |
| Octal | 153 | 35 | 171 | 14 | 114 | 0 | 65 | 443 | 75 | 35 |
| Binary | 1101011 | 11101 | 1111001 | 1100 | 1001100 | 0 | 110101 | 100100011 | 111101 | 11101 |
Color Harmonies of #6B1D79
Complementary color
Monochromatic Colors of #6B1D79
Black with #6B1D79
Text Example
Text Example
White with #6B1D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1D79; }
p { color: rgb(107,29,121); }
H1.HeaderClassName
{
color: #6B1D79;
}
.AnyTagClassName
{
color: #6B1D79;
}
</style>
background-color css
<style>
a { background-color: #6B1D79; }
a { background-color: rgb(107,29,121); }
div.DivClassName
{
background-color: #6B1D79;
}
.BgClassName
{
background-color: #6B1D79;
}
</style>
border-color css
<style>
span { border-color: #6B1D79; }
span { border-color: rgb(107,29,121); }
td.TdClassName
{
border-color: #6B1D79;
}
.TagClassName
{
border-color: #6B1D79;
}
</style>