Shades of Purple #720E85
Tints of Purple #720E85
RGB
CMYK
RGB Variations
Color information
#720E85 (or 0x720E85) is known color: Purple. HEX triplet: 72, 0E and 85. RGB value is (114,14,133). Sum of RGB (Red+Green+Blue) = 114+14+133=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #720E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720E85 is #8DF17A. Grayscale: #393939. Windows color (decimal): -9302395 or 8719986. OLE color: 8719986.
HSL color Cylindrical-coordinate representation of color #720E85: hue angle of 290.42º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720E85 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 14 | 133 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.48 |
| HSL | 290.42º | 0.81% | 0.29% | - |
| HSV(B) | 290.42º | 0.89% | 0.52% | - |
| XYZ | 11.33 | 5.58 | 22.67 | - |
| YUV | 57.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 133 | 0.14 | 0.89 | 0 | 0.48 | 290.42 | 0.81 | 0.29 |
| Hex | 72 | E | 85 | E | 59 | 0 | 30 | 122 | 51 | 1D |
| Octal | 162 | 16 | 205 | 16 | 131 | 0 | 60 | 442 | 121 | 35 |
| Binary | 1110010 | 1110 | 10000101 | 1110 | 1011001 | 0 | 110000 | 100100010 | 1010001 | 11101 |
Color Harmonies of #720E85
Complementary color
Monochromatic Colors of #720E85
Black with #720E85
Text Example
Text Example
White with #720E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E85; }
p { color: rgb(114,14,133); }
H1.HeaderClassName
{
color: #720E85;
}
.AnyTagClassName
{
color: #720E85;
}
</style>
background-color css
<style>
a { background-color: #720E85; }
a { background-color: rgb(114,14,133); }
div.DivClassName
{
background-color: #720E85;
}
.BgClassName
{
background-color: #720E85;
}
</style>
border-color css
<style>
span { border-color: #720E85; }
span { border-color: rgb(114,14,133); }
td.TdClassName
{
border-color: #720E85;
}
.TagClassName
{
border-color: #720E85;
}
</style>