Shades of Purple #721586
Tints of Purple #721586
RGB
CMYK
RGB Variations
Color information
#721586 (or 0x721586) is known color: Purple. HEX triplet: 72, 15 and 86. RGB value is (114,21,134). Sum of RGB (Red+Green+Blue) = 114+21+134=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #721586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721586 is #8DEA79. Grayscale: #3D3D3D. Windows color (decimal): -9300602 or 8787314. OLE color: 8787314.
HSL color Cylindrical-coordinate representation of color #721586: hue angle of 289.38º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721586 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 21 | 134 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.47 |
| HSL | 289.38º | 0.73% | 0.3% | - |
| HSV(B) | 289.38º | 0.84% | 0.53% | - |
| XYZ | 11.51 | 5.83 | 23.07 | - |
| YUV | 61.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 134 | 0.15 | 0.84 | 0 | 0.47 | 289.38 | 0.73 | 0.3 |
| Hex | 72 | 15 | 86 | F | 54 | 0 | 2F | 121 | 49 | 1E |
| Octal | 162 | 25 | 206 | 17 | 124 | 0 | 57 | 441 | 111 | 36 |
| Binary | 1110010 | 10101 | 10000110 | 1111 | 1010100 | 0 | 101111 | 100100001 | 1001001 | 11110 |
Color Harmonies of #721586
Complementary color
Monochromatic Colors of #721586
Black with #721586
Text Example
Text Example
White with #721586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721586; }
p { color: rgb(114,21,134); }
H1.HeaderClassName
{
color: #721586;
}
.AnyTagClassName
{
color: #721586;
}
</style>
background-color css
<style>
a { background-color: #721586; }
a { background-color: rgb(114,21,134); }
div.DivClassName
{
background-color: #721586;
}
.BgClassName
{
background-color: #721586;
}
</style>
border-color css
<style>
span { border-color: #721586; }
span { border-color: rgb(114,21,134); }
td.TdClassName
{
border-color: #721586;
}
.TagClassName
{
border-color: #721586;
}
</style>