Shades of Seance #652271
Tints of Seance #652271
RGB
CMYK
RGB Variations
Color information
#652271 (or 0x652271) is known color: Seance. HEX triplet: 65, 22 and 71. RGB value is (101,34,113). Sum of RGB (Red+Green+Blue) = 101+34+113=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #652271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652271 is #9ADD8E. Grayscale: #3E3E3E. Windows color (decimal): -10149263 or 7414373. OLE color: 7414373.
HSL color Cylindrical-coordinate representation of color #652271: hue angle of 290.89º degrees, saturation: 0.54, 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 #652271 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 34 | 113 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.56 |
| HSL | 290.89º | 0.54% | 0.29% | - |
| HSV(B) | 290.89º | 0.7% | 0.44% | - |
| XYZ | 8.92 | 5.1 | 16.14 | - |
| YUV | 63.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 113 | 0.11 | 0.70 | 0 | 0.56 | 290.89 | 0.54 | 0.29 |
| Hex | 65 | 22 | 71 | B | 46 | 0 | 38 | 123 | 36 | 1D |
| Octal | 145 | 42 | 161 | 13 | 106 | 0 | 70 | 443 | 66 | 35 |
| Binary | 1100101 | 100010 | 1110001 | 1011 | 1000110 | 0 | 111000 | 100100011 | 110110 | 11101 |
Color Harmonies of #652271
Complementary color
Monochromatic Colors of #652271
Black with #652271
Text Example
Text Example
White with #652271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652271; }
p { color: rgb(101,34,113); }
H1.HeaderClassName
{
color: #652271;
}
.AnyTagClassName
{
color: #652271;
}
</style>
background-color css
<style>
a { background-color: #652271; }
a { background-color: rgb(101,34,113); }
div.DivClassName
{
background-color: #652271;
}
.BgClassName
{
background-color: #652271;
}
</style>
border-color css
<style>
span { border-color: #652271; }
span { border-color: rgb(101,34,113); }
td.TdClassName
{
border-color: #652271;
}
.TagClassName
{
border-color: #652271;
}
</style>