Shades of Seance #65396E
Tints of Seance #65396E
RGB
CMYK
RGB Variations
Color information
#65396E (or 0x65396E) is known color: Seance. HEX triplet: 65, 39 and 6E. RGB value is (101,57,110). Sum of RGB (Red+Green+Blue) = 101+57+110=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #65396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65396E is #9AC691. Grayscale: #4C4C4C. Windows color (decimal): -10143378 or 7223653. OLE color: 7223653.
HSL color Cylindrical-coordinate representation of color #65396E: hue angle of 289.81º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65396E is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 57 | 110 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.57 |
| HSL | 289.81º | 0.32% | 0.33% | - |
| HSV(B) | 289.81º | 0.48% | 0.43% | - |
| XYZ | 9.64 | 6.82 | 15.56 | - |
| YUV | 76.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 110 | 0.08 | 0.48 | 0 | 0.57 | 289.81 | 0.32 | 0.33 |
| Hex | 65 | 39 | 6E | 8 | 30 | 0 | 39 | 122 | 20 | 21 |
| Octal | 145 | 71 | 156 | 10 | 60 | 0 | 71 | 442 | 40 | 41 |
| Binary | 1100101 | 111001 | 1101110 | 1000 | 110000 | 0 | 111001 | 100100010 | 100000 | 100001 |
Color Harmonies of #65396E
Complementary color
Monochromatic Colors of #65396E
Black with #65396E
Text Example
Text Example
White with #65396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65396E; }
p { color: rgb(101,57,110); }
H1.HeaderClassName
{
color: #65396E;
}
.AnyTagClassName
{
color: #65396E;
}
</style>
background-color css
<style>
a { background-color: #65396E; }
a { background-color: rgb(101,57,110); }
div.DivClassName
{
background-color: #65396E;
}
.BgClassName
{
background-color: #65396E;
}
</style>
border-color css
<style>
span { border-color: #65396E; }
span { border-color: rgb(101,57,110); }
td.TdClassName
{
border-color: #65396E;
}
.TagClassName
{
border-color: #65396E;
}
</style>