Shades of Seance #661C80
Tints of Seance #661C80
RGB
CMYK
RGB Variations
Color information
#661C80 (or 0x661C80) is known color: Seance. HEX triplet: 66, 1C and 80. RGB value is (102,28,128). Sum of RGB (Red+Green+Blue) = 102+28+128=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #661C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661C80 is #99E37F. Grayscale: #3D3D3D. Windows color (decimal): -10085248 or 8395878. OLE color: 8395878.
HSL color Cylindrical-coordinate representation of color #661C80: hue angle of 284.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661C80 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 28 | 128 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.50 |
| HSL | 284.4º | 0.64% | 0.31% | - |
| HSV(B) | 284.4º | 0.78% | 0.5% | - |
| XYZ | 9.79 | 5.21 | 20.91 | - |
| YUV | 61.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 128 | 0.20 | 0.78 | 0 | 0.50 | 284.4 | 0.64 | 0.31 |
| Hex | 66 | 1C | 80 | 14 | 4E | 0 | 32 | 11C | 40 | 1F |
| Octal | 146 | 34 | 200 | 24 | 116 | 0 | 62 | 434 | 100 | 37 |
| Binary | 1100110 | 11100 | 10000000 | 10100 | 1001110 | 0 | 110010 | 100011100 | 1000000 | 11111 |
Color Harmonies of #661C80
Complementary color
Monochromatic Colors of #661C80
Black with #661C80
Text Example
Text Example
White with #661C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C80; }
p { color: rgb(102,28,128); }
H1.HeaderClassName
{
color: #661C80;
}
.AnyTagClassName
{
color: #661C80;
}
</style>
background-color css
<style>
a { background-color: #661C80; }
a { background-color: rgb(102,28,128); }
div.DivClassName
{
background-color: #661C80;
}
.BgClassName
{
background-color: #661C80;
}
</style>
border-color css
<style>
span { border-color: #661C80; }
span { border-color: rgb(102,28,128); }
td.TdClassName
{
border-color: #661C80;
}
.TagClassName
{
border-color: #661C80;
}
</style>