Shades of Seance #65246E
Tints of Seance #65246E
RGB
CMYK
RGB Variations
Color information
#65246E (or 0x65246E) is known color: Seance. HEX triplet: 65, 24 and 6E. RGB value is (101,36,110). Sum of RGB (Red+Green+Blue) = 101+36+110=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #65246E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65246E is #9ADB91. Grayscale: #3F3F3F. Windows color (decimal): -10148754 or 7218277. OLE color: 7218277.
HSL color Cylindrical-coordinate representation of color #65246E: hue angle of 292.7º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65246E is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 36 | 110 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.57 |
| HSL | 292.7º | 0.51% | 0.29% | - |
| HSV(B) | 292.7º | 0.67% | 0.43% | - |
| XYZ | 8.81 | 5.15 | 15.28 | - |
| YUV | 63.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 110 | 0.08 | 0.67 | 0 | 0.57 | 292.7 | 0.51 | 0.29 |
| Hex | 65 | 24 | 6E | 8 | 43 | 0 | 39 | 125 | 33 | 1D |
| Octal | 145 | 44 | 156 | 10 | 103 | 0 | 71 | 445 | 63 | 35 |
| Binary | 1100101 | 100100 | 1101110 | 1000 | 1000011 | 0 | 111001 | 100100101 | 110011 | 11101 |
Color Harmonies of #65246E
Complementary color
Monochromatic Colors of #65246E
Black with #65246E
Text Example
Text Example
White with #65246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65246E; }
p { color: rgb(101,36,110); }
H1.HeaderClassName
{
color: #65246E;
}
.AnyTagClassName
{
color: #65246E;
}
</style>
background-color css
<style>
a { background-color: #65246E; }
a { background-color: rgb(101,36,110); }
div.DivClassName
{
background-color: #65246E;
}
.BgClassName
{
background-color: #65246E;
}
</style>
border-color css
<style>
span { border-color: #65246E; }
span { border-color: rgb(101,36,110); }
td.TdClassName
{
border-color: #65246E;
}
.TagClassName
{
border-color: #65246E;
}
</style>