Shades of Purple #721076
Tints of Purple #721076
RGB
CMYK
RGB Variations
Color information
#721076 (or 0x721076) is known color: Purple. HEX triplet: 72, 10 and 76. RGB value is (114,16,118). Sum of RGB (Red+Green+Blue) = 114+16+118=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #721076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721076 is #8DEF89. Grayscale: #383838. Windows color (decimal): -9301898 or 7737458. OLE color: 7737458.
HSL color Cylindrical-coordinate representation of color #721076: hue angle of 297.65º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721076 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 16 | 118 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.54 |
| HSL | 297.65º | 0.76% | 0.26% | - |
| HSV(B) | 297.65º | 0.86% | 0.46% | - |
| XYZ | 10.39 | 5.26 | 17.61 | - |
| YUV | 56.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 118 | 0.03 | 0.86 | 0 | 0.54 | 297.65 | 0.76 | 0.26 |
| Hex | 72 | 10 | 76 | 3 | 56 | 0 | 36 | 12A | 4C | 1A |
| Octal | 162 | 20 | 166 | 3 | 126 | 0 | 66 | 452 | 114 | 32 |
| Binary | 1110010 | 10000 | 1110110 | 11 | 1010110 | 0 | 110110 | 100101010 | 1001100 | 11010 |
Color Harmonies of #721076
Complementary color
Monochromatic Colors of #721076
Black with #721076
Text Example
Text Example
White with #721076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721076; }
p { color: rgb(114,16,118); }
H1.HeaderClassName
{
color: #721076;
}
.AnyTagClassName
{
color: #721076;
}
</style>
background-color css
<style>
a { background-color: #721076; }
a { background-color: rgb(114,16,118); }
div.DivClassName
{
background-color: #721076;
}
.BgClassName
{
background-color: #721076;
}
</style>
border-color css
<style>
span { border-color: #721076; }
span { border-color: rgb(114,16,118); }
td.TdClassName
{
border-color: #721076;
}
.TagClassName
{
border-color: #721076;
}
</style>