Shades of Seance #651C70
Tints of Seance #651C70
RGB
CMYK
RGB Variations
Color information
#651C70 (or 0x651C70) is known color: Seance. HEX triplet: 65, 1C and 70. RGB value is (101,28,112). Sum of RGB (Red+Green+Blue) = 101+28+112=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #651C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651C70 is #9AE38F. Grayscale: #3B3B3B. Windows color (decimal): -10150800 or 7347301. OLE color: 7347301.
HSL color Cylindrical-coordinate representation of color #651C70: hue angle of 292.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651C70 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 28 | 112 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.56 |
| HSL | 292.14º | 0.6% | 0.27% | - |
| HSV(B) | 292.14º | 0.75% | 0.44% | - |
| XYZ | 8.71 | 4.77 | 15.79 | - |
| YUV | 59.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 112 | 0.10 | 0.75 | 0 | 0.56 | 292.14 | 0.6 | 0.27 |
| Hex | 65 | 1C | 70 | A | 4B | 0 | 38 | 124 | 3C | 1B |
| Octal | 145 | 34 | 160 | 12 | 113 | 0 | 70 | 444 | 74 | 33 |
| Binary | 1100101 | 11100 | 1110000 | 1010 | 1001011 | 0 | 111000 | 100100100 | 111100 | 11011 |
Color Harmonies of #651C70
Complementary color
Monochromatic Colors of #651C70
Black with #651C70
Text Example
Text Example
White with #651C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C70; }
p { color: rgb(101,28,112); }
H1.HeaderClassName
{
color: #651C70;
}
.AnyTagClassName
{
color: #651C70;
}
</style>
background-color css
<style>
a { background-color: #651C70; }
a { background-color: rgb(101,28,112); }
div.DivClassName
{
background-color: #651C70;
}
.BgClassName
{
background-color: #651C70;
}
</style>
border-color css
<style>
span { border-color: #651C70; }
span { border-color: rgb(101,28,112); }
td.TdClassName
{
border-color: #651C70;
}
.TagClassName
{
border-color: #651C70;
}
</style>