Shades of Purple #720B90
Tints of Purple #720B90
RGB
CMYK
RGB Variations
Color information
#720B90 (or 0x720B90) is known color: Purple. HEX triplet: 72, 0B and 90. RGB value is (114,11,144). Sum of RGB (Red+Green+Blue) = 114+11+144=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #720B90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720B90 is #8DF46F. Grayscale: #383838. Windows color (decimal): -9303152 or 9440114. OLE color: 9440114.
HSL color Cylindrical-coordinate representation of color #720B90: hue angle of 286.47º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720B90 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 11 | 144 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.44 |
| HSL | 286.47º | 0.86% | 0.3% | - |
| HSV(B) | 286.47º | 0.92% | 0.56% | - |
| XYZ | 12.09 | 5.83 | 26.87 | - |
| YUV | 56.96 | 177.12 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 144 | 0.21 | 0.92 | 0 | 0.44 | 286.47 | 0.86 | 0.3 |
| Hex | 72 | B | 90 | 15 | 5C | 0 | 2C | 11E | 56 | 1E |
| Octal | 162 | 13 | 220 | 25 | 134 | 0 | 54 | 436 | 126 | 36 |
| Binary | 1110010 | 1011 | 10010000 | 10101 | 1011100 | 0 | 101100 | 100011110 | 1010110 | 11110 |
Color Harmonies of #720B90
Complementary color
Monochromatic Colors of #720B90
Black with #720B90
Text Example
Text Example
White with #720B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B90; }
p { color: rgb(114,11,144); }
H1.HeaderClassName
{
color: #720B90;
}
.AnyTagClassName
{
color: #720B90;
}
</style>
background-color css
<style>
a { background-color: #720B90; }
a { background-color: rgb(114,11,144); }
div.DivClassName
{
background-color: #720B90;
}
.BgClassName
{
background-color: #720B90;
}
</style>
border-color css
<style>
span { border-color: #720B90; }
span { border-color: rgb(114,11,144); }
td.TdClassName
{
border-color: #720B90;
}
.TagClassName
{
border-color: #720B90;
}
</style>