Shades of Purple #720286
Tints of Purple #720286
RGB
CMYK
RGB Variations
Color information
#720286 (or 0x720286) is known color: Purple. HEX triplet: 72, 02 and 86. RGB value is (114,2,134). Sum of RGB (Red+Green+Blue) = 114+2+134=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #720286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720286 is #8DFD79. Grayscale: #323232. Windows color (decimal): -9305466 or 8782450. OLE color: 8782450.
HSL color Cylindrical-coordinate representation of color #720286: hue angle of 290.91º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720286 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 2 | 134 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.47 |
| HSL | 290.91º | 0.97% | 0.27% | - |
| HSV(B) | 290.91º | 0.99% | 0.53% | - |
| XYZ | 11.26 | 5.34 | 22.99 | - |
| YUV | 50.54 | 175.11 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 134 | 0.15 | 0.99 | 0 | 0.47 | 290.91 | 0.97 | 0.27 |
| Hex | 72 | 2 | 86 | F | 63 | 0 | 2F | 123 | 61 | 1B |
| Octal | 162 | 2 | 206 | 17 | 143 | 0 | 57 | 443 | 141 | 33 |
| Binary | 1110010 | 10 | 10000110 | 1111 | 1100011 | 0 | 101111 | 100100011 | 1100001 | 11011 |
Color Harmonies of #720286
Complementary color
Monochromatic Colors of #720286
Black with #720286
Text Example
Text Example
White with #720286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720286; }
p { color: rgb(114,2,134); }
H1.HeaderClassName
{
color: #720286;
}
.AnyTagClassName
{
color: #720286;
}
</style>
background-color css
<style>
a { background-color: #720286; }
a { background-color: rgb(114,2,134); }
div.DivClassName
{
background-color: #720286;
}
.BgClassName
{
background-color: #720286;
}
</style>
border-color css
<style>
span { border-color: #720286; }
span { border-color: rgb(114,2,134); }
td.TdClassName
{
border-color: #720286;
}
.TagClassName
{
border-color: #720286;
}
</style>