Shades of Purple #721579
Tints of Purple #721579
RGB
CMYK
RGB Variations
Color information
#721579 (or 0x721579) is known color: Purple. HEX triplet: 72, 15 and 79. RGB value is (114,21,121). Sum of RGB (Red+Green+Blue) = 114+21+121=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #721579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721579 is #8DEA86. Grayscale: #3B3B3B. Windows color (decimal): -9300615 or 7935346. OLE color: 7935346.
HSL color Cylindrical-coordinate representation of color #721579: hue angle of 295.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721579 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 21 | 121 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.53 |
| HSL | 295.8º | 0.7% | 0.28% | - |
| HSV(B) | 295.8º | 0.83% | 0.47% | - |
| XYZ | 10.66 | 5.49 | 18.59 | - |
| YUV | 60.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 121 | 0.06 | 0.83 | 0 | 0.53 | 295.8 | 0.7 | 0.28 |
| Hex | 72 | 15 | 79 | 6 | 53 | 0 | 35 | 128 | 46 | 1C |
| Octal | 162 | 25 | 171 | 6 | 123 | 0 | 65 | 450 | 106 | 34 |
| Binary | 1110010 | 10101 | 1111001 | 110 | 1010011 | 0 | 110101 | 100101000 | 1000110 | 11100 |
Color Harmonies of #721579
Complementary color
Monochromatic Colors of #721579
Black with #721579
Text Example
Text Example
White with #721579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721579; }
p { color: rgb(114,21,121); }
H1.HeaderClassName
{
color: #721579;
}
.AnyTagClassName
{
color: #721579;
}
</style>
background-color css
<style>
a { background-color: #721579; }
a { background-color: rgb(114,21,121); }
div.DivClassName
{
background-color: #721579;
}
.BgClassName
{
background-color: #721579;
}
</style>
border-color css
<style>
span { border-color: #721579; }
span { border-color: rgb(114,21,121); }
td.TdClassName
{
border-color: #721579;
}
.TagClassName
{
border-color: #721579;
}
</style>