Shades of Purple #720877
Tints of Purple #720877
RGB
CMYK
RGB Variations
Color information
#720877 (or 0x720877) is known color: Purple. HEX triplet: 72, 08 and 77. RGB value is (114,8,119). Sum of RGB (Red+Green+Blue) = 114+8+119=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #720877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720877 is #8DF788. Grayscale: #343434. Windows color (decimal): -9303945 or 7800946. OLE color: 7800946.
HSL color Cylindrical-coordinate representation of color #720877: hue angle of 297.3º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720877 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 8 | 119 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.53 |
| HSL | 297.3º | 0.87% | 0.25% | - |
| HSV(B) | 297.3º | 0.93% | 0.47% | - |
| XYZ | 10.36 | 5.08 | 17.89 | - |
| YUV | 52.35 | 165.62 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 119 | 0.04 | 0.93 | 0 | 0.53 | 297.3 | 0.87 | 0.25 |
| Hex | 72 | 8 | 77 | 4 | 5D | 0 | 35 | 129 | 57 | 19 |
| Octal | 162 | 10 | 167 | 4 | 135 | 0 | 65 | 451 | 127 | 31 |
| Binary | 1110010 | 1000 | 1110111 | 100 | 1011101 | 0 | 110101 | 100101001 | 1010111 | 11001 |
Color Harmonies of #720877
Complementary color
Monochromatic Colors of #720877
Black with #720877
Text Example
Text Example
White with #720877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720877; }
p { color: rgb(114,8,119); }
H1.HeaderClassName
{
color: #720877;
}
.AnyTagClassName
{
color: #720877;
}
</style>
background-color css
<style>
a { background-color: #720877; }
a { background-color: rgb(114,8,119); }
div.DivClassName
{
background-color: #720877;
}
.BgClassName
{
background-color: #720877;
}
</style>
border-color css
<style>
span { border-color: #720877; }
span { border-color: rgb(114,8,119); }
td.TdClassName
{
border-color: #720877;
}
.TagClassName
{
border-color: #720877;
}
</style>