Shades of Purple #721075
Tints of Purple #721075
RGB
CMYK
RGB Variations
Color information
#721075 (or 0x721075) is known color: Purple. HEX triplet: 72, 10 and 75. RGB value is (114,16,117). Sum of RGB (Red+Green+Blue) = 114+16+117=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #721075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721075 is #8DEF8A. Grayscale: #383838. Windows color (decimal): -9301899 or 7671922. OLE color: 7671922.
HSL color Cylindrical-coordinate representation of color #721075: hue angle of 298.22º 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 #721075 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 16 | 117 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.54 |
| HSL | 298.22º | 0.76% | 0.26% | - |
| HSV(B) | 298.22º | 0.86% | 0.46% | - |
| XYZ | 10.34 | 5.23 | 17.29 | - |
| YUV | 56.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 117 | 0.03 | 0.86 | 0 | 0.54 | 298.22 | 0.76 | 0.26 |
| Hex | 72 | 10 | 75 | 3 | 56 | 0 | 36 | 12A | 4C | 1A |
| Octal | 162 | 20 | 165 | 3 | 126 | 0 | 66 | 452 | 114 | 32 |
| Binary | 1110010 | 10000 | 1110101 | 11 | 1010110 | 0 | 110110 | 100101010 | 1001100 | 11010 |
Color Harmonies of #721075
Complementary color
Monochromatic Colors of #721075
Black with #721075
Text Example
Text Example
White with #721075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721075; }
p { color: rgb(114,16,117); }
H1.HeaderClassName
{
color: #721075;
}
.AnyTagClassName
{
color: #721075;
}
</style>
background-color css
<style>
a { background-color: #721075; }
a { background-color: rgb(114,16,117); }
div.DivClassName
{
background-color: #721075;
}
.BgClassName
{
background-color: #721075;
}
</style>
border-color css
<style>
span { border-color: #721075; }
span { border-color: rgb(114,16,117); }
td.TdClassName
{
border-color: #721075;
}
.TagClassName
{
border-color: #721075;
}
</style>