Shades of Seance #6A1C71
Tints of Seance #6A1C71
RGB
CMYK
RGB Variations
Color information
#6A1C71 (or 0x6A1C71) is known color: Seance. HEX triplet: 6A, 1C and 71. RGB value is (106,28,113). Sum of RGB (Red+Green+Blue) = 106+28+113=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A1C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1C71 is #95E38E. Grayscale: #3C3C3C. Windows color (decimal): -9823119 or 7412842. OLE color: 7412842.
HSL color Cylindrical-coordinate representation of color #6A1C71: hue angle of 295.06º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A1C71 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 28 | 113 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.56 |
| HSL | 295.06º | 0.6% | 0.28% | - |
| HSV(B) | 295.06º | 0.75% | 0.44% | - |
| XYZ | 9.34 | 5.09 | 16.11 | - |
| YUV | 61.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 28 | 113 | 0.06 | 0.75 | 0 | 0.56 | 295.06 | 0.6 | 0.28 |
| Hex | 6A | 1C | 71 | 6 | 4B | 0 | 38 | 127 | 3C | 1C |
| Octal | 152 | 34 | 161 | 6 | 113 | 0 | 70 | 447 | 74 | 34 |
| Binary | 1101010 | 11100 | 1110001 | 110 | 1001011 | 0 | 111000 | 100100111 | 111100 | 11100 |
Color Harmonies of #6A1C71
Complementary color
Monochromatic Colors of #6A1C71
Black with #6A1C71
Text Example
Text Example
White with #6A1C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1C71; }
p { color: rgb(106,28,113); }
H1.HeaderClassName
{
color: #6A1C71;
}
.AnyTagClassName
{
color: #6A1C71;
}
</style>
background-color css
<style>
a { background-color: #6A1C71; }
a { background-color: rgb(106,28,113); }
div.DivClassName
{
background-color: #6A1C71;
}
.BgClassName
{
background-color: #6A1C71;
}
</style>
border-color css
<style>
span { border-color: #6A1C71; }
span { border-color: rgb(106,28,113); }
td.TdClassName
{
border-color: #6A1C71;
}
.TagClassName
{
border-color: #6A1C71;
}
</style>