Shades of Purple #720090
Tints of Purple #720090
RGB
CMYK
RGB Variations
Color information
#720090 (or 0x720090) is known color: Purple. HEX triplet: 72, 00 and 90. RGB value is (114,0,144). Sum of RGB (Red+Green+Blue) = 114+0+144=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #720090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720090 is #8DFF6F. Grayscale: #323232. Windows color (decimal): -9305968 or 9437298. OLE color: 9437298.
HSL color Cylindrical-coordinate representation of color #720090: hue angle of 287.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720090 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 0 | 144 | - |
| CMYK | 0.21 | 1 | 0 | 0.44 |
| HSL | 287.5º | 1% | 0.28% | - |
| HSV(B) | 287.5º | 1% | 0.56% | - |
| XYZ | 11.97 | 5.59 | 26.83 | - |
| YUV | 50.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 144 | 0.21 | 1 | 0 | 0.44 | 287.5 | 1 | 0.28 |
| Hex | 72 | 0 | 90 | 15 | 64 | 0 | 2C | 120 | 64 | 1C |
| Octal | 162 | 0 | 220 | 25 | 144 | 0 | 54 | 440 | 144 | 34 |
| Binary | 1110010 | 0 | 10010000 | 10101 | 1100100 | 0 | 101100 | 100100000 | 1100100 | 11100 |
Color Harmonies of #720090
Complementary color
Monochromatic Colors of #720090
Black with #720090
Text Example
Text Example
White with #720090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720090; }
p { color: rgb(114,0,144); }
H1.HeaderClassName
{
color: #720090;
}
.AnyTagClassName
{
color: #720090;
}
</style>
background-color css
<style>
a { background-color: #720090; }
a { background-color: rgb(114,0,144); }
div.DivClassName
{
background-color: #720090;
}
.BgClassName
{
background-color: #720090;
}
</style>
border-color css
<style>
span { border-color: #720090; }
span { border-color: rgb(114,0,144); }
td.TdClassName
{
border-color: #720090;
}
.TagClassName
{
border-color: #720090;
}
</style>