Shades of Seance #652973
Tints of Seance #652973
RGB
CMYK
RGB Variations
Color information
#652973 (or 0x652973) is known color: Seance. HEX triplet: 65, 29 and 73. RGB value is (101,41,115). Sum of RGB (Red+Green+Blue) = 101+41+115=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #652973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652973 is #9AD68C. Grayscale: #434343. Windows color (decimal): -10147469 or 7547237. OLE color: 7547237.
HSL color Cylindrical-coordinate representation of color #652973: hue angle of 288.65º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #652973 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 41 | 115 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.55 |
| HSL | 288.65º | 0.47% | 0.31% | - |
| HSV(B) | 288.65º | 0.64% | 0.45% | - |
| XYZ | 9.25 | 5.59 | 16.81 | - |
| YUV | 67.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 115 | 0.12 | 0.64 | 0 | 0.55 | 288.65 | 0.47 | 0.31 |
| Hex | 65 | 29 | 73 | C | 40 | 0 | 37 | 121 | 2F | 1F |
| Octal | 145 | 51 | 163 | 14 | 100 | 0 | 67 | 441 | 57 | 37 |
| Binary | 1100101 | 101001 | 1110011 | 1100 | 1000000 | 0 | 110111 | 100100001 | 101111 | 11111 |
Color Harmonies of #652973
Complementary color
Monochromatic Colors of #652973
Black with #652973
Text Example
Text Example
White with #652973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652973; }
p { color: rgb(101,41,115); }
H1.HeaderClassName
{
color: #652973;
}
.AnyTagClassName
{
color: #652973;
}
</style>
background-color css
<style>
a { background-color: #652973; }
a { background-color: rgb(101,41,115); }
div.DivClassName
{
background-color: #652973;
}
.BgClassName
{
background-color: #652973;
}
</style>
border-color css
<style>
span { border-color: #652973; }
span { border-color: rgb(101,41,115); }
td.TdClassName
{
border-color: #652973;
}
.TagClassName
{
border-color: #652973;
}
</style>