Shades of Purple #721083
Tints of Purple #721083
RGB
CMYK
RGB Variations
Color information
#721083 (or 0x721083) is known color: Purple. HEX triplet: 72, 10 and 83. RGB value is (114,16,131). Sum of RGB (Red+Green+Blue) = 114+16+131=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #721083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721083 is #8DEF7C. Grayscale: #3A3A3A. Windows color (decimal): -9301885 or 8589426. OLE color: 8589426.
HSL color Cylindrical-coordinate representation of color #721083: hue angle of 291.13º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721083 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 16 | 131 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.49 |
| HSL | 291.13º | 0.78% | 0.29% | - |
| HSV(B) | 291.13º | 0.88% | 0.51% | - |
| XYZ | 11.22 | 5.59 | 21.96 | - |
| YUV | 58.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 131 | 0.13 | 0.88 | 0 | 0.49 | 291.13 | 0.78 | 0.29 |
| Hex | 72 | 10 | 83 | D | 58 | 0 | 31 | 123 | 4E | 1D |
| Octal | 162 | 20 | 203 | 15 | 130 | 0 | 61 | 443 | 116 | 35 |
| Binary | 1110010 | 10000 | 10000011 | 1101 | 1011000 | 0 | 110001 | 100100011 | 1001110 | 11101 |
Color Harmonies of #721083
Complementary color
Monochromatic Colors of #721083
Black with #721083
Text Example
Text Example
White with #721083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721083; }
p { color: rgb(114,16,131); }
H1.HeaderClassName
{
color: #721083;
}
.AnyTagClassName
{
color: #721083;
}
</style>
background-color css
<style>
a { background-color: #721083; }
a { background-color: rgb(114,16,131); }
div.DivClassName
{
background-color: #721083;
}
.BgClassName
{
background-color: #721083;
}
</style>
border-color css
<style>
span { border-color: #721083; }
span { border-color: rgb(114,16,131); }
td.TdClassName
{
border-color: #721083;
}
.TagClassName
{
border-color: #721083;
}
</style>