Shades of Seance #65326D
Tints of Seance #65326D
RGB
CMYK
RGB Variations
Color information
#65326D (or 0x65326D) is known color: Seance. HEX triplet: 65, 32 and 6D. RGB value is (101,50,109). Sum of RGB (Red+Green+Blue) = 101+50+109=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #65326D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65326D is #9ACD92. Grayscale: #474747. Windows color (decimal): -10145171 or 7156325. OLE color: 7156325.
HSL color Cylindrical-coordinate representation of color #65326D: hue angle of 291.86º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65326D is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 50 | 109 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.57 |
| HSL | 291.86º | 0.37% | 0.31% | - |
| HSV(B) | 291.86º | 0.54% | 0.43% | - |
| XYZ | 9.27 | 6.15 | 15.17 | - |
| YUV | 71.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 109 | 0.07 | 0.54 | 0 | 0.57 | 291.86 | 0.37 | 0.31 |
| Hex | 65 | 32 | 6D | 7 | 36 | 0 | 39 | 124 | 25 | 1F |
| Octal | 145 | 62 | 155 | 7 | 66 | 0 | 71 | 444 | 45 | 37 |
| Binary | 1100101 | 110010 | 1101101 | 111 | 110110 | 0 | 111001 | 100100100 | 100101 | 11111 |
Color Harmonies of #65326D
Complementary color
Monochromatic Colors of #65326D
Black with #65326D
Text Example
Text Example
White with #65326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65326D; }
p { color: rgb(101,50,109); }
H1.HeaderClassName
{
color: #65326D;
}
.AnyTagClassName
{
color: #65326D;
}
</style>
background-color css
<style>
a { background-color: #65326D; }
a { background-color: rgb(101,50,109); }
div.DivClassName
{
background-color: #65326D;
}
.BgClassName
{
background-color: #65326D;
}
</style>
border-color css
<style>
span { border-color: #65326D; }
span { border-color: rgb(101,50,109); }
td.TdClassName
{
border-color: #65326D;
}
.TagClassName
{
border-color: #65326D;
}
</style>