Shades of Seance #65376B
Tints of Seance #65376B
RGB
CMYK
RGB Variations
Color information
#65376B (or 0x65376B) is known color: Seance. HEX triplet: 65, 37 and 6B. RGB value is (101,55,107). Sum of RGB (Red+Green+Blue) = 101+55+107=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 107 - color contains mainly: blue. Hex color #65376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65376B is #9AC894. Grayscale: #4A4A4A. Windows color (decimal): -10143893 or 7026533. OLE color: 7026533.
HSL color Cylindrical-coordinate representation of color #65376B: hue angle of 293.08º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65376B is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 55 | 107 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.58 |
| HSL | 293.08º | 0.32% | 0.32% | - |
| HSV(B) | 293.08º | 0.49% | 0.42% | - |
| XYZ | 9.39 | 6.56 | 14.68 | - |
| YUV | 74.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 55 | 107 | 0.06 | 0.49 | 0 | 0.58 | 293.08 | 0.32 | 0.32 |
| Hex | 65 | 37 | 6B | 6 | 31 | 0 | 3A | 125 | 20 | 20 |
| Octal | 145 | 67 | 153 | 6 | 61 | 0 | 72 | 445 | 40 | 40 |
| Binary | 1100101 | 110111 | 1101011 | 110 | 110001 | 0 | 111010 | 100100101 | 100000 | 100000 |
Color Harmonies of #65376B
Complementary color
Monochromatic Colors of #65376B
Black with #65376B
Text Example
Text Example
White with #65376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65376B; }
p { color: rgb(101,55,107); }
H1.HeaderClassName
{
color: #65376B;
}
.AnyTagClassName
{
color: #65376B;
}
</style>
background-color css
<style>
a { background-color: #65376B; }
a { background-color: rgb(101,55,107); }
div.DivClassName
{
background-color: #65376B;
}
.BgClassName
{
background-color: #65376B;
}
</style>
border-color css
<style>
span { border-color: #65376B; }
span { border-color: rgb(101,55,107); }
td.TdClassName
{
border-color: #65376B;
}
.TagClassName
{
border-color: #65376B;
}
</style>