Shades of Purple #721578
Tints of Purple #721578
RGB
CMYK
RGB Variations
Color information
#721578 (or 0x721578) is known color: Purple. HEX triplet: 72, 15 and 78. RGB value is (114,21,120). Sum of RGB (Red+Green+Blue) = 114+21+120=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #721578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721578 is #8DEA87. Grayscale: #3B3B3B. Windows color (decimal): -9300616 or 7869810. OLE color: 7869810.
HSL color Cylindrical-coordinate representation of color #721578: hue angle of 296.36º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721578 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 21 | 120 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.53 |
| HSL | 296.36º | 0.7% | 0.28% | - |
| HSV(B) | 296.36º | 0.83% | 0.47% | - |
| XYZ | 10.6 | 5.47 | 18.27 | - |
| YUV | 60.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 120 | 0.05 | 0.83 | 0 | 0.53 | 296.36 | 0.7 | 0.28 |
| Hex | 72 | 15 | 78 | 5 | 53 | 0 | 35 | 128 | 46 | 1C |
| Octal | 162 | 25 | 170 | 5 | 123 | 0 | 65 | 450 | 106 | 34 |
| Binary | 1110010 | 10101 | 1111000 | 101 | 1010011 | 0 | 110101 | 100101000 | 1000110 | 11100 |
Color Harmonies of #721578
Complementary color
Monochromatic Colors of #721578
Black with #721578
Text Example
Text Example
White with #721578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721578; }
p { color: rgb(114,21,120); }
H1.HeaderClassName
{
color: #721578;
}
.AnyTagClassName
{
color: #721578;
}
</style>
background-color css
<style>
a { background-color: #721578; }
a { background-color: rgb(114,21,120); }
div.DivClassName
{
background-color: #721578;
}
.BgClassName
{
background-color: #721578;
}
</style>
border-color css
<style>
span { border-color: #721578; }
span { border-color: rgb(114,21,120); }
td.TdClassName
{
border-color: #721578;
}
.TagClassName
{
border-color: #721578;
}
</style>