Shades of Seance #661E7A
Tints of Seance #661E7A
RGB
CMYK
RGB Variations
Color information
#661E7A (or 0x661E7A) is known color: Seance. HEX triplet: 66, 1E and 7A. RGB value is (102,30,122). Sum of RGB (Red+Green+Blue) = 102+30+122=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #661E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661E7A is #99E185. Grayscale: #3D3D3D. Windows color (decimal): -10084742 or 8003174. OLE color: 8003174.
HSL color Cylindrical-coordinate representation of color #661E7A: hue angle of 286.96º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661E7A is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 30 | 122 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.52 |
| HSL | 286.96º | 0.61% | 0.3% | - |
| HSV(B) | 286.96º | 0.75% | 0.48% | - |
| XYZ | 9.46 | 5.16 | 18.91 | - |
| YUV | 62.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 122 | 0.16 | 0.75 | 0 | 0.52 | 286.96 | 0.61 | 0.3 |
| Hex | 66 | 1E | 7A | 10 | 4B | 0 | 34 | 11F | 3D | 1E |
| Octal | 146 | 36 | 172 | 20 | 113 | 0 | 64 | 437 | 75 | 36 |
| Binary | 1100110 | 11110 | 1111010 | 10000 | 1001011 | 0 | 110100 | 100011111 | 111101 | 11110 |
Color Harmonies of #661E7A
Complementary color
Monochromatic Colors of #661E7A
Black with #661E7A
Text Example
Text Example
White with #661E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661E7A; }
p { color: rgb(102,30,122); }
H1.HeaderClassName
{
color: #661E7A;
}
.AnyTagClassName
{
color: #661E7A;
}
</style>
background-color css
<style>
a { background-color: #661E7A; }
a { background-color: rgb(102,30,122); }
div.DivClassName
{
background-color: #661E7A;
}
.BgClassName
{
background-color: #661E7A;
}
</style>
border-color css
<style>
span { border-color: #661E7A; }
span { border-color: rgb(102,30,122); }
td.TdClassName
{
border-color: #661E7A;
}
.TagClassName
{
border-color: #661E7A;
}
</style>