Shades of Seance #65136E
Tints of Seance #65136E
RGB
CMYK
RGB Variations
Color information
#65136E (or 0x65136E) is known color: Seance. HEX triplet: 65, 13 and 6E. RGB value is (101,19,110). Sum of RGB (Red+Green+Blue) = 101+19+110=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #65136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65136E is #9AEC91. Grayscale: #353535. Windows color (decimal): -10153106 or 7213925. OLE color: 7213925.
HSL color Cylindrical-coordinate representation of color #65136E: hue angle of 294.07º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65136E is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 19 | 110 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.57 |
| HSL | 294.07º | 0.71% | 0.25% | - |
| HSV(B) | 294.07º | 0.83% | 0.43% | - |
| XYZ | 8.41 | 4.36 | 15.15 | - |
| YUV | 53.89 | 159.67 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 110 | 0.08 | 0.83 | 0 | 0.57 | 294.07 | 0.71 | 0.25 |
| Hex | 65 | 13 | 6E | 8 | 53 | 0 | 39 | 126 | 47 | 19 |
| Octal | 145 | 23 | 156 | 10 | 123 | 0 | 71 | 446 | 107 | 31 |
| Binary | 1100101 | 10011 | 1101110 | 1000 | 1010011 | 0 | 111001 | 100100110 | 1000111 | 11001 |
Color Harmonies of #65136E
Complementary color
Monochromatic Colors of #65136E
Black with #65136E
Text Example
Text Example
White with #65136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65136E; }
p { color: rgb(101,19,110); }
H1.HeaderClassName
{
color: #65136E;
}
.AnyTagClassName
{
color: #65136E;
}
</style>
background-color css
<style>
a { background-color: #65136E; }
a { background-color: rgb(101,19,110); }
div.DivClassName
{
background-color: #65136E;
}
.BgClassName
{
background-color: #65136E;
}
</style>
border-color css
<style>
span { border-color: #65136E; }
span { border-color: rgb(101,19,110); }
td.TdClassName
{
border-color: #65136E;
}
.TagClassName
{
border-color: #65136E;
}
</style>