Shades of Purple #720482
Tints of Purple #720482
RGB
CMYK
RGB Variations
Color information
#720482 (or 0x720482) is known color: Purple. HEX triplet: 72, 04 and 82. RGB value is (114,4,130). Sum of RGB (Red+Green+Blue) = 114+4+130=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #720482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720482 is #8DFB7D. Grayscale: #323232. Windows color (decimal): -9304958 or 8520818. OLE color: 8520818.
HSL color Cylindrical-coordinate representation of color #720482: hue angle of 292.38º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #720482 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 4 | 130 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.49 |
| HSL | 292.38º | 0.94% | 0.26% | - |
| HSV(B) | 292.38º | 0.97% | 0.51% | - |
| XYZ | 11.01 | 5.28 | 21.56 | - |
| YUV | 51.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 4 | 130 | 0.12 | 0.97 | 0 | 0.49 | 292.38 | 0.94 | 0.26 |
| Hex | 72 | 4 | 82 | C | 61 | 0 | 31 | 124 | 5E | 1A |
| Octal | 162 | 4 | 202 | 14 | 141 | 0 | 61 | 444 | 136 | 32 |
| Binary | 1110010 | 100 | 10000010 | 1100 | 1100001 | 0 | 110001 | 100100100 | 1011110 | 11010 |
Color Harmonies of #720482
Complementary color
Monochromatic Colors of #720482
Black with #720482
Text Example
Text Example
White with #720482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720482; }
p { color: rgb(114,4,130); }
H1.HeaderClassName
{
color: #720482;
}
.AnyTagClassName
{
color: #720482;
}
</style>
background-color css
<style>
a { background-color: #720482; }
a { background-color: rgb(114,4,130); }
div.DivClassName
{
background-color: #720482;
}
.BgClassName
{
background-color: #720482;
}
</style>
border-color css
<style>
span { border-color: #720482; }
span { border-color: rgb(114,4,130); }
td.TdClassName
{
border-color: #720482;
}
.TagClassName
{
border-color: #720482;
}
</style>