Shades of Seance #651971
Tints of Seance #651971
RGB
CMYK
RGB Variations
Color information
#651971 (or 0x651971) is known color: Seance. HEX triplet: 65, 19 and 71. RGB value is (101,25,113). Sum of RGB (Red+Green+Blue) = 101+25+113=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #651971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651971 is #9AE68E. Grayscale: #393939. Windows color (decimal): -10151567 or 7412069. OLE color: 7412069.
HSL color Cylindrical-coordinate representation of color #651971: hue angle of 291.82º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #651971 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 25 | 113 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.56 |
| HSL | 291.82º | 0.64% | 0.27% | - |
| HSV(B) | 291.82º | 0.78% | 0.44% | - |
| XYZ | 8.7 | 4.65 | 16.06 | - |
| YUV | 57.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 113 | 0.11 | 0.78 | 0 | 0.56 | 291.82 | 0.64 | 0.27 |
| Hex | 65 | 19 | 71 | B | 4E | 0 | 38 | 124 | 40 | 1B |
| Octal | 145 | 31 | 161 | 13 | 116 | 0 | 70 | 444 | 100 | 33 |
| Binary | 1100101 | 11001 | 1110001 | 1011 | 1001110 | 0 | 111000 | 100100100 | 1000000 | 11011 |
Color Harmonies of #651971
Complementary color
Monochromatic Colors of #651971
Black with #651971
Text Example
Text Example
White with #651971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651971; }
p { color: rgb(101,25,113); }
H1.HeaderClassName
{
color: #651971;
}
.AnyTagClassName
{
color: #651971;
}
</style>
background-color css
<style>
a { background-color: #651971; }
a { background-color: rgb(101,25,113); }
div.DivClassName
{
background-color: #651971;
}
.BgClassName
{
background-color: #651971;
}
</style>
border-color css
<style>
span { border-color: #651971; }
span { border-color: rgb(101,25,113); }
td.TdClassName
{
border-color: #651971;
}
.TagClassName
{
border-color: #651971;
}
</style>