Shades of Purple #721089
Tints of Purple #721089
RGB
CMYK
RGB Variations
Color information
#721089 (or 0x721089) is known color: Purple. HEX triplet: 72, 10 and 89. RGB value is (114,16,137). Sum of RGB (Red+Green+Blue) = 114+16+137=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #721089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721089 is #8DEF76. Grayscale: #3A3A3A. Windows color (decimal): -9301879 or 8982642. OLE color: 8982642.
HSL color Cylindrical-coordinate representation of color #721089: hue angle of 288.6º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721089 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 16 | 137 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.46 |
| HSL | 288.6º | 0.79% | 0.3% | - |
| HSV(B) | 288.6º | 0.88% | 0.54% | - |
| XYZ | 11.64 | 5.75 | 24.16 | - |
| YUV | 59.1 | 171.97 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 137 | 0.17 | 0.88 | 0 | 0.46 | 288.6 | 0.79 | 0.3 |
| Hex | 72 | 10 | 89 | 11 | 58 | 0 | 2E | 121 | 4F | 1E |
| Octal | 162 | 20 | 211 | 21 | 130 | 0 | 56 | 441 | 117 | 36 |
| Binary | 1110010 | 10000 | 10001001 | 10001 | 1011000 | 0 | 101110 | 100100001 | 1001111 | 11110 |
Color Harmonies of #721089
Complementary color
Monochromatic Colors of #721089
Black with #721089
Text Example
Text Example
White with #721089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721089; }
p { color: rgb(114,16,137); }
H1.HeaderClassName
{
color: #721089;
}
.AnyTagClassName
{
color: #721089;
}
</style>
background-color css
<style>
a { background-color: #721089; }
a { background-color: rgb(114,16,137); }
div.DivClassName
{
background-color: #721089;
}
.BgClassName
{
background-color: #721089;
}
</style>
border-color css
<style>
span { border-color: #721089; }
span { border-color: rgb(114,16,137); }
td.TdClassName
{
border-color: #721089;
}
.TagClassName
{
border-color: #721089;
}
</style>