Shades of Seance #722A71
Tints of Seance #722A71
RGB
CMYK
RGB Variations
Color information
#722A71 (or 0x722A71) is known color: Seance. HEX triplet: 72, 2A and 71. RGB value is (114,42,113). Sum of RGB (Red+Green+Blue) = 114+42+113=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #722A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722A71 is #8DD58E. Grayscale: #474747. Windows color (decimal): -9295247 or 7416434. OLE color: 7416434.
HSL color Cylindrical-coordinate representation of color #722A71: hue angle of 300.83º 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 #722A71 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 113 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.55 |
| HSL | 300.83º | 0.46% | 0.31% | - |
| HSV(B) | 300.83º | 0.63% | 0.45% | - |
| XYZ | 10.75 | 6.43 | 16.3 | - |
| YUV | 71.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 113 | 0 | 0.63 | 0.01 | 0.55 | 300.83 | 0.46 | 0.31 |
| Hex | 72 | 2A | 71 | 0 | 3F | 1 | 37 | 12D | 2E | 1F |
| Octal | 162 | 52 | 161 | 0 | 77 | 1 | 67 | 455 | 56 | 37 |
| Binary | 1110010 | 101010 | 1110001 | 0 | 111111 | 1 | 110111 | 100101101 | 101110 | 11111 |
Color Harmonies of #722A71
Complementary color
Monochromatic Colors of #722A71
Black with #722A71
Text Example
Text Example
White with #722A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A71; }
p { color: rgb(114,42,113); }
H1.HeaderClassName
{
color: #722A71;
}
.AnyTagClassName
{
color: #722A71;
}
</style>
background-color css
<style>
a { background-color: #722A71; }
a { background-color: rgb(114,42,113); }
div.DivClassName
{
background-color: #722A71;
}
.BgClassName
{
background-color: #722A71;
}
</style>
border-color css
<style>
span { border-color: #722A71; }
span { border-color: rgb(114,42,113); }
td.TdClassName
{
border-color: #722A71;
}
.TagClassName
{
border-color: #722A71;
}
</style>