Shades of Purple #720786
Tints of Purple #720786
RGB
CMYK
RGB Variations
Color information
#720786 (or 0x720786) is known color: Purple. HEX triplet: 72, 07 and 86. RGB value is (114,7,134). Sum of RGB (Red+Green+Blue) = 114+7+134=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #720786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720786 is #8DF879. Grayscale: #353535. Windows color (decimal): -9304186 or 8783730. OLE color: 8783730.
HSL color Cylindrical-coordinate representation of color #720786: hue angle of 290.55º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720786 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 7 | 134 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.47 |
| HSL | 290.55º | 0.9% | 0.28% | - |
| HSV(B) | 290.55º | 0.95% | 0.53% | - |
| XYZ | 11.32 | 5.45 | 23.01 | - |
| YUV | 53.47 | 173.45 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 7 | 134 | 0.15 | 0.95 | 0 | 0.47 | 290.55 | 0.9 | 0.28 |
| Hex | 72 | 7 | 86 | F | 5F | 0 | 2F | 123 | 5A | 1C |
| Octal | 162 | 7 | 206 | 17 | 137 | 0 | 57 | 443 | 132 | 34 |
| Binary | 1110010 | 111 | 10000110 | 1111 | 1011111 | 0 | 101111 | 100100011 | 1011010 | 11100 |
Color Harmonies of #720786
Complementary color
Monochromatic Colors of #720786
Black with #720786
Text Example
Text Example
White with #720786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720786; }
p { color: rgb(114,7,134); }
H1.HeaderClassName
{
color: #720786;
}
.AnyTagClassName
{
color: #720786;
}
</style>
background-color css
<style>
a { background-color: #720786; }
a { background-color: rgb(114,7,134); }
div.DivClassName
{
background-color: #720786;
}
.BgClassName
{
background-color: #720786;
}
</style>
border-color css
<style>
span { border-color: #720786; }
span { border-color: rgb(114,7,134); }
td.TdClassName
{
border-color: #720786;
}
.TagClassName
{
border-color: #720786;
}
</style>