Shades of Seance #651171
Tints of Seance #651171
RGB
CMYK
RGB Variations
Color information
#651171 (or 0x651171) is known color: Seance. HEX triplet: 65, 11 and 71. RGB value is (101,17,113). Sum of RGB (Red+Green+Blue) = 101+17+113=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #651171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651171 is #9AEE8E. Grayscale: #343434. Windows color (decimal): -10153615 or 7410021. OLE color: 7410021.
HSL color Cylindrical-coordinate representation of color #651171: hue angle of 292.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #651171 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 17 | 113 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.56 |
| HSL | 292.5º | 0.74% | 0.25% | - |
| HSV(B) | 292.5º | 0.85% | 0.44% | - |
| XYZ | 8.55 | 4.36 | 16.01 | - |
| YUV | 53.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 113 | 0.11 | 0.85 | 0 | 0.56 | 292.5 | 0.74 | 0.25 |
| Hex | 65 | 11 | 71 | B | 55 | 0 | 38 | 124 | 4A | 19 |
| Octal | 145 | 21 | 161 | 13 | 125 | 0 | 70 | 444 | 112 | 31 |
| Binary | 1100101 | 10001 | 1110001 | 1011 | 1010101 | 0 | 111000 | 100100100 | 1001010 | 11001 |
Color Harmonies of #651171
Complementary color
Monochromatic Colors of #651171
Black with #651171
Text Example
Text Example
White with #651171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651171; }
p { color: rgb(101,17,113); }
H1.HeaderClassName
{
color: #651171;
}
.AnyTagClassName
{
color: #651171;
}
</style>
background-color css
<style>
a { background-color: #651171; }
a { background-color: rgb(101,17,113); }
div.DivClassName
{
background-color: #651171;
}
.BgClassName
{
background-color: #651171;
}
</style>
border-color css
<style>
span { border-color: #651171; }
span { border-color: rgb(101,17,113); }
td.TdClassName
{
border-color: #651171;
}
.TagClassName
{
border-color: #651171;
}
</style>