Shades of Purple #720581
Tints of Purple #720581
RGB
CMYK
RGB Variations
Color information
#720581 (or 0x720581) is known color: Purple. HEX triplet: 72, 05 and 81. RGB value is (114,5,129). Sum of RGB (Red+Green+Blue) = 114+5+129=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #720581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720581 is #8DFA7E. Grayscale: #333333. Windows color (decimal): -9304703 or 8455538. OLE color: 8455538.
HSL color Cylindrical-coordinate representation of color #720581: hue angle of 292.74º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720581 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 5 | 129 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.49 |
| HSL | 292.74º | 0.93% | 0.26% | - |
| HSV(B) | 292.74º | 0.96% | 0.51% | - |
| XYZ | 10.96 | 5.27 | 21.21 | - |
| YUV | 51.73 | 171.61 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 129 | 0.12 | 0.96 | 0 | 0.49 | 292.74 | 0.93 | 0.26 |
| Hex | 72 | 5 | 81 | C | 60 | 0 | 31 | 125 | 5D | 1A |
| Octal | 162 | 5 | 201 | 14 | 140 | 0 | 61 | 445 | 135 | 32 |
| Binary | 1110010 | 101 | 10000001 | 1100 | 1100000 | 0 | 110001 | 100100101 | 1011101 | 11010 |
Color Harmonies of #720581
Complementary color
Monochromatic Colors of #720581
Black with #720581
Text Example
Text Example
White with #720581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720581; }
p { color: rgb(114,5,129); }
H1.HeaderClassName
{
color: #720581;
}
.AnyTagClassName
{
color: #720581;
}
</style>
background-color css
<style>
a { background-color: #720581; }
a { background-color: rgb(114,5,129); }
div.DivClassName
{
background-color: #720581;
}
.BgClassName
{
background-color: #720581;
}
</style>
border-color css
<style>
span { border-color: #720581; }
span { border-color: rgb(114,5,129); }
td.TdClassName
{
border-color: #720581;
}
.TagClassName
{
border-color: #720581;
}
</style>