Shades of Seance #651C71
Tints of Seance #651C71
RGB
CMYK
RGB Variations
Color information
#651C71 (or 0x651C71) is known color: Seance. HEX triplet: 65, 1C and 71. RGB value is (101,28,113). Sum of RGB (Red+Green+Blue) = 101+28+113=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #651C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651C71 is #9AE38E. Grayscale: #3B3B3B. Windows color (decimal): -10150799 or 7412837. OLE color: 7412837.
HSL color Cylindrical-coordinate representation of color #651C71: hue angle of 291.53º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651C71 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 28 | 113 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.56 |
| HSL | 291.53º | 0.6% | 0.28% | - |
| HSV(B) | 291.53º | 0.75% | 0.44% | - |
| XYZ | 8.76 | 4.79 | 16.09 | - |
| YUV | 59.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 113 | 0.11 | 0.75 | 0 | 0.56 | 291.53 | 0.6 | 0.28 |
| Hex | 65 | 1C | 71 | B | 4B | 0 | 38 | 124 | 3C | 1C |
| Octal | 145 | 34 | 161 | 13 | 113 | 0 | 70 | 444 | 74 | 34 |
| Binary | 1100101 | 11100 | 1110001 | 1011 | 1001011 | 0 | 111000 | 100100100 | 111100 | 11100 |
Color Harmonies of #651C71
Complementary color
Monochromatic Colors of #651C71
Black with #651C71
Text Example
Text Example
White with #651C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C71; }
p { color: rgb(101,28,113); }
H1.HeaderClassName
{
color: #651C71;
}
.AnyTagClassName
{
color: #651C71;
}
</style>
background-color css
<style>
a { background-color: #651C71; }
a { background-color: rgb(101,28,113); }
div.DivClassName
{
background-color: #651C71;
}
.BgClassName
{
background-color: #651C71;
}
</style>
border-color css
<style>
span { border-color: #651C71; }
span { border-color: rgb(101,28,113); }
td.TdClassName
{
border-color: #651C71;
}
.TagClassName
{
border-color: #651C71;
}
</style>