Shades of Purple #720279
Tints of Purple #720279
RGB
CMYK
RGB Variations
Color information
#720279 (or 0x720279) is known color: Purple. HEX triplet: 72, 02 and 79. RGB value is (114,2,121). Sum of RGB (Red+Green+Blue) = 114+2+121=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #720279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720279 is #8DFD86. Grayscale: #303030. Windows color (decimal): -9305479 or 7930482. OLE color: 7930482.
HSL color Cylindrical-coordinate representation of color #720279: hue angle of 296.47º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720279 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 2 | 121 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.53 |
| HSL | 296.47º | 0.97% | 0.24% | - |
| HSV(B) | 296.47º | 0.98% | 0.47% | - |
| XYZ | 10.41 | 5 | 18.51 | - |
| YUV | 49.05 | 168.61 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 121 | 0.06 | 0.98 | 0 | 0.53 | 296.47 | 0.97 | 0.24 |
| Hex | 72 | 2 | 79 | 6 | 62 | 0 | 35 | 128 | 61 | 18 |
| Octal | 162 | 2 | 171 | 6 | 142 | 0 | 65 | 450 | 141 | 30 |
| Binary | 1110010 | 10 | 1111001 | 110 | 1100010 | 0 | 110101 | 100101000 | 1100001 | 11000 |
Color Harmonies of #720279
Complementary color
Monochromatic Colors of #720279
Black with #720279
Text Example
Text Example
White with #720279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720279; }
p { color: rgb(114,2,121); }
H1.HeaderClassName
{
color: #720279;
}
.AnyTagClassName
{
color: #720279;
}
</style>
background-color css
<style>
a { background-color: #720279; }
a { background-color: rgb(114,2,121); }
div.DivClassName
{
background-color: #720279;
}
.BgClassName
{
background-color: #720279;
}
</style>
border-color css
<style>
span { border-color: #720279; }
span { border-color: rgb(114,2,121); }
td.TdClassName
{
border-color: #720279;
}
.TagClassName
{
border-color: #720279;
}
</style>