Shades of Seance #653169
Tints of Seance #653169
RGB
CMYK
RGB Variations
Color information
#653169 (or 0x653169) is known color: Seance. HEX triplet: 65, 31 and 69. RGB value is (101,49,105). Sum of RGB (Red+Green+Blue) = 101+49+105=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #653169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653169 is #9ACE96. Grayscale: #464646. Windows color (decimal): -10145431 or 6893925. OLE color: 6893925.
HSL color Cylindrical-coordinate representation of color #653169: hue angle of 295.71º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #653169 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 49 | 105 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.59 |
| HSL | 295.71º | 0.36% | 0.3% | - |
| HSV(B) | 295.71º | 0.53% | 0.41% | - |
| XYZ | 9.01 | 5.98 | 14.04 | - |
| YUV | 70.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 105 | 0.04 | 0.53 | 0 | 0.59 | 295.71 | 0.36 | 0.3 |
| Hex | 65 | 31 | 69 | 4 | 35 | 0 | 3B | 128 | 24 | 1E |
| Octal | 145 | 61 | 151 | 4 | 65 | 0 | 73 | 450 | 44 | 36 |
| Binary | 1100101 | 110001 | 1101001 | 100 | 110101 | 0 | 111011 | 100101000 | 100100 | 11110 |
Color Harmonies of #653169
Complementary color
Monochromatic Colors of #653169
Black with #653169
Text Example
Text Example
White with #653169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653169; }
p { color: rgb(101,49,105); }
H1.HeaderClassName
{
color: #653169;
}
.AnyTagClassName
{
color: #653169;
}
</style>
background-color css
<style>
a { background-color: #653169; }
a { background-color: rgb(101,49,105); }
div.DivClassName
{
background-color: #653169;
}
.BgClassName
{
background-color: #653169;
}
</style>
border-color css
<style>
span { border-color: #653169; }
span { border-color: rgb(101,49,105); }
td.TdClassName
{
border-color: #653169;
}
.TagClassName
{
border-color: #653169;
}
</style>