Shades of Seance #653373
Tints of Seance #653373
RGB
CMYK
RGB Variations
Color information
#653373 (or 0x653373) is known color: Seance. HEX triplet: 65, 33 and 73. RGB value is (101,51,115). Sum of RGB (Red+Green+Blue) = 101+51+115=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #653373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653373 is #9ACC8C. Grayscale: #494949. Windows color (decimal): -10144909 or 7549797. OLE color: 7549797.
HSL color Cylindrical-coordinate representation of color #653373: hue angle of 286.88º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #653373 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 51 | 115 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.55 |
| HSL | 286.88º | 0.39% | 0.33% | - |
| HSV(B) | 286.88º | 0.56% | 0.45% | - |
| XYZ | 9.65 | 6.37 | 16.94 | - |
| YUV | 73.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 115 | 0.12 | 0.56 | 0 | 0.55 | 286.88 | 0.39 | 0.33 |
| Hex | 65 | 33 | 73 | C | 38 | 0 | 37 | 11F | 27 | 21 |
| Octal | 145 | 63 | 163 | 14 | 70 | 0 | 67 | 437 | 47 | 41 |
| Binary | 1100101 | 110011 | 1110011 | 1100 | 111000 | 0 | 110111 | 100011111 | 100111 | 100001 |
Color Harmonies of #653373
Complementary color
Monochromatic Colors of #653373
Black with #653373
Text Example
Text Example
White with #653373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653373; }
p { color: rgb(101,51,115); }
H1.HeaderClassName
{
color: #653373;
}
.AnyTagClassName
{
color: #653373;
}
</style>
background-color css
<style>
a { background-color: #653373; }
a { background-color: rgb(101,51,115); }
div.DivClassName
{
background-color: #653373;
}
.BgClassName
{
background-color: #653373;
}
</style>
border-color css
<style>
span { border-color: #653373; }
span { border-color: rgb(101,51,115); }
td.TdClassName
{
border-color: #653373;
}
.TagClassName
{
border-color: #653373;
}
</style>