Shades of Purple #720D6B
Tints of Purple #720D6B
RGB
CMYK
RGB Variations
Color information
#720D6B (or 0x720D6B) is known color: Purple. HEX triplet: 72, 0D and 6B. RGB value is (114,13,107). Sum of RGB (Red+Green+Blue) = 114+13+107=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #720D6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720D6B is #8DF294. Grayscale: #353535. Windows color (decimal): -9302677 or 7015794. OLE color: 7015794.
HSL color Cylindrical-coordinate representation of color #720D6B: hue angle of 304.16º 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 #720D6B is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 13 | 107 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.55 |
| HSL | 304.16º | 0.8% | 0.25% | - |
| HSV(B) | 304.16º | 0.89% | 0.45% | - |
| XYZ | 9.74 | 4.93 | 14.35 | - |
| YUV | 53.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 107 | 0 | 0.89 | 0.06 | 0.55 | 304.16 | 0.8 | 0.25 |
| Hex | 72 | D | 6B | 0 | 59 | 6 | 37 | 130 | 50 | 19 |
| Octal | 162 | 15 | 153 | 0 | 131 | 6 | 67 | 460 | 120 | 31 |
| Binary | 1110010 | 1101 | 1101011 | 0 | 1011001 | 110 | 110111 | 100110000 | 1010000 | 11001 |
Color Harmonies of #720D6B
Complementary color
Monochromatic Colors of #720D6B
Black with #720D6B
Text Example
Text Example
White with #720D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720D6B; }
p { color: rgb(114,13,107); }
H1.HeaderClassName
{
color: #720D6B;
}
.AnyTagClassName
{
color: #720D6B;
}
</style>
background-color css
<style>
a { background-color: #720D6B; }
a { background-color: rgb(114,13,107); }
div.DivClassName
{
background-color: #720D6B;
}
.BgClassName
{
background-color: #720D6B;
}
</style>
border-color css
<style>
span { border-color: #720D6B; }
span { border-color: rgb(114,13,107); }
td.TdClassName
{
border-color: #720D6B;
}
.TagClassName
{
border-color: #720D6B;
}
</style>