Shades of Seance #652C66
Tints of Seance #652C66
RGB
CMYK
RGB Variations
Color information
#652C66 (or 0x652C66) is known color: Seance. HEX triplet: 65, 2C and 66. RGB value is (101,44,102). Sum of RGB (Red+Green+Blue) = 101+44+102=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #652C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C66 is #9AD399. Grayscale: #434343. Windows color (decimal): -10146714 or 6696037. OLE color: 6696037.
HSL color Cylindrical-coordinate representation of color #652C66: hue angle of 298.97º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #652C66 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 44 | 102 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.6 |
| HSL | 298.97º | 0.4% | 0.29% | - |
| HSV(B) | 298.97º | 0.57% | 0.4% | - |
| XYZ | 8.67 | 5.53 | 13.18 | - |
| YUV | 67.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 102 | 0.01 | 0.57 | 0 | 0.6 | 298.97 | 0.4 | 0.29 |
| Hex | 65 | 2C | 66 | 1 | 39 | 0 | 3C | 12B | 28 | 1D |
| Octal | 145 | 54 | 146 | 1 | 71 | 0 | 74 | 453 | 50 | 35 |
| Binary | 1100101 | 101100 | 1100110 | 1 | 111001 | 0 | 111100 | 100101011 | 101000 | 11101 |
Color Harmonies of #652C66
Complementary color
Monochromatic Colors of #652C66
Black with #652C66
Text Example
Text Example
White with #652C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C66; }
p { color: rgb(101,44,102); }
H1.HeaderClassName
{
color: #652C66;
}
.AnyTagClassName
{
color: #652C66;
}
</style>
background-color css
<style>
a { background-color: #652C66; }
a { background-color: rgb(101,44,102); }
div.DivClassName
{
background-color: #652C66;
}
.BgClassName
{
background-color: #652C66;
}
</style>
border-color css
<style>
span { border-color: #652C66; }
span { border-color: rgb(101,44,102); }
td.TdClassName
{
border-color: #652C66;
}
.TagClassName
{
border-color: #652C66;
}
</style>