Shades of Purple #721170
Tints of Purple #721170
RGB
CMYK
RGB Variations
Color information
#721170 (or 0x721170) is known color: Purple. HEX triplet: 72, 11 and 70. RGB value is (114,17,112). Sum of RGB (Red+Green+Blue) = 114+17+112=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #721170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721170 is #8DEE8F. Grayscale: #383838. Windows color (decimal): -9301648 or 7344498. OLE color: 7344498.
HSL color Cylindrical-coordinate representation of color #721170: hue angle of 301.24º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721170 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 112 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.55 |
| HSL | 301.24º | 0.74% | 0.26% | - |
| HSV(B) | 301.24º | 0.85% | 0.45% | - |
| XYZ | 10.06 | 5.15 | 15.79 | - |
| YUV | 56.83 | 159.14 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 112 | 0 | 0.85 | 0.02 | 0.55 | 301.24 | 0.74 | 0.26 |
| Hex | 72 | 11 | 70 | 0 | 55 | 2 | 37 | 12D | 4A | 1A |
| Octal | 162 | 21 | 160 | 0 | 125 | 2 | 67 | 455 | 112 | 32 |
| Binary | 1110010 | 10001 | 1110000 | 0 | 1010101 | 10 | 110111 | 100101101 | 1001010 | 11010 |
Color Harmonies of #721170
Complementary color
Monochromatic Colors of #721170
Black with #721170
Text Example
Text Example
White with #721170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721170; }
p { color: rgb(114,17,112); }
H1.HeaderClassName
{
color: #721170;
}
.AnyTagClassName
{
color: #721170;
}
</style>
background-color css
<style>
a { background-color: #721170; }
a { background-color: rgb(114,17,112); }
div.DivClassName
{
background-color: #721170;
}
.BgClassName
{
background-color: #721170;
}
</style>
border-color css
<style>
span { border-color: #721170; }
span { border-color: rgb(114,17,112); }
td.TdClassName
{
border-color: #721170;
}
.TagClassName
{
border-color: #721170;
}
</style>