Shades of Purple #721289
Tints of Purple #721289
RGB
CMYK
RGB Variations
Color information
#721289 (or 0x721289) is known color: Purple. HEX triplet: 72, 12 and 89. RGB value is (114,18,137). Sum of RGB (Red+Green+Blue) = 114+18+137=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #721289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721289 is #8DED76. Grayscale: #3B3B3B. Windows color (decimal): -9301367 or 8983154. OLE color: 8983154.
HSL color Cylindrical-coordinate representation of color #721289: hue angle of 288.4º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721289 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 18 | 137 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.46 |
| HSL | 288.4º | 0.77% | 0.3% | - |
| HSV(B) | 288.4º | 0.87% | 0.54% | - |
| XYZ | 11.67 | 5.82 | 24.17 | - |
| YUV | 60.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 137 | 0.17 | 0.87 | 0 | 0.46 | 288.4 | 0.77 | 0.3 |
| Hex | 72 | 12 | 89 | 11 | 57 | 0 | 2E | 120 | 4D | 1E |
| Octal | 162 | 22 | 211 | 21 | 127 | 0 | 56 | 440 | 115 | 36 |
| Binary | 1110010 | 10010 | 10001001 | 10001 | 1010111 | 0 | 101110 | 100100000 | 1001101 | 11110 |
Color Harmonies of #721289
Complementary color
Monochromatic Colors of #721289
Black with #721289
Text Example
Text Example
White with #721289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721289; }
p { color: rgb(114,18,137); }
H1.HeaderClassName
{
color: #721289;
}
.AnyTagClassName
{
color: #721289;
}
</style>
background-color css
<style>
a { background-color: #721289; }
a { background-color: rgb(114,18,137); }
div.DivClassName
{
background-color: #721289;
}
.BgClassName
{
background-color: #721289;
}
</style>
border-color css
<style>
span { border-color: #721289; }
span { border-color: rgb(114,18,137); }
td.TdClassName
{
border-color: #721289;
}
.TagClassName
{
border-color: #721289;
}
</style>