Shades of Seance #721E73
Tints of Seance #721E73
RGB
CMYK
RGB Variations
Color information
#721E73 (or 0x721E73) is known color: Seance. HEX triplet: 72, 1E and 73. RGB value is (114,30,115). Sum of RGB (Red+Green+Blue) = 114+30+115=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #721E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E73 is #8DE18C. Grayscale: #404040. Windows color (decimal): -9298317 or 7544434. OLE color: 7544434.
HSL color Cylindrical-coordinate representation of color #721E73: hue angle of 299.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E73 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 115 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.55 |
| HSL | 299.29º | 0.59% | 0.28% | - |
| HSV(B) | 299.29º | 0.74% | 0.45% | - |
| XYZ | 10.5 | 5.74 | 16.78 | - |
| YUV | 64.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 115 | 0.01 | 0.74 | 0 | 0.55 | 299.29 | 0.59 | 0.28 |
| Hex | 72 | 1E | 73 | 1 | 4A | 0 | 37 | 12B | 3B | 1C |
| Octal | 162 | 36 | 163 | 1 | 112 | 0 | 67 | 453 | 73 | 34 |
| Binary | 1110010 | 11110 | 1110011 | 1 | 1001010 | 0 | 110111 | 100101011 | 111011 | 11100 |
Color Harmonies of #721E73
Complementary color
Monochromatic Colors of #721E73
Black with #721E73
Text Example
Text Example
White with #721E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E73; }
p { color: rgb(114,30,115); }
H1.HeaderClassName
{
color: #721E73;
}
.AnyTagClassName
{
color: #721E73;
}
</style>
background-color css
<style>
a { background-color: #721E73; }
a { background-color: rgb(114,30,115); }
div.DivClassName
{
background-color: #721E73;
}
.BgClassName
{
background-color: #721E73;
}
</style>
border-color css
<style>
span { border-color: #721E73; }
span { border-color: rgb(114,30,115); }
td.TdClassName
{
border-color: #721E73;
}
.TagClassName
{
border-color: #721E73;
}
</style>