Shades of Seance #6C2971
Tints of Seance #6C2971
RGB
CMYK
RGB Variations
Color information
#6C2971 (or 0x6C2971) is known color: Seance. HEX triplet: 6C, 29 and 71. RGB value is (108,41,113). Sum of RGB (Red+Green+Blue) = 108+41+113=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C2971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2971 is #93D68E. Grayscale: #454545. Windows color (decimal): -9688719 or 7416172. OLE color: 7416172.
HSL color Cylindrical-coordinate representation of color #6C2971: hue angle of 295.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C2971 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 41 | 113 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.56 |
| HSL | 295.83º | 0.47% | 0.3% | - |
| HSV(B) | 295.83º | 0.64% | 0.44% | - |
| XYZ | 9.96 | 5.97 | 16.25 | - |
| YUV | 69.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 113 | 0.04 | 0.64 | 0 | 0.56 | 295.83 | 0.47 | 0.3 |
| Hex | 6C | 29 | 71 | 4 | 40 | 0 | 38 | 128 | 2F | 1E |
| Octal | 154 | 51 | 161 | 4 | 100 | 0 | 70 | 450 | 57 | 36 |
| Binary | 1101100 | 101001 | 1110001 | 100 | 1000000 | 0 | 111000 | 100101000 | 101111 | 11110 |
Color Harmonies of #6C2971
Complementary color
Monochromatic Colors of #6C2971
Black with #6C2971
Text Example
Text Example
White with #6C2971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2971; }
p { color: rgb(108,41,113); }
H1.HeaderClassName
{
color: #6C2971;
}
.AnyTagClassName
{
color: #6C2971;
}
</style>
background-color css
<style>
a { background-color: #6C2971; }
a { background-color: rgb(108,41,113); }
div.DivClassName
{
background-color: #6C2971;
}
.BgClassName
{
background-color: #6C2971;
}
</style>
border-color css
<style>
span { border-color: #6C2971; }
span { border-color: rgb(108,41,113); }
td.TdClassName
{
border-color: #6C2971;
}
.TagClassName
{
border-color: #6C2971;
}
</style>