Shades of Purple #720062
Tints of Purple #720062
RGB
CMYK
RGB Variations
Color information
#720062 (or 0x720062) is known color: Purple. HEX triplet: 72, 00 and 62. RGB value is (114,0,98). Sum of RGB (Red+Green+Blue) = 114+0+98=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #720062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720062 is #8DFF9D. Grayscale: #2C2C2C. Windows color (decimal): -9306014 or 6422642. OLE color: 6422642.
HSL color Cylindrical-coordinate representation of color #720062: hue angle of 308.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720062 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.14 | 0.55 |
| HSL | 308.42º | 1% | 0.22% | - |
| HSV(B) | 308.42º | 1% | 0.45% | - |
| XYZ | 9.14 | 4.46 | 11.93 | - |
| YUV | 45.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 98 | 0 | 1 | 0.14 | 0.55 | 308.42 | 1 | 0.22 |
| Hex | 72 | 0 | 62 | 0 | 64 | E | 37 | 134 | 64 | 16 |
| Octal | 162 | 0 | 142 | 0 | 144 | 16 | 67 | 464 | 144 | 26 |
| Binary | 1110010 | 0 | 1100010 | 0 | 1100100 | 1110 | 110111 | 100110100 | 1100100 | 10110 |
Color Harmonies of #720062
Complementary color
Monochromatic Colors of #720062
Black with #720062
Text Example
Text Example
White with #720062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720062; }
p { color: rgb(114,0,98); }
H1.HeaderClassName
{
color: #720062;
}
.AnyTagClassName
{
color: #720062;
}
</style>
background-color css
<style>
a { background-color: #720062; }
a { background-color: rgb(114,0,98); }
div.DivClassName
{
background-color: #720062;
}
.BgClassName
{
background-color: #720062;
}
</style>
border-color css
<style>
span { border-color: #720062; }
span { border-color: rgb(114,0,98); }
td.TdClassName
{
border-color: #720062;
}
.TagClassName
{
border-color: #720062;
}
</style>