Shades of Seance #653273
Tints of Seance #653273
RGB
CMYK
RGB Variations
Color information
#653273 (or 0x653273) is known color: Seance. HEX triplet: 65, 32 and 73. RGB value is (101,50,115). Sum of RGB (Red+Green+Blue) = 101+50+115=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #653273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653273 is #9ACD8C. Grayscale: #484848. Windows color (decimal): -10145165 or 7549541. OLE color: 7549541.
HSL color Cylindrical-coordinate representation of color #653273: hue angle of 287.08º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #653273 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 50 | 115 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.55 |
| HSL | 287.08º | 0.39% | 0.32% | - |
| HSV(B) | 287.08º | 0.57% | 0.45% | - |
| XYZ | 9.6 | 6.29 | 16.93 | - |
| YUV | 72.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 115 | 0.12 | 0.57 | 0 | 0.55 | 287.08 | 0.39 | 0.32 |
| Hex | 65 | 32 | 73 | C | 39 | 0 | 37 | 11F | 27 | 20 |
| Octal | 145 | 62 | 163 | 14 | 71 | 0 | 67 | 437 | 47 | 40 |
| Binary | 1100101 | 110010 | 1110011 | 1100 | 111001 | 0 | 110111 | 100011111 | 100111 | 100000 |
Color Harmonies of #653273
Complementary color
Monochromatic Colors of #653273
Black with #653273
Text Example
Text Example
White with #653273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653273; }
p { color: rgb(101,50,115); }
H1.HeaderClassName
{
color: #653273;
}
.AnyTagClassName
{
color: #653273;
}
</style>
background-color css
<style>
a { background-color: #653273; }
a { background-color: rgb(101,50,115); }
div.DivClassName
{
background-color: #653273;
}
.BgClassName
{
background-color: #653273;
}
</style>
border-color css
<style>
span { border-color: #653273; }
span { border-color: rgb(101,50,115); }
td.TdClassName
{
border-color: #653273;
}
.TagClassName
{
border-color: #653273;
}
</style>