Shades of Seance #651471
Tints of Seance #651471
RGB
CMYK
RGB Variations
Color information
#651471 (or 0x651471) is known color: Seance. HEX triplet: 65, 14 and 71. RGB value is (101,20,113). Sum of RGB (Red+Green+Blue) = 101+20+113=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #651471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651471 is #9AEB8E. Grayscale: #363636. Windows color (decimal): -10152847 or 7410789. OLE color: 7410789.
HSL color Cylindrical-coordinate representation of color #651471: hue angle of 292.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651471 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 20 | 113 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.56 |
| HSL | 292.26º | 0.7% | 0.26% | - |
| HSV(B) | 292.26º | 0.82% | 0.44% | - |
| XYZ | 8.6 | 4.46 | 16.03 | - |
| YUV | 54.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 113 | 0.11 | 0.82 | 0 | 0.56 | 292.26 | 0.7 | 0.26 |
| Hex | 65 | 14 | 71 | B | 52 | 0 | 38 | 124 | 46 | 1A |
| Octal | 145 | 24 | 161 | 13 | 122 | 0 | 70 | 444 | 106 | 32 |
| Binary | 1100101 | 10100 | 1110001 | 1011 | 1010010 | 0 | 111000 | 100100100 | 1000110 | 11010 |
Color Harmonies of #651471
Complementary color
Monochromatic Colors of #651471
Black with #651471
Text Example
Text Example
White with #651471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651471; }
p { color: rgb(101,20,113); }
H1.HeaderClassName
{
color: #651471;
}
.AnyTagClassName
{
color: #651471;
}
</style>
background-color css
<style>
a { background-color: #651471; }
a { background-color: rgb(101,20,113); }
div.DivClassName
{
background-color: #651471;
}
.BgClassName
{
background-color: #651471;
}
</style>
border-color css
<style>
span { border-color: #651471; }
span { border-color: rgb(101,20,113); }
td.TdClassName
{
border-color: #651471;
}
.TagClassName
{
border-color: #651471;
}
</style>