Shades of Purple #720D7A
Tints of Purple #720D7A
RGB
CMYK
RGB Variations
Color information
#720D7A (or 0x720D7A) is known color: Purple. HEX triplet: 72, 0D and 7A. RGB value is (114,13,122). Sum of RGB (Red+Green+Blue) = 114+13+122=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #720D7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720D7A is #8DF285. Grayscale: #373737. Windows color (decimal): -9302662 or 7998834. OLE color: 7998834.
HSL color Cylindrical-coordinate representation of color #720D7A: hue angle of 295.6º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720D7A is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 13 | 122 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.52 |
| HSL | 295.6º | 0.81% | 0.26% | - |
| HSV(B) | 295.6º | 0.89% | 0.48% | - |
| XYZ | 10.6 | 5.27 | 18.87 | - |
| YUV | 55.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 122 | 0.07 | 0.89 | 0 | 0.52 | 295.6 | 0.81 | 0.26 |
| Hex | 72 | D | 7A | 7 | 59 | 0 | 34 | 128 | 51 | 1A |
| Octal | 162 | 15 | 172 | 7 | 131 | 0 | 64 | 450 | 121 | 32 |
| Binary | 1110010 | 1101 | 1111010 | 111 | 1011001 | 0 | 110100 | 100101000 | 1010001 | 11010 |
Color Harmonies of #720D7A
Complementary color
Monochromatic Colors of #720D7A
Black with #720D7A
Text Example
Text Example
White with #720D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D7A; }
p { color: rgb(114,13,122); }
H1.HeaderClassName
{
color: #720D7A;
}
.AnyTagClassName
{
color: #720D7A;
}
</style>
background-color css
<style>
a { background-color: #720D7A; }
a { background-color: rgb(114,13,122); }
div.DivClassName
{
background-color: #720D7A;
}
.BgClassName
{
background-color: #720D7A;
}
</style>
border-color css
<style>
span { border-color: #720D7A; }
span { border-color: rgb(114,13,122); }
td.TdClassName
{
border-color: #720D7A;
}
.TagClassName
{
border-color: #720D7A;
}
</style>