Shades of Purple #720262
Tints of Purple #720262
RGB
CMYK
RGB Variations
Color information
#720262 (or 0x720262) is known color: Purple. HEX triplet: 72, 02 and 62. RGB value is (114,2,98). Sum of RGB (Red+Green+Blue) = 114+2+98=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #720262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720262 is #8DFD9D. Grayscale: #2E2E2E. Windows color (decimal): -9305502 or 6423154. OLE color: 6423154.
HSL color Cylindrical-coordinate representation of color #720262: hue angle of 308.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720262 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 2 | 98 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.55 |
| HSL | 308.57º | 0.97% | 0.23% | - |
| HSV(B) | 308.57º | 0.98% | 0.45% | - |
| XYZ | 9.17 | 4.5 | 11.94 | - |
| YUV | 46.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 98 | 0 | 0.98 | 0.14 | 0.55 | 308.57 | 0.97 | 0.23 |
| Hex | 72 | 2 | 62 | 0 | 62 | E | 37 | 135 | 61 | 17 |
| Octal | 162 | 2 | 142 | 0 | 142 | 16 | 67 | 465 | 141 | 27 |
| Binary | 1110010 | 10 | 1100010 | 0 | 1100010 | 1110 | 110111 | 100110101 | 1100001 | 10111 |
Color Harmonies of #720262
Complementary color
Monochromatic Colors of #720262
Black with #720262
Text Example
Text Example
White with #720262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720262; }
p { color: rgb(114,2,98); }
H1.HeaderClassName
{
color: #720262;
}
.AnyTagClassName
{
color: #720262;
}
</style>
background-color css
<style>
a { background-color: #720262; }
a { background-color: rgb(114,2,98); }
div.DivClassName
{
background-color: #720262;
}
.BgClassName
{
background-color: #720262;
}
</style>
border-color css
<style>
span { border-color: #720262; }
span { border-color: rgb(114,2,98); }
td.TdClassName
{
border-color: #720262;
}
.TagClassName
{
border-color: #720262;
}
</style>