Shades of Purple #720E7E
Tints of Purple #720E7E
RGB
CMYK
RGB Variations
Color information
#720E7E (or 0x720E7E) is known color: Purple. HEX triplet: 72, 0E and 7E. RGB value is (114,14,126). Sum of RGB (Red+Green+Blue) = 114+14+126=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #720E7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E7E is #8DF181. Grayscale: #383838. Windows color (decimal): -9302402 or 8261234. OLE color: 8261234.
HSL color Cylindrical-coordinate representation of color #720E7E: hue angle of 293.57º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720E7E is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 14 | 126 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.51 |
| HSL | 293.57º | 0.8% | 0.27% | - |
| HSV(B) | 293.57º | 0.89% | 0.49% | - |
| XYZ | 10.86 | 5.4 | 20.21 | - |
| YUV | 56.67 | 167.13 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 126 | 0.10 | 0.89 | 0 | 0.51 | 293.57 | 0.8 | 0.27 |
| Hex | 72 | E | 7E | A | 59 | 0 | 33 | 126 | 50 | 1B |
| Octal | 162 | 16 | 176 | 12 | 131 | 0 | 63 | 446 | 120 | 33 |
| Binary | 1110010 | 1110 | 1111110 | 1010 | 1011001 | 0 | 110011 | 100100110 | 1010000 | 11011 |
Color Harmonies of #720E7E
Complementary color
Monochromatic Colors of #720E7E
Black with #720E7E
Text Example
Text Example
White with #720E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E7E; }
p { color: rgb(114,14,126); }
H1.HeaderClassName
{
color: #720E7E;
}
.AnyTagClassName
{
color: #720E7E;
}
</style>
background-color css
<style>
a { background-color: #720E7E; }
a { background-color: rgb(114,14,126); }
div.DivClassName
{
background-color: #720E7E;
}
.BgClassName
{
background-color: #720E7E;
}
</style>
border-color css
<style>
span { border-color: #720E7E; }
span { border-color: rgb(114,14,126); }
td.TdClassName
{
border-color: #720E7E;
}
.TagClassName
{
border-color: #720E7E;
}
</style>