Shades of Purple #720061
Tints of Purple #720061
RGB
CMYK
RGB Variations
Color information
#720061 (or 0x720061) is known color: Purple. HEX triplet: 72, 00 and 61. RGB value is (114,0,97). Sum of RGB (Red+Green+Blue) = 114+0+97=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #720061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720061 is #8DFF9E. Grayscale: #2C2C2C. Windows color (decimal): -9306015 or 6357106. OLE color: 6357106.
HSL color Cylindrical-coordinate representation of color #720061: hue angle of 308.95º 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 #720061 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.15 | 0.55 |
| HSL | 308.95º | 1% | 0.22% | - |
| HSV(B) | 308.95º | 1% | 0.45% | - |
| XYZ | 9.1 | 4.44 | 11.69 | - |
| YUV | 45.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 97 | 0 | 1 | 0.15 | 0.55 | 308.95 | 1 | 0.22 |
| Hex | 72 | 0 | 61 | 0 | 64 | F | 37 | 135 | 64 | 16 |
| Octal | 162 | 0 | 141 | 0 | 144 | 17 | 67 | 465 | 144 | 26 |
| Binary | 1110010 | 0 | 1100001 | 0 | 1100100 | 1111 | 110111 | 100110101 | 1100100 | 10110 |
Color Harmonies of #720061
Complementary color
Monochromatic Colors of #720061
Black with #720061
Text Example
Text Example
White with #720061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720061; }
p { color: rgb(114,0,97); }
H1.HeaderClassName
{
color: #720061;
}
.AnyTagClassName
{
color: #720061;
}
</style>
background-color css
<style>
a { background-color: #720061; }
a { background-color: rgb(114,0,97); }
div.DivClassName
{
background-color: #720061;
}
.BgClassName
{
background-color: #720061;
}
</style>
border-color css
<style>
span { border-color: #720061; }
span { border-color: rgb(114,0,97); }
td.TdClassName
{
border-color: #720061;
}
.TagClassName
{
border-color: #720061;
}
</style>