Shades of Purple #721088
Tints of Purple #721088
RGB
CMYK
RGB Variations
Color information
#721088 (or 0x721088) is known color: Purple. HEX triplet: 72, 10 and 88. RGB value is (114,16,136). Sum of RGB (Red+Green+Blue) = 114+16+136=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #721088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721088 is #8DEF77. Grayscale: #3A3A3A. Windows color (decimal): -9301880 or 8917106. OLE color: 8917106.
HSL color Cylindrical-coordinate representation of color #721088: hue angle of 289º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721088 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 16 | 136 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.47 |
| HSL | 289º | 0.79% | 0.3% | - |
| HSV(B) | 289º | 0.88% | 0.53% | - |
| XYZ | 11.57 | 5.73 | 23.79 | - |
| YUV | 58.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 136 | 0.16 | 0.88 | 0 | 0.47 | 289 | 0.79 | 0.3 |
| Hex | 72 | 10 | 88 | 10 | 58 | 0 | 2F | 121 | 4F | 1E |
| Octal | 162 | 20 | 210 | 20 | 130 | 0 | 57 | 441 | 117 | 36 |
| Binary | 1110010 | 10000 | 10001000 | 10000 | 1011000 | 0 | 101111 | 100100001 | 1001111 | 11110 |
Color Harmonies of #721088
Complementary color
Monochromatic Colors of #721088
Black with #721088
Text Example
Text Example
White with #721088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721088; }
p { color: rgb(114,16,136); }
H1.HeaderClassName
{
color: #721088;
}
.AnyTagClassName
{
color: #721088;
}
</style>
background-color css
<style>
a { background-color: #721088; }
a { background-color: rgb(114,16,136); }
div.DivClassName
{
background-color: #721088;
}
.BgClassName
{
background-color: #721088;
}
</style>
border-color css
<style>
span { border-color: #721088; }
span { border-color: rgb(114,16,136); }
td.TdClassName
{
border-color: #721088;
}
.TagClassName
{
border-color: #721088;
}
</style>