Shades of Purple #720070
Tints of Purple #720070
RGB
CMYK
RGB Variations
Color information
#720070 (or 0x720070) is known color: Purple. HEX triplet: 72, 00 and 70. RGB value is (114,0,112). Sum of RGB (Red+Green+Blue) = 114+0+112=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #720070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720070 is #8DFF8F. Grayscale: #2E2E2E. Windows color (decimal): -9306000 or 7340146. OLE color: 7340146.
HSL color Cylindrical-coordinate representation of color #720070: hue angle of 301.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720070 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.02 | 0.55 |
| HSL | 301.05º | 1% | 0.22% | - |
| HSV(B) | 301.05º | 1% | 0.45% | - |
| XYZ | 9.86 | 4.75 | 15.73 | - |
| YUV | 46.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 112 | 0 | 1 | 0.02 | 0.55 | 301.05 | 1 | 0.22 |
| Hex | 72 | 0 | 70 | 0 | 64 | 2 | 37 | 12D | 64 | 16 |
| Octal | 162 | 0 | 160 | 0 | 144 | 2 | 67 | 455 | 144 | 26 |
| Binary | 1110010 | 0 | 1110000 | 0 | 1100100 | 10 | 110111 | 100101101 | 1100100 | 10110 |
Color Harmonies of #720070
Complementary color
Monochromatic Colors of #720070
Black with #720070
Text Example
Text Example
White with #720070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720070; }
p { color: rgb(114,0,112); }
H1.HeaderClassName
{
color: #720070;
}
.AnyTagClassName
{
color: #720070;
}
</style>
background-color css
<style>
a { background-color: #720070; }
a { background-color: rgb(114,0,112); }
div.DivClassName
{
background-color: #720070;
}
.BgClassName
{
background-color: #720070;
}
</style>
border-color css
<style>
span { border-color: #720070; }
span { border-color: rgb(114,0,112); }
td.TdClassName
{
border-color: #720070;
}
.TagClassName
{
border-color: #720070;
}
</style>