Shades of Seance #651D70
Tints of Seance #651D70
RGB
CMYK
RGB Variations
Color information
#651D70 (or 0x651D70) is known color: Seance. HEX triplet: 65, 1D and 70. RGB value is (101,29,112). Sum of RGB (Red+Green+Blue) = 101+29+112=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #651D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651D70 is #9AE28F. Grayscale: #3B3B3B. Windows color (decimal): -10150544 or 7347557. OLE color: 7347557.
HSL color Cylindrical-coordinate representation of color #651D70: hue angle of 292.05º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #651D70 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 29 | 112 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.56 |
| HSL | 292.05º | 0.59% | 0.28% | - |
| HSV(B) | 292.05º | 0.74% | 0.44% | - |
| XYZ | 8.73 | 4.82 | 15.8 | - |
| YUV | 59.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 112 | 0.10 | 0.74 | 0 | 0.56 | 292.05 | 0.59 | 0.28 |
| Hex | 65 | 1D | 70 | A | 4A | 0 | 38 | 124 | 3B | 1C |
| Octal | 145 | 35 | 160 | 12 | 112 | 0 | 70 | 444 | 73 | 34 |
| Binary | 1100101 | 11101 | 1110000 | 1010 | 1001010 | 0 | 111000 | 100100100 | 111011 | 11100 |
Color Harmonies of #651D70
Complementary color
Monochromatic Colors of #651D70
Black with #651D70
Text Example
Text Example
White with #651D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651D70; }
p { color: rgb(101,29,112); }
H1.HeaderClassName
{
color: #651D70;
}
.AnyTagClassName
{
color: #651D70;
}
</style>
background-color css
<style>
a { background-color: #651D70; }
a { background-color: rgb(101,29,112); }
div.DivClassName
{
background-color: #651D70;
}
.BgClassName
{
background-color: #651D70;
}
</style>
border-color css
<style>
span { border-color: #651D70; }
span { border-color: rgb(101,29,112); }
td.TdClassName
{
border-color: #651D70;
}
.TagClassName
{
border-color: #651D70;
}
</style>