Shades of Seance #661775
Tints of Seance #661775
RGB
CMYK
RGB Variations
Color information
#661775 (or 0x661775) is known color: Seance. HEX triplet: 66, 17 and 75. RGB value is (102,23,117). Sum of RGB (Red+Green+Blue) = 102+23+117=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #661775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661775 is #99E88A. Grayscale: #393939. Windows color (decimal): -10086539 or 7673702. OLE color: 7673702.
HSL color Cylindrical-coordinate representation of color #661775: hue angle of 290.43º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661775 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 23 | 117 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.54 |
| HSL | 290.43º | 0.67% | 0.27% | - |
| HSV(B) | 290.43º | 0.8% | 0.46% | - |
| XYZ | 9 | 4.72 | 17.27 | - |
| YUV | 57.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 117 | 0.13 | 0.80 | 0 | 0.54 | 290.43 | 0.67 | 0.27 |
| Hex | 66 | 17 | 75 | D | 50 | 0 | 36 | 122 | 43 | 1B |
| Octal | 146 | 27 | 165 | 15 | 120 | 0 | 66 | 442 | 103 | 33 |
| Binary | 1100110 | 10111 | 1110101 | 1101 | 1010000 | 0 | 110110 | 100100010 | 1000011 | 11011 |
Color Harmonies of #661775
Complementary color
Monochromatic Colors of #661775
Black with #661775
Text Example
Text Example
White with #661775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661775; }
p { color: rgb(102,23,117); }
H1.HeaderClassName
{
color: #661775;
}
.AnyTagClassName
{
color: #661775;
}
</style>
background-color css
<style>
a { background-color: #661775; }
a { background-color: rgb(102,23,117); }
div.DivClassName
{
background-color: #661775;
}
.BgClassName
{
background-color: #661775;
}
</style>
border-color css
<style>
span { border-color: #661775; }
span { border-color: rgb(102,23,117); }
td.TdClassName
{
border-color: #661775;
}
.TagClassName
{
border-color: #661775;
}
</style>