Shades of Seance #653365
Tints of Seance #653365
RGB
CMYK
RGB Variations
Color information
#653365 (or 0x653365) is known color: Seance. HEX triplet: 65, 33 and 65. RGB value is (101,51,101). Sum of RGB (Red+Green+Blue) = 101+51+101=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #653365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653365 is #9ACC9A. Grayscale: #474747. Windows color (decimal): -10144923 or 6632293. OLE color: 6632293.
HSL color Cylindrical-coordinate representation of color #653365: hue angle of 300º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653365 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 101 | - |
| CMYK | 0 | 0.50 | 0 | 0.60 |
| HSL | 300º | 0.33% | 0.3% | - |
| HSV(B) | 300º | 0.5% | 0.4% | - |
| XYZ | 8.9 | 6.07 | 13.02 | - |
| YUV | 71.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 101 | 0 | 0.50 | 0 | 0.60 | 300 | 0.33 | 0.3 |
| Hex | 65 | 33 | 65 | 0 | 32 | 0 | 3C | 12C | 21 | 1E |
| Octal | 145 | 63 | 145 | 0 | 62 | 0 | 74 | 454 | 41 | 36 |
| Binary | 1100101 | 110011 | 1100101 | 0 | 110010 | 0 | 111100 | 100101100 | 100001 | 11110 |
Color Harmonies of #653365
Complementary color
Monochromatic Colors of #653365
Black with #653365
Text Example
Text Example
White with #653365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653365; }
p { color: rgb(101,51,101); }
H1.HeaderClassName
{
color: #653365;
}
.AnyTagClassName
{
color: #653365;
}
</style>
background-color css
<style>
a { background-color: #653365; }
a { background-color: rgb(101,51,101); }
div.DivClassName
{
background-color: #653365;
}
.BgClassName
{
background-color: #653365;
}
</style>
border-color css
<style>
span { border-color: #653365; }
span { border-color: rgb(101,51,101); }
td.TdClassName
{
border-color: #653365;
}
.TagClassName
{
border-color: #653365;
}
</style>