Shades of Seance #653272
Tints of Seance #653272
RGB
CMYK
RGB Variations
Color information
#653272 (or 0x653272) is known color: Seance. HEX triplet: 65, 32 and 72. RGB value is (101,50,114). Sum of RGB (Red+Green+Blue) = 101+50+114=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #653272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653272 is #9ACD8D. Grayscale: #484848. Windows color (decimal): -10145166 or 7484005. OLE color: 7484005.
HSL color Cylindrical-coordinate representation of color #653272: hue angle of 287.81º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #653272 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 50 | 114 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.55 |
| HSL | 287.81º | 0.39% | 0.32% | - |
| HSV(B) | 287.81º | 0.56% | 0.45% | - |
| XYZ | 9.54 | 6.26 | 16.63 | - |
| YUV | 72.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 114 | 0.11 | 0.56 | 0 | 0.55 | 287.81 | 0.39 | 0.32 |
| Hex | 65 | 32 | 72 | B | 38 | 0 | 37 | 120 | 27 | 20 |
| Octal | 145 | 62 | 162 | 13 | 70 | 0 | 67 | 440 | 47 | 40 |
| Binary | 1100101 | 110010 | 1110010 | 1011 | 111000 | 0 | 110111 | 100100000 | 100111 | 100000 |
Color Harmonies of #653272
Complementary color
Monochromatic Colors of #653272
Black with #653272
Text Example
Text Example
White with #653272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653272; }
p { color: rgb(101,50,114); }
H1.HeaderClassName
{
color: #653272;
}
.AnyTagClassName
{
color: #653272;
}
</style>
background-color css
<style>
a { background-color: #653272; }
a { background-color: rgb(101,50,114); }
div.DivClassName
{
background-color: #653272;
}
.BgClassName
{
background-color: #653272;
}
</style>
border-color css
<style>
span { border-color: #653272; }
span { border-color: rgb(101,50,114); }
td.TdClassName
{
border-color: #653272;
}
.TagClassName
{
border-color: #653272;
}
</style>