Shades of Purple #720881
Tints of Purple #720881
RGB
CMYK
RGB Variations
Color information
#720881 (or 0x720881) is known color: Purple. HEX triplet: 72, 08 and 81. RGB value is (114,8,129). Sum of RGB (Red+Green+Blue) = 114+8+129=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #720881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720881 is #8DF77E. Grayscale: #353535. Windows color (decimal): -9303935 or 8456306. OLE color: 8456306.
HSL color Cylindrical-coordinate representation of color #720881: hue angle of 292.56º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720881 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 8 | 129 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.49 |
| HSL | 292.56º | 0.88% | 0.27% | - |
| HSV(B) | 292.56º | 0.94% | 0.51% | - |
| XYZ | 10.99 | 5.34 | 21.22 | - |
| YUV | 53.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 129 | 0.12 | 0.94 | 0 | 0.49 | 292.56 | 0.88 | 0.27 |
| Hex | 72 | 8 | 81 | C | 5E | 0 | 31 | 125 | 58 | 1B |
| Octal | 162 | 10 | 201 | 14 | 136 | 0 | 61 | 445 | 130 | 33 |
| Binary | 1110010 | 1000 | 10000001 | 1100 | 1011110 | 0 | 110001 | 100100101 | 1011000 | 11011 |
Color Harmonies of #720881
Complementary color
Monochromatic Colors of #720881
Black with #720881
Text Example
Text Example
White with #720881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720881; }
p { color: rgb(114,8,129); }
H1.HeaderClassName
{
color: #720881;
}
.AnyTagClassName
{
color: #720881;
}
</style>
background-color css
<style>
a { background-color: #720881; }
a { background-color: rgb(114,8,129); }
div.DivClassName
{
background-color: #720881;
}
.BgClassName
{
background-color: #720881;
}
</style>
border-color css
<style>
span { border-color: #720881; }
span { border-color: rgb(114,8,129); }
td.TdClassName
{
border-color: #720881;
}
.TagClassName
{
border-color: #720881;
}
</style>