Shades of Seance #661B7E
Tints of Seance #661B7E
RGB
CMYK
RGB Variations
Color information
#661B7E (or 0x661B7E) is known color: Seance. HEX triplet: 66, 1B and 7E. RGB value is (102,27,126). Sum of RGB (Red+Green+Blue) = 102+27+126=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #661B7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661B7E is #99E481. Grayscale: #3C3C3C. Windows color (decimal): -10085506 or 8264550. OLE color: 8264550.
HSL color Cylindrical-coordinate representation of color #661B7E: hue angle of 285.45º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #661B7E is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 27 | 126 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.51 |
| HSL | 285.45º | 0.65% | 0.3% | - |
| HSV(B) | 285.45º | 0.79% | 0.49% | - |
| XYZ | 9.64 | 5.12 | 20.22 | - |
| YUV | 60.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 126 | 0.19 | 0.79 | 0 | 0.51 | 285.45 | 0.65 | 0.3 |
| Hex | 66 | 1B | 7E | 13 | 4F | 0 | 33 | 11D | 41 | 1E |
| Octal | 146 | 33 | 176 | 23 | 117 | 0 | 63 | 435 | 101 | 36 |
| Binary | 1100110 | 11011 | 1111110 | 10011 | 1001111 | 0 | 110011 | 100011101 | 1000001 | 11110 |
Color Harmonies of #661B7E
Complementary color
Monochromatic Colors of #661B7E
Black with #661B7E
Text Example
Text Example
White with #661B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B7E; }
p { color: rgb(102,27,126); }
H1.HeaderClassName
{
color: #661B7E;
}
.AnyTagClassName
{
color: #661B7E;
}
</style>
background-color css
<style>
a { background-color: #661B7E; }
a { background-color: rgb(102,27,126); }
div.DivClassName
{
background-color: #661B7E;
}
.BgClassName
{
background-color: #661B7E;
}
</style>
border-color css
<style>
span { border-color: #661B7E; }
span { border-color: rgb(102,27,126); }
td.TdClassName
{
border-color: #661B7E;
}
.TagClassName
{
border-color: #661B7E;
}
</style>