Shades of Purple #721587
Tints of Purple #721587
RGB
CMYK
RGB Variations
Color information
#721587 (or 0x721587) is known color: Purple. HEX triplet: 72, 15 and 87. RGB value is (114,21,135). Sum of RGB (Red+Green+Blue) = 114+21+135=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #721587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721587 is #8DEA78. Grayscale: #3D3D3D. Windows color (decimal): -9300601 or 8852850. OLE color: 8852850.
HSL color Cylindrical-coordinate representation of color #721587: hue angle of 288.95º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721587 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 21 | 135 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.47 |
| HSL | 288.95º | 0.73% | 0.31% | - |
| HSV(B) | 288.95º | 0.84% | 0.53% | - |
| XYZ | 11.58 | 5.86 | 23.44 | - |
| YUV | 61.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 135 | 0.16 | 0.84 | 0 | 0.47 | 288.95 | 0.73 | 0.31 |
| Hex | 72 | 15 | 87 | 10 | 54 | 0 | 2F | 121 | 49 | 1F |
| Octal | 162 | 25 | 207 | 20 | 124 | 0 | 57 | 441 | 111 | 37 |
| Binary | 1110010 | 10101 | 10000111 | 10000 | 1010100 | 0 | 101111 | 100100001 | 1001001 | 11111 |
Color Harmonies of #721587
Complementary color
Monochromatic Colors of #721587
Black with #721587
Text Example
Text Example
White with #721587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721587; }
p { color: rgb(114,21,135); }
H1.HeaderClassName
{
color: #721587;
}
.AnyTagClassName
{
color: #721587;
}
</style>
background-color css
<style>
a { background-color: #721587; }
a { background-color: rgb(114,21,135); }
div.DivClassName
{
background-color: #721587;
}
.BgClassName
{
background-color: #721587;
}
</style>
border-color css
<style>
span { border-color: #721587; }
span { border-color: rgb(114,21,135); }
td.TdClassName
{
border-color: #721587;
}
.TagClassName
{
border-color: #721587;
}
</style>