Shades of Seance #652170
Tints of Seance #652170
RGB
CMYK
RGB Variations
Color information
#652170 (or 0x652170) is known color: Seance. HEX triplet: 65, 21 and 70. RGB value is (101,33,112). Sum of RGB (Red+Green+Blue) = 101+33+112=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #652170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652170 is #9ADE8F. Grayscale: #3E3E3E. Windows color (decimal): -10149520 or 7348581. OLE color: 7348581.
HSL color Cylindrical-coordinate representation of color #652170: hue angle of 291.65º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #652170 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 33 | 112 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.56 |
| HSL | 291.65º | 0.54% | 0.28% | - |
| HSV(B) | 291.65º | 0.71% | 0.44% | - |
| XYZ | 8.84 | 5.02 | 15.83 | - |
| YUV | 62.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 112 | 0.10 | 0.71 | 0 | 0.56 | 291.65 | 0.54 | 0.28 |
| Hex | 65 | 21 | 70 | A | 47 | 0 | 38 | 124 | 36 | 1C |
| Octal | 145 | 41 | 160 | 12 | 107 | 0 | 70 | 444 | 66 | 34 |
| Binary | 1100101 | 100001 | 1110000 | 1010 | 1000111 | 0 | 111000 | 100100100 | 110110 | 11100 |
Color Harmonies of #652170
Complementary color
Monochromatic Colors of #652170
Black with #652170
Text Example
Text Example
White with #652170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652170; }
p { color: rgb(101,33,112); }
H1.HeaderClassName
{
color: #652170;
}
.AnyTagClassName
{
color: #652170;
}
</style>
background-color css
<style>
a { background-color: #652170; }
a { background-color: rgb(101,33,112); }
div.DivClassName
{
background-color: #652170;
}
.BgClassName
{
background-color: #652170;
}
</style>
border-color css
<style>
span { border-color: #652170; }
span { border-color: rgb(101,33,112); }
td.TdClassName
{
border-color: #652170;
}
.TagClassName
{
border-color: #652170;
}
</style>