Shades of Seance #652370
Tints of Seance #652370
RGB
CMYK
RGB Variations
Color information
#652370 (or 0x652370) is known color: Seance. HEX triplet: 65, 23 and 70. RGB value is (101,35,112). Sum of RGB (Red+Green+Blue) = 101+35+112=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #652370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652370 is #9ADC8F. Grayscale: #3F3F3F. Windows color (decimal): -10149008 or 7349093. OLE color: 7349093.
HSL color Cylindrical-coordinate representation of color #652370: hue angle of 291.43º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652370 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 35 | 112 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.56 |
| HSL | 291.43º | 0.52% | 0.29% | - |
| HSV(B) | 291.43º | 0.69% | 0.44% | - |
| XYZ | 8.89 | 5.14 | 15.85 | - |
| YUV | 63.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 112 | 0.10 | 0.69 | 0 | 0.56 | 291.43 | 0.52 | 0.29 |
| Hex | 65 | 23 | 70 | A | 45 | 0 | 38 | 123 | 34 | 1D |
| Octal | 145 | 43 | 160 | 12 | 105 | 0 | 70 | 443 | 64 | 35 |
| Binary | 1100101 | 100011 | 1110000 | 1010 | 1000101 | 0 | 111000 | 100100011 | 110100 | 11101 |
Color Harmonies of #652370
Complementary color
Monochromatic Colors of #652370
Black with #652370
Text Example
Text Example
White with #652370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652370; }
p { color: rgb(101,35,112); }
H1.HeaderClassName
{
color: #652370;
}
.AnyTagClassName
{
color: #652370;
}
</style>
background-color css
<style>
a { background-color: #652370; }
a { background-color: rgb(101,35,112); }
div.DivClassName
{
background-color: #652370;
}
.BgClassName
{
background-color: #652370;
}
</style>
border-color css
<style>
span { border-color: #652370; }
span { border-color: rgb(101,35,112); }
td.TdClassName
{
border-color: #652370;
}
.TagClassName
{
border-color: #652370;
}
</style>