Shades of Purple #721886
Tints of Purple #721886
RGB
CMYK
RGB Variations
Color information
#721886 (or 0x721886) is known color: Purple. HEX triplet: 72, 18 and 86. RGB value is (114,24,134). Sum of RGB (Red+Green+Blue) = 114+24+134=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #721886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721886 is #8DE779. Grayscale: #3F3F3F. Windows color (decimal): -9299834 or 8788082. OLE color: 8788082.
HSL color Cylindrical-coordinate representation of color #721886: hue angle of 289.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721886 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 24 | 134 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.47 |
| HSL | 289.09º | 0.7% | 0.31% | - |
| HSV(B) | 289.09º | 0.82% | 0.53% | - |
| XYZ | 11.57 | 5.95 | 23.09 | - |
| YUV | 63.45 | 167.82 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 134 | 0.15 | 0.82 | 0 | 0.47 | 289.09 | 0.7 | 0.31 |
| Hex | 72 | 18 | 86 | F | 52 | 0 | 2F | 121 | 46 | 1F |
| Octal | 162 | 30 | 206 | 17 | 122 | 0 | 57 | 441 | 106 | 37 |
| Binary | 1110010 | 11000 | 10000110 | 1111 | 1010010 | 0 | 101111 | 100100001 | 1000110 | 11111 |
Color Harmonies of #721886
Complementary color
Monochromatic Colors of #721886
Black with #721886
Text Example
Text Example
White with #721886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721886; }
p { color: rgb(114,24,134); }
H1.HeaderClassName
{
color: #721886;
}
.AnyTagClassName
{
color: #721886;
}
</style>
background-color css
<style>
a { background-color: #721886; }
a { background-color: rgb(114,24,134); }
div.DivClassName
{
background-color: #721886;
}
.BgClassName
{
background-color: #721886;
}
</style>
border-color css
<style>
span { border-color: #721886; }
span { border-color: rgb(114,24,134); }
td.TdClassName
{
border-color: #721886;
}
.TagClassName
{
border-color: #721886;
}
</style>