Shades of Seance #661A75
Tints of Seance #661A75
RGB
CMYK
RGB Variations
Color information
#661A75 (or 0x661A75) is known color: Seance. HEX triplet: 66, 1A and 75. RGB value is (102,26,117). Sum of RGB (Red+Green+Blue) = 102+26+117=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #661A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661A75 is #99E58A. Grayscale: #3A3A3A. Windows color (decimal): -10085771 or 7674470. OLE color: 7674470.
HSL color Cylindrical-coordinate representation of color #661A75: hue angle of 290.11º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661A75 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 26 | 117 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.54 |
| HSL | 290.11º | 0.64% | 0.28% | - |
| HSV(B) | 290.11º | 0.78% | 0.46% | - |
| XYZ | 9.06 | 4.85 | 17.29 | - |
| YUV | 59.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 117 | 0.13 | 0.78 | 0 | 0.54 | 290.11 | 0.64 | 0.28 |
| Hex | 66 | 1A | 75 | D | 4E | 0 | 36 | 122 | 40 | 1C |
| Octal | 146 | 32 | 165 | 15 | 116 | 0 | 66 | 442 | 100 | 34 |
| Binary | 1100110 | 11010 | 1110101 | 1101 | 1001110 | 0 | 110110 | 100100010 | 1000000 | 11100 |
Color Harmonies of #661A75
Complementary color
Monochromatic Colors of #661A75
Black with #661A75
Text Example
Text Example
White with #661A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661A75; }
p { color: rgb(102,26,117); }
H1.HeaderClassName
{
color: #661A75;
}
.AnyTagClassName
{
color: #661A75;
}
</style>
background-color css
<style>
a { background-color: #661A75; }
a { background-color: rgb(102,26,117); }
div.DivClassName
{
background-color: #661A75;
}
.BgClassName
{
background-color: #661A75;
}
</style>
border-color css
<style>
span { border-color: #661A75; }
span { border-color: rgb(102,26,117); }
td.TdClassName
{
border-color: #661A75;
}
.TagClassName
{
border-color: #661A75;
}
</style>