Shades of Seance #65176D
Tints of Seance #65176D
RGB
CMYK
RGB Variations
Color information
#65176D (or 0x65176D) is known color: Seance. HEX triplet: 65, 17 and 6D. RGB value is (101,23,109). Sum of RGB (Red+Green+Blue) = 101+23+109=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #65176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65176D is #9AE892. Grayscale: #373737. Windows color (decimal): -10152083 or 7149413. OLE color: 7149413.
HSL color Cylindrical-coordinate representation of color #65176D: hue angle of 294.42º 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 #65176D is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 23 | 109 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.57 |
| HSL | 294.42º | 0.65% | 0.26% | - |
| HSV(B) | 294.42º | 0.79% | 0.43% | - |
| XYZ | 8.43 | 4.48 | 14.89 | - |
| YUV | 56.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 109 | 0.07 | 0.79 | 0 | 0.57 | 294.42 | 0.65 | 0.26 |
| Hex | 65 | 17 | 6D | 7 | 4F | 0 | 39 | 126 | 41 | 1A |
| Octal | 145 | 27 | 155 | 7 | 117 | 0 | 71 | 446 | 101 | 32 |
| Binary | 1100101 | 10111 | 1101101 | 111 | 1001111 | 0 | 111001 | 100100110 | 1000001 | 11010 |
Color Harmonies of #65176D
Complementary color
Monochromatic Colors of #65176D
Black with #65176D
Text Example
Text Example
White with #65176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65176D; }
p { color: rgb(101,23,109); }
H1.HeaderClassName
{
color: #65176D;
}
.AnyTagClassName
{
color: #65176D;
}
</style>
background-color css
<style>
a { background-color: #65176D; }
a { background-color: rgb(101,23,109); }
div.DivClassName
{
background-color: #65176D;
}
.BgClassName
{
background-color: #65176D;
}
</style>
border-color css
<style>
span { border-color: #65176D; }
span { border-color: rgb(101,23,109); }
td.TdClassName
{
border-color: #65176D;
}
.TagClassName
{
border-color: #65176D;
}
</style>