Shades of Purple #720072
Tints of Purple #720072
RGB
CMYK
RGB Variations
Color information
#720072 (or 0x720072) is known color: Purple. HEX triplet: 72, 00 and 72. RGB value is (114,0,114). Sum of RGB (Red+Green+Blue) = 114+0+114=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #720072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720072 is #8DFF8D. Grayscale: #2E2E2E. Windows color (decimal): -9305998 or 7471218. OLE color: 7471218.
HSL color Cylindrical-coordinate representation of color #720072: hue angle of 300º 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 #720072 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 114 | - |
| CMYK | 0 | 1 | 0 | 0.55 |
| HSL | 300º | 1% | 0.22% | - |
| HSV(B) | 300º | 1% | 0.45% | - |
| XYZ | 9.98 | 4.79 | 16.32 | - |
| YUV | 47.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 114 | 0 | 1 | 0 | 0.55 | 300 | 1 | 0.22 |
| Hex | 72 | 0 | 72 | 0 | 64 | 0 | 37 | 12C | 64 | 16 |
| Octal | 162 | 0 | 162 | 0 | 144 | 0 | 67 | 454 | 144 | 26 |
| Binary | 1110010 | 0 | 1110010 | 0 | 1100100 | 0 | 110111 | 100101100 | 1100100 | 10110 |
Color Harmonies of #720072
Complementary color
Monochromatic Colors of #720072
Black with #720072
Text Example
Text Example
White with #720072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720072; }
p { color: rgb(114,0,114); }
H1.HeaderClassName
{
color: #720072;
}
.AnyTagClassName
{
color: #720072;
}
</style>
background-color css
<style>
a { background-color: #720072; }
a { background-color: rgb(114,0,114); }
div.DivClassName
{
background-color: #720072;
}
.BgClassName
{
background-color: #720072;
}
</style>
border-color css
<style>
span { border-color: #720072; }
span { border-color: rgb(114,0,114); }
td.TdClassName
{
border-color: #720072;
}
.TagClassName
{
border-color: #720072;
}
</style>