Shades of Seance #661E82
Tints of Seance #661E82
RGB
CMYK
RGB Variations
Color information
#661E82 (or 0x661E82) is known color: Seance. HEX triplet: 66, 1E and 82. RGB value is (102,30,130). Sum of RGB (Red+Green+Blue) = 102+30+130=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #661E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661E82 is #99E17D. Grayscale: #3E3E3E. Windows color (decimal): -10084734 or 8527462. OLE color: 8527462.
HSL color Cylindrical-coordinate representation of color #661E82: hue angle of 283.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #661E82 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 30 | 130 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.49 |
| HSL | 283.2º | 0.63% | 0.31% | - |
| HSV(B) | 283.2º | 0.77% | 0.51% | - |
| XYZ | 9.97 | 5.37 | 21.63 | - |
| YUV | 62.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 130 | 0.22 | 0.77 | 0 | 0.49 | 283.2 | 0.63 | 0.31 |
| Hex | 66 | 1E | 82 | 16 | 4D | 0 | 31 | 11B | 3E | 1F |
| Octal | 146 | 36 | 202 | 26 | 115 | 0 | 61 | 433 | 76 | 37 |
| Binary | 1100110 | 11110 | 10000010 | 10110 | 1001101 | 0 | 110001 | 100011011 | 111110 | 11111 |
Color Harmonies of #661E82
Complementary color
Monochromatic Colors of #661E82
Black with #661E82
Text Example
Text Example
White with #661E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661E82; }
p { color: rgb(102,30,130); }
H1.HeaderClassName
{
color: #661E82;
}
.AnyTagClassName
{
color: #661E82;
}
</style>
background-color css
<style>
a { background-color: #661E82; }
a { background-color: rgb(102,30,130); }
div.DivClassName
{
background-color: #661E82;
}
.BgClassName
{
background-color: #661E82;
}
</style>
border-color css
<style>
span { border-color: #661E82; }
span { border-color: rgb(102,30,130); }
td.TdClassName
{
border-color: #661E82;
}
.TagClassName
{
border-color: #661E82;
}
</style>