Shades of Seance #722A70
Tints of Seance #722A70
RGB
CMYK
RGB Variations
Color information
#722A70 (or 0x722A70) is known color: Seance. HEX triplet: 72, 2A and 70. RGB value is (114,42,112). Sum of RGB (Red+Green+Blue) = 114+42+112=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #722A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722A70 is #8DD58F. Grayscale: #474747. Windows color (decimal): -9295248 or 7350898. OLE color: 7350898.
HSL color Cylindrical-coordinate representation of color #722A70: hue angle of 301.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722A70 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 112 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.55 |
| HSL | 301.67º | 0.46% | 0.31% | - |
| HSV(B) | 301.67º | 0.63% | 0.45% | - |
| XYZ | 10.69 | 6.4 | 16 | - |
| YUV | 71.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 112 | 0 | 0.63 | 0.02 | 0.55 | 301.67 | 0.46 | 0.31 |
| Hex | 72 | 2A | 70 | 0 | 3F | 2 | 37 | 12E | 2E | 1F |
| Octal | 162 | 52 | 160 | 0 | 77 | 2 | 67 | 456 | 56 | 37 |
| Binary | 1110010 | 101010 | 1110000 | 0 | 111111 | 10 | 110111 | 100101110 | 101110 | 11111 |
Color Harmonies of #722A70
Complementary color
Monochromatic Colors of #722A70
Black with #722A70
Text Example
Text Example
White with #722A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A70; }
p { color: rgb(114,42,112); }
H1.HeaderClassName
{
color: #722A70;
}
.AnyTagClassName
{
color: #722A70;
}
</style>
background-color css
<style>
a { background-color: #722A70; }
a { background-color: rgb(114,42,112); }
div.DivClassName
{
background-color: #722A70;
}
.BgClassName
{
background-color: #722A70;
}
</style>
border-color css
<style>
span { border-color: #722A70; }
span { border-color: rgb(114,42,112); }
td.TdClassName
{
border-color: #722A70;
}
.TagClassName
{
border-color: #722A70;
}
</style>