Shades of Purple #720F90
Tints of Purple #720F90
RGB
CMYK
RGB Variations
Color information
#720F90 (or 0x720F90) is known color: Purple. HEX triplet: 72, 0F and 90. RGB value is (114,15,144). Sum of RGB (Red+Green+Blue) = 114+15+144=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #720F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720F90 is #8DF06F. Grayscale: #3A3A3A. Windows color (decimal): -9302128 or 9441138. OLE color: 9441138.
HSL color Cylindrical-coordinate representation of color #720F90: hue angle of 286.05º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720F90 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 15 | 144 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.44 |
| HSL | 286.05º | 0.81% | 0.31% | - |
| HSV(B) | 286.05º | 0.9% | 0.56% | - |
| XYZ | 12.14 | 5.93 | 26.89 | - |
| YUV | 59.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 144 | 0.21 | 0.90 | 0 | 0.44 | 286.05 | 0.81 | 0.31 |
| Hex | 72 | F | 90 | 15 | 5A | 0 | 2C | 11E | 51 | 1F |
| Octal | 162 | 17 | 220 | 25 | 132 | 0 | 54 | 436 | 121 | 37 |
| Binary | 1110010 | 1111 | 10010000 | 10101 | 1011010 | 0 | 101100 | 100011110 | 1010001 | 11111 |
Color Harmonies of #720F90
Complementary color
Monochromatic Colors of #720F90
Black with #720F90
Text Example
Text Example
White with #720F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720F90; }
p { color: rgb(114,15,144); }
H1.HeaderClassName
{
color: #720F90;
}
.AnyTagClassName
{
color: #720F90;
}
</style>
background-color css
<style>
a { background-color: #720F90; }
a { background-color: rgb(114,15,144); }
div.DivClassName
{
background-color: #720F90;
}
.BgClassName
{
background-color: #720F90;
}
</style>
border-color css
<style>
span { border-color: #720F90; }
span { border-color: rgb(114,15,144); }
td.TdClassName
{
border-color: #720F90;
}
.TagClassName
{
border-color: #720F90;
}
</style>