Shades of Seance #661F7D
Tints of Seance #661F7D
RGB
CMYK
RGB Variations
Color information
#661F7D (or 0x661F7D) is known color: Seance. HEX triplet: 66, 1F and 7D. RGB value is (102,31,125). Sum of RGB (Red+Green+Blue) = 102+31+125=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #661F7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661F7D is #99E082. Grayscale: #3E3E3E. Windows color (decimal): -10084483 or 8200038. OLE color: 8200038.
HSL color Cylindrical-coordinate representation of color #661F7D: hue angle of 285.32º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661F7D is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 31 | 125 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.51 |
| HSL | 285.32º | 0.6% | 0.31% | - |
| HSV(B) | 285.32º | 0.75% | 0.49% | - |
| XYZ | 9.67 | 5.29 | 19.91 | - |
| YUV | 62.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 125 | 0.18 | 0.75 | 0 | 0.51 | 285.32 | 0.6 | 0.31 |
| Hex | 66 | 1F | 7D | 12 | 4B | 0 | 33 | 11D | 3C | 1F |
| Octal | 146 | 37 | 175 | 22 | 113 | 0 | 63 | 435 | 74 | 37 |
| Binary | 1100110 | 11111 | 1111101 | 10010 | 1001011 | 0 | 110011 | 100011101 | 111100 | 11111 |
Color Harmonies of #661F7D
Complementary color
Monochromatic Colors of #661F7D
Black with #661F7D
Text Example
Text Example
White with #661F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F7D; }
p { color: rgb(102,31,125); }
H1.HeaderClassName
{
color: #661F7D;
}
.AnyTagClassName
{
color: #661F7D;
}
</style>
background-color css
<style>
a { background-color: #661F7D; }
a { background-color: rgb(102,31,125); }
div.DivClassName
{
background-color: #661F7D;
}
.BgClassName
{
background-color: #661F7D;
}
</style>
border-color css
<style>
span { border-color: #661F7D; }
span { border-color: rgb(102,31,125); }
td.TdClassName
{
border-color: #661F7D;
}
.TagClassName
{
border-color: #661F7D;
}
</style>