Shades of Seance #652C6D
Tints of Seance #652C6D
RGB
CMYK
RGB Variations
Color information
#652C6D (or 0x652C6D) is known color: Seance. HEX triplet: 65, 2C and 6D. RGB value is (101,44,109). Sum of RGB (Red+Green+Blue) = 101+44+109=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #652C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C6D is #9AD392. Grayscale: #444444. Windows color (decimal): -10146707 or 7154789. OLE color: 7154789.
HSL color Cylindrical-coordinate representation of color #652C6D: hue angle of 292.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #652C6D is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 44 | 109 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.57 |
| HSL | 292.62º | 0.42% | 0.3% | - |
| HSV(B) | 292.62º | 0.6% | 0.43% | - |
| XYZ | 9.03 | 5.67 | 15.09 | - |
| YUV | 68.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 109 | 0.07 | 0.60 | 0 | 0.57 | 292.62 | 0.42 | 0.3 |
| Hex | 65 | 2C | 6D | 7 | 3C | 0 | 39 | 125 | 2A | 1E |
| Octal | 145 | 54 | 155 | 7 | 74 | 0 | 71 | 445 | 52 | 36 |
| Binary | 1100101 | 101100 | 1101101 | 111 | 111100 | 0 | 111001 | 100100101 | 101010 | 11110 |
Color Harmonies of #652C6D
Complementary color
Monochromatic Colors of #652C6D
Black with #652C6D
Text Example
Text Example
White with #652C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C6D; }
p { color: rgb(101,44,109); }
H1.HeaderClassName
{
color: #652C6D;
}
.AnyTagClassName
{
color: #652C6D;
}
</style>
background-color css
<style>
a { background-color: #652C6D; }
a { background-color: rgb(101,44,109); }
div.DivClassName
{
background-color: #652C6D;
}
.BgClassName
{
background-color: #652C6D;
}
</style>
border-color css
<style>
span { border-color: #652C6D; }
span { border-color: rgb(101,44,109); }
td.TdClassName
{
border-color: #652C6D;
}
.TagClassName
{
border-color: #652C6D;
}
</style>