Shades of Seance #662175
Tints of Seance #662175
RGB
CMYK
RGB Variations
Color information
#662175 (or 0x662175) is known color: Seance. HEX triplet: 66, 21 and 75. RGB value is (102,33,117). Sum of RGB (Red+Green+Blue) = 102+33+117=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #662175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662175 is #99DE8A. Grayscale: #3E3E3E. Windows color (decimal): -10083979 or 7676262. OLE color: 7676262.
HSL color Cylindrical-coordinate representation of color #662175: hue angle of 289.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #662175 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 33 | 117 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.54 |
| HSL | 289.29º | 0.56% | 0.29% | - |
| HSV(B) | 289.29º | 0.72% | 0.46% | - |
| XYZ | 9.23 | 5.2 | 17.35 | - |
| YUV | 63.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 117 | 0.13 | 0.72 | 0 | 0.54 | 289.29 | 0.56 | 0.29 |
| Hex | 66 | 21 | 75 | D | 48 | 0 | 36 | 121 | 38 | 1D |
| Octal | 146 | 41 | 165 | 15 | 110 | 0 | 66 | 441 | 70 | 35 |
| Binary | 1100110 | 100001 | 1110101 | 1101 | 1001000 | 0 | 110110 | 100100001 | 111000 | 11101 |
Color Harmonies of #662175
Complementary color
Monochromatic Colors of #662175
Black with #662175
Text Example
Text Example
White with #662175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662175; }
p { color: rgb(102,33,117); }
H1.HeaderClassName
{
color: #662175;
}
.AnyTagClassName
{
color: #662175;
}
</style>
background-color css
<style>
a { background-color: #662175; }
a { background-color: rgb(102,33,117); }
div.DivClassName
{
background-color: #662175;
}
.BgClassName
{
background-color: #662175;
}
</style>
border-color css
<style>
span { border-color: #662175; }
span { border-color: rgb(102,33,117); }
td.TdClassName
{
border-color: #662175;
}
.TagClassName
{
border-color: #662175;
}
</style>