Shades of Seance #661F7A
Tints of Seance #661F7A
RGB
CMYK
RGB Variations
Color information
#661F7A (or 0x661F7A) is known color: Seance. HEX triplet: 66, 1F and 7A. RGB value is (102,31,122). Sum of RGB (Red+Green+Blue) = 102+31+122=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #661F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661F7A is #99E085. Grayscale: #3E3E3E. Windows color (decimal): -10084486 or 8003430. OLE color: 8003430.
HSL color Cylindrical-coordinate representation of color #661F7A: hue angle of 286.81º degrees, saturation: 0.59, 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 #661F7A is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 31 | 122 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.52 |
| HSL | 286.81º | 0.59% | 0.3% | - |
| HSV(B) | 286.81º | 0.75% | 0.48% | - |
| XYZ | 9.48 | 5.21 | 18.92 | - |
| YUV | 62.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 122 | 0.16 | 0.75 | 0 | 0.52 | 286.81 | 0.59 | 0.3 |
| Hex | 66 | 1F | 7A | 10 | 4B | 0 | 34 | 11F | 3B | 1E |
| Octal | 146 | 37 | 172 | 20 | 113 | 0 | 64 | 437 | 73 | 36 |
| Binary | 1100110 | 11111 | 1111010 | 10000 | 1001011 | 0 | 110100 | 100011111 | 111011 | 11110 |
Color Harmonies of #661F7A
Complementary color
Monochromatic Colors of #661F7A
Black with #661F7A
Text Example
Text Example
White with #661F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F7A; }
p { color: rgb(102,31,122); }
H1.HeaderClassName
{
color: #661F7A;
}
.AnyTagClassName
{
color: #661F7A;
}
</style>
background-color css
<style>
a { background-color: #661F7A; }
a { background-color: rgb(102,31,122); }
div.DivClassName
{
background-color: #661F7A;
}
.BgClassName
{
background-color: #661F7A;
}
</style>
border-color css
<style>
span { border-color: #661F7A; }
span { border-color: rgb(102,31,122); }
td.TdClassName
{
border-color: #661F7A;
}
.TagClassName
{
border-color: #661F7A;
}
</style>