Shades of Purple #720464
Tints of Purple #720464
RGB
CMYK
RGB Variations
Color information
#720464 (or 0x720464) is known color: Purple. HEX triplet: 72, 04 and 64. RGB value is (114,4,100). Sum of RGB (Red+Green+Blue) = 114+4+100=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #720464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720464 is #8DFB9B. Grayscale: #2F2F2F. Windows color (decimal): -9304988 or 6554738. OLE color: 6554738.
HSL color Cylindrical-coordinate representation of color #720464: hue angle of 307.64º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720464 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 4 | 100 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.55 |
| HSL | 307.64º | 0.93% | 0.23% | - |
| HSV(B) | 307.64º | 0.96% | 0.45% | - |
| XYZ | 9.28 | 4.58 | 12.45 | - |
| YUV | 47.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 4 | 100 | 0 | 0.96 | 0.12 | 0.55 | 307.64 | 0.93 | 0.23 |
| Hex | 72 | 4 | 64 | 0 | 60 | C | 37 | 134 | 5D | 17 |
| Octal | 162 | 4 | 144 | 0 | 140 | 14 | 67 | 464 | 135 | 27 |
| Binary | 1110010 | 100 | 1100100 | 0 | 1100000 | 1100 | 110111 | 100110100 | 1011101 | 10111 |
Color Harmonies of #720464
Complementary color
Monochromatic Colors of #720464
Black with #720464
Text Example
Text Example
White with #720464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720464; }
p { color: rgb(114,4,100); }
H1.HeaderClassName
{
color: #720464;
}
.AnyTagClassName
{
color: #720464;
}
</style>
background-color css
<style>
a { background-color: #720464; }
a { background-color: rgb(114,4,100); }
div.DivClassName
{
background-color: #720464;
}
.BgClassName
{
background-color: #720464;
}
</style>
border-color css
<style>
span { border-color: #720464; }
span { border-color: rgb(114,4,100); }
td.TdClassName
{
border-color: #720464;
}
.TagClassName
{
border-color: #720464;
}
</style>