Shades of Seance #652B73
Tints of Seance #652B73
RGB
CMYK
RGB Variations
Color information
#652B73 (or 0x652B73) is known color: Seance. HEX triplet: 65, 2B and 73. RGB value is (101,43,115). Sum of RGB (Red+Green+Blue) = 101+43+115=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #652B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652B73 is #9AD48C. Grayscale: #444444. Windows color (decimal): -10146957 or 7547749. OLE color: 7547749.
HSL color Cylindrical-coordinate representation of color #652B73: hue angle of 288.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #652B73 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 43 | 115 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.55 |
| HSL | 288.33º | 0.46% | 0.31% | - |
| HSV(B) | 288.33º | 0.63% | 0.45% | - |
| XYZ | 9.33 | 5.73 | 16.83 | - |
| YUV | 68.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 115 | 0.12 | 0.63 | 0 | 0.55 | 288.33 | 0.46 | 0.31 |
| Hex | 65 | 2B | 73 | C | 3F | 0 | 37 | 120 | 2E | 1F |
| Octal | 145 | 53 | 163 | 14 | 77 | 0 | 67 | 440 | 56 | 37 |
| Binary | 1100101 | 101011 | 1110011 | 1100 | 111111 | 0 | 110111 | 100100000 | 101110 | 11111 |
Color Harmonies of #652B73
Complementary color
Monochromatic Colors of #652B73
Black with #652B73
Text Example
Text Example
White with #652B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652B73; }
p { color: rgb(101,43,115); }
H1.HeaderClassName
{
color: #652B73;
}
.AnyTagClassName
{
color: #652B73;
}
</style>
background-color css
<style>
a { background-color: #652B73; }
a { background-color: rgb(101,43,115); }
div.DivClassName
{
background-color: #652B73;
}
.BgClassName
{
background-color: #652B73;
}
</style>
border-color css
<style>
span { border-color: #652B73; }
span { border-color: rgb(101,43,115); }
td.TdClassName
{
border-color: #652B73;
}
.TagClassName
{
border-color: #652B73;
}
</style>