Shades of Seance #65366E
Tints of Seance #65366E
RGB
CMYK
RGB Variations
Color information
#65366E (or 0x65366E) is known color: Seance. HEX triplet: 65, 36 and 6E. RGB value is (101,54,110). Sum of RGB (Red+Green+Blue) = 101+54+110=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #65366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65366E is #9AC991. Grayscale: #4A4A4A. Windows color (decimal): -10144146 or 7222885. OLE color: 7222885.
HSL color Cylindrical-coordinate representation of color #65366E: hue angle of 290.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65366E is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 54 | 110 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.57 |
| HSL | 290.36º | 0.34% | 0.32% | - |
| HSV(B) | 290.36º | 0.51% | 0.43% | - |
| XYZ | 9.5 | 6.53 | 15.51 | - |
| YUV | 74.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 54 | 110 | 0.08 | 0.51 | 0 | 0.57 | 290.36 | 0.34 | 0.32 |
| Hex | 65 | 36 | 6E | 8 | 33 | 0 | 39 | 122 | 22 | 20 |
| Octal | 145 | 66 | 156 | 10 | 63 | 0 | 71 | 442 | 42 | 40 |
| Binary | 1100101 | 110110 | 1101110 | 1000 | 110011 | 0 | 111001 | 100100010 | 100010 | 100000 |
Color Harmonies of #65366E
Complementary color
Monochromatic Colors of #65366E
Black with #65366E
Text Example
Text Example
White with #65366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65366E; }
p { color: rgb(101,54,110); }
H1.HeaderClassName
{
color: #65366E;
}
.AnyTagClassName
{
color: #65366E;
}
</style>
background-color css
<style>
a { background-color: #65366E; }
a { background-color: rgb(101,54,110); }
div.DivClassName
{
background-color: #65366E;
}
.BgClassName
{
background-color: #65366E;
}
</style>
border-color css
<style>
span { border-color: #65366E; }
span { border-color: rgb(101,54,110); }
td.TdClassName
{
border-color: #65366E;
}
.TagClassName
{
border-color: #65366E;
}
</style>