Shades of Seance #661E72
Tints of Seance #661E72
RGB
CMYK
RGB Variations
Color information
#661E72 (or 0x661E72) is known color: Seance. HEX triplet: 66, 1E and 72. RGB value is (102,30,114). Sum of RGB (Red+Green+Blue) = 102+30+114=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #661E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661E72 is #99E18D. Grayscale: #3C3C3C. Windows color (decimal): -10084750 or 7478886. OLE color: 7478886.
HSL color Cylindrical-coordinate representation of color #661E72: hue angle of 291.43º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #661E72 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 30 | 114 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.55 |
| HSL | 291.43º | 0.58% | 0.28% | - |
| HSV(B) | 291.43º | 0.74% | 0.45% | - |
| XYZ | 8.98 | 4.97 | 16.41 | - |
| YUV | 61.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 114 | 0.11 | 0.74 | 0 | 0.55 | 291.43 | 0.58 | 0.28 |
| Hex | 66 | 1E | 72 | B | 4A | 0 | 37 | 123 | 3A | 1C |
| Octal | 146 | 36 | 162 | 13 | 112 | 0 | 67 | 443 | 72 | 34 |
| Binary | 1100110 | 11110 | 1110010 | 1011 | 1001010 | 0 | 110111 | 100100011 | 111010 | 11100 |
Color Harmonies of #661E72
Complementary color
Monochromatic Colors of #661E72
Black with #661E72
Text Example
Text Example
White with #661E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661E72; }
p { color: rgb(102,30,114); }
H1.HeaderClassName
{
color: #661E72;
}
.AnyTagClassName
{
color: #661E72;
}
</style>
background-color css
<style>
a { background-color: #661E72; }
a { background-color: rgb(102,30,114); }
div.DivClassName
{
background-color: #661E72;
}
.BgClassName
{
background-color: #661E72;
}
</style>
border-color css
<style>
span { border-color: #661E72; }
span { border-color: rgb(102,30,114); }
td.TdClassName
{
border-color: #661E72;
}
.TagClassName
{
border-color: #661E72;
}
</style>