Shades of Seance #652270
Tints of Seance #652270
RGB
CMYK
RGB Variations
Color information
#652270 (or 0x652270) is known color: Seance. HEX triplet: 65, 22 and 70. RGB value is (101,34,112). Sum of RGB (Red+Green+Blue) = 101+34+112=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #652270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652270 is #9ADD8F. Grayscale: #3E3E3E. Windows color (decimal): -10149264 or 7348837. OLE color: 7348837.
HSL color Cylindrical-coordinate representation of color #652270: hue angle of 291.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #652270 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 34 | 112 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.56 |
| HSL | 291.54º | 0.53% | 0.29% | - |
| HSV(B) | 291.54º | 0.7% | 0.44% | - |
| XYZ | 8.86 | 5.08 | 15.84 | - |
| YUV | 62.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 112 | 0.10 | 0.70 | 0 | 0.56 | 291.54 | 0.53 | 0.29 |
| Hex | 65 | 22 | 70 | A | 46 | 0 | 38 | 124 | 35 | 1D |
| Octal | 145 | 42 | 160 | 12 | 106 | 0 | 70 | 444 | 65 | 35 |
| Binary | 1100101 | 100010 | 1110000 | 1010 | 1000110 | 0 | 111000 | 100100100 | 110101 | 11101 |
Color Harmonies of #652270
Complementary color
Monochromatic Colors of #652270
Black with #652270
Text Example
Text Example
White with #652270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652270; }
p { color: rgb(101,34,112); }
H1.HeaderClassName
{
color: #652270;
}
.AnyTagClassName
{
color: #652270;
}
</style>
background-color css
<style>
a { background-color: #652270; }
a { background-color: rgb(101,34,112); }
div.DivClassName
{
background-color: #652270;
}
.BgClassName
{
background-color: #652270;
}
</style>
border-color css
<style>
span { border-color: #652270; }
span { border-color: rgb(101,34,112); }
td.TdClassName
{
border-color: #652270;
}
.TagClassName
{
border-color: #652270;
}
</style>