Shades of Seance #661A76
Tints of Seance #661A76
RGB
CMYK
RGB Variations
Color information
#661A76 (or 0x661A76) is known color: Seance. HEX triplet: 66, 1A and 76. RGB value is (102,26,118). Sum of RGB (Red+Green+Blue) = 102+26+118=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #661A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661A76 is #99E589. Grayscale: #3A3A3A. Windows color (decimal): -10085770 or 7740006. OLE color: 7740006.
HSL color Cylindrical-coordinate representation of color #661A76: hue angle of 289.57º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661A76 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 26 | 118 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.54 |
| HSL | 289.57º | 0.64% | 0.28% | - |
| HSV(B) | 289.57º | 0.78% | 0.46% | - |
| XYZ | 9.12 | 4.87 | 17.6 | - |
| YUV | 59.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 118 | 0.14 | 0.78 | 0 | 0.54 | 289.57 | 0.64 | 0.28 |
| Hex | 66 | 1A | 76 | E | 4E | 0 | 36 | 122 | 40 | 1C |
| Octal | 146 | 32 | 166 | 16 | 116 | 0 | 66 | 442 | 100 | 34 |
| Binary | 1100110 | 11010 | 1110110 | 1110 | 1001110 | 0 | 110110 | 100100010 | 1000000 | 11100 |
Color Harmonies of #661A76
Complementary color
Monochromatic Colors of #661A76
Black with #661A76
Text Example
Text Example
White with #661A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661A76; }
p { color: rgb(102,26,118); }
H1.HeaderClassName
{
color: #661A76;
}
.AnyTagClassName
{
color: #661A76;
}
</style>
background-color css
<style>
a { background-color: #661A76; }
a { background-color: rgb(102,26,118); }
div.DivClassName
{
background-color: #661A76;
}
.BgClassName
{
background-color: #661A76;
}
</style>
border-color css
<style>
span { border-color: #661A76; }
span { border-color: rgb(102,26,118); }
td.TdClassName
{
border-color: #661A76;
}
.TagClassName
{
border-color: #661A76;
}
</style>