Shades of Seance #652C6C
Tints of Seance #652C6C
RGB
CMYK
RGB Variations
Color information
#652C6C (or 0x652C6C) is known color: Seance. HEX triplet: 65, 2C and 6C. RGB value is (101,44,108). Sum of RGB (Red+Green+Blue) = 101+44+108=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #652C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C6C is #9AD393. Grayscale: #444444. Windows color (decimal): -10146708 or 7089253. OLE color: 7089253.
HSL color Cylindrical-coordinate representation of color #652C6C: hue angle of 293.44º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #652C6C is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 44 | 108 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.58 |
| HSL | 293.44º | 0.42% | 0.3% | - |
| HSV(B) | 293.44º | 0.59% | 0.42% | - |
| XYZ | 8.97 | 5.65 | 14.81 | - |
| YUV | 68.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 108 | 0.06 | 0.59 | 0 | 0.58 | 293.44 | 0.42 | 0.3 |
| Hex | 65 | 2C | 6C | 6 | 3B | 0 | 3A | 125 | 2A | 1E |
| Octal | 145 | 54 | 154 | 6 | 73 | 0 | 72 | 445 | 52 | 36 |
| Binary | 1100101 | 101100 | 1101100 | 110 | 111011 | 0 | 111010 | 100100101 | 101010 | 11110 |
Color Harmonies of #652C6C
Complementary color
Monochromatic Colors of #652C6C
Black with #652C6C
Text Example
Text Example
White with #652C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C6C; }
p { color: rgb(101,44,108); }
H1.HeaderClassName
{
color: #652C6C;
}
.AnyTagClassName
{
color: #652C6C;
}
</style>
background-color css
<style>
a { background-color: #652C6C; }
a { background-color: rgb(101,44,108); }
div.DivClassName
{
background-color: #652C6C;
}
.BgClassName
{
background-color: #652C6C;
}
</style>
border-color css
<style>
span { border-color: #652C6C; }
span { border-color: rgb(101,44,108); }
td.TdClassName
{
border-color: #652C6C;
}
.TagClassName
{
border-color: #652C6C;
}
</style>