Shades of Seance #652F71
Tints of Seance #652F71
RGB
CMYK
RGB Variations
Color information
#652F71 (or 0x652F71) is known color: Seance. HEX triplet: 65, 2F and 71. RGB value is (101,47,113). Sum of RGB (Red+Green+Blue) = 101+47+113=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #652F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652F71 is #9AD08E. Grayscale: #464646. Windows color (decimal): -10145935 or 7417701. OLE color: 7417701.
HSL color Cylindrical-coordinate representation of color #652F71: hue angle of 289.09º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #652F71 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 47 | 113 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.56 |
| HSL | 289.09º | 0.41% | 0.31% | - |
| HSV(B) | 289.09º | 0.58% | 0.44% | - |
| XYZ | 9.36 | 5.99 | 16.29 | - |
| YUV | 70.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 113 | 0.11 | 0.58 | 0 | 0.56 | 289.09 | 0.41 | 0.31 |
| Hex | 65 | 2F | 71 | B | 3A | 0 | 38 | 121 | 29 | 1F |
| Octal | 145 | 57 | 161 | 13 | 72 | 0 | 70 | 441 | 51 | 37 |
| Binary | 1100101 | 101111 | 1110001 | 1011 | 111010 | 0 | 111000 | 100100001 | 101001 | 11111 |
Color Harmonies of #652F71
Complementary color
Monochromatic Colors of #652F71
Black with #652F71
Text Example
Text Example
White with #652F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F71; }
p { color: rgb(101,47,113); }
H1.HeaderClassName
{
color: #652F71;
}
.AnyTagClassName
{
color: #652F71;
}
</style>
background-color css
<style>
a { background-color: #652F71; }
a { background-color: rgb(101,47,113); }
div.DivClassName
{
background-color: #652F71;
}
.BgClassName
{
background-color: #652F71;
}
</style>
border-color css
<style>
span { border-color: #652F71; }
span { border-color: rgb(101,47,113); }
td.TdClassName
{
border-color: #652F71;
}
.TagClassName
{
border-color: #652F71;
}
</style>