Shades of Purple #720D6F
Tints of Purple #720D6F
RGB
CMYK
RGB Variations
Color information
#720D6F (or 0x720D6F) is known color: Purple. HEX triplet: 72, 0D and 6F. RGB value is (114,13,111). Sum of RGB (Red+Green+Blue) = 114+13+111=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #720D6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720D6F is #8DF290. Grayscale: #363636. Windows color (decimal): -9302673 or 7277938. OLE color: 7277938.
HSL color Cylindrical-coordinate representation of color #720D6F: hue angle of 301.78º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720D6F is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 111 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.55 |
| HSL | 301.78º | 0.8% | 0.25% | - |
| HSV(B) | 301.78º | 0.89% | 0.45% | - |
| XYZ | 9.95 | 5.01 | 15.48 | - |
| YUV | 54.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 111 | 0 | 0.89 | 0.03 | 0.55 | 301.78 | 0.8 | 0.25 |
| Hex | 72 | D | 6F | 0 | 59 | 3 | 37 | 12E | 50 | 19 |
| Octal | 162 | 15 | 157 | 0 | 131 | 3 | 67 | 456 | 120 | 31 |
| Binary | 1110010 | 1101 | 1101111 | 0 | 1011001 | 11 | 110111 | 100101110 | 1010000 | 11001 |
Color Harmonies of #720D6F
Complementary color
Monochromatic Colors of #720D6F
Black with #720D6F
Text Example
Text Example
White with #720D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D6F; }
p { color: rgb(114,13,111); }
H1.HeaderClassName
{
color: #720D6F;
}
.AnyTagClassName
{
color: #720D6F;
}
</style>
background-color css
<style>
a { background-color: #720D6F; }
a { background-color: rgb(114,13,111); }
div.DivClassName
{
background-color: #720D6F;
}
.BgClassName
{
background-color: #720D6F;
}
</style>
border-color css
<style>
span { border-color: #720D6F; }
span { border-color: rgb(114,13,111); }
td.TdClassName
{
border-color: #720D6F;
}
.TagClassName
{
border-color: #720D6F;
}
</style>