Shades of Seance #65176E
Tints of Seance #65176E
RGB
CMYK
RGB Variations
Color information
#65176E (or 0x65176E) is known color: Seance. HEX triplet: 65, 17 and 6E. RGB value is (101,23,110). Sum of RGB (Red+Green+Blue) = 101+23+110=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #65176E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65176E is #9AE891. Grayscale: #373737. Windows color (decimal): -10152082 or 7214949. OLE color: 7214949.
HSL color Cylindrical-coordinate representation of color #65176E: hue angle of 293.79º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65176E is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 23 | 110 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.57 |
| HSL | 293.79º | 0.65% | 0.26% | - |
| HSV(B) | 293.79º | 0.79% | 0.43% | - |
| XYZ | 8.49 | 4.51 | 15.17 | - |
| YUV | 56.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 110 | 0.08 | 0.79 | 0 | 0.57 | 293.79 | 0.65 | 0.26 |
| Hex | 65 | 17 | 6E | 8 | 4F | 0 | 39 | 126 | 41 | 1A |
| Octal | 145 | 27 | 156 | 10 | 117 | 0 | 71 | 446 | 101 | 32 |
| Binary | 1100101 | 10111 | 1101110 | 1000 | 1001111 | 0 | 111001 | 100100110 | 1000001 | 11010 |
Color Harmonies of #65176E
Complementary color
Monochromatic Colors of #65176E
Black with #65176E
Text Example
Text Example
White with #65176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65176E; }
p { color: rgb(101,23,110); }
H1.HeaderClassName
{
color: #65176E;
}
.AnyTagClassName
{
color: #65176E;
}
</style>
background-color css
<style>
a { background-color: #65176E; }
a { background-color: rgb(101,23,110); }
div.DivClassName
{
background-color: #65176E;
}
.BgClassName
{
background-color: #65176E;
}
</style>
border-color css
<style>
span { border-color: #65176E; }
span { border-color: rgb(101,23,110); }
td.TdClassName
{
border-color: #65176E;
}
.TagClassName
{
border-color: #65176E;
}
</style>