Shades of Seance #65316F
Tints of Seance #65316F
RGB
CMYK
RGB Variations
Color information
#65316F (or 0x65316F) is known color: Seance. HEX triplet: 65, 31 and 6F. RGB value is (101,49,111). Sum of RGB (Red+Green+Blue) = 101+49+111=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 111 - color contains mainly: blue. Hex color #65316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65316F is #9ACE90. Grayscale: #474747. Windows color (decimal): -10145425 or 7287141. OLE color: 7287141.
HSL color Cylindrical-coordinate representation of color #65316F: hue angle of 290.32º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65316F is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 49 | 111 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.56 |
| HSL | 290.32º | 0.39% | 0.31% | - |
| HSV(B) | 290.32º | 0.56% | 0.44% | - |
| XYZ | 9.33 | 6.11 | 15.73 | - |
| YUV | 71.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 111 | 0.09 | 0.56 | 0 | 0.56 | 290.32 | 0.39 | 0.31 |
| Hex | 65 | 31 | 6F | 9 | 38 | 0 | 38 | 122 | 27 | 1F |
| Octal | 145 | 61 | 157 | 11 | 70 | 0 | 70 | 442 | 47 | 37 |
| Binary | 1100101 | 110001 | 1101111 | 1001 | 111000 | 0 | 111000 | 100100010 | 100111 | 11111 |
Color Harmonies of #65316F
Complementary color
Monochromatic Colors of #65316F
Black with #65316F
Text Example
Text Example
White with #65316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65316F; }
p { color: rgb(101,49,111); }
H1.HeaderClassName
{
color: #65316F;
}
.AnyTagClassName
{
color: #65316F;
}
</style>
background-color css
<style>
a { background-color: #65316F; }
a { background-color: rgb(101,49,111); }
div.DivClassName
{
background-color: #65316F;
}
.BgClassName
{
background-color: #65316F;
}
</style>
border-color css
<style>
span { border-color: #65316F; }
span { border-color: rgb(101,49,111); }
td.TdClassName
{
border-color: #65316F;
}
.TagClassName
{
border-color: #65316F;
}
</style>