Shades of Purple #721386
Tints of Purple #721386
RGB
CMYK
RGB Variations
Color information
#721386 (or 0x721386) is known color: Purple. HEX triplet: 72, 13 and 86. RGB value is (114,19,134). Sum of RGB (Red+Green+Blue) = 114+19+134=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #721386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721386 is #8DEC79. Grayscale: #3C3C3C. Windows color (decimal): -9301114 or 8786802. OLE color: 8786802.
HSL color Cylindrical-coordinate representation of color #721386: hue angle of 289.57º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721386 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 19 | 134 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.47 |
| HSL | 289.57º | 0.75% | 0.3% | - |
| HSV(B) | 289.57º | 0.86% | 0.53% | - |
| XYZ | 11.48 | 5.76 | 23.06 | - |
| YUV | 60.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 134 | 0.15 | 0.86 | 0 | 0.47 | 289.57 | 0.75 | 0.3 |
| Hex | 72 | 13 | 86 | F | 56 | 0 | 2F | 122 | 4B | 1E |
| Octal | 162 | 23 | 206 | 17 | 126 | 0 | 57 | 442 | 113 | 36 |
| Binary | 1110010 | 10011 | 10000110 | 1111 | 1010110 | 0 | 101111 | 100100010 | 1001011 | 11110 |
Color Harmonies of #721386
Complementary color
Monochromatic Colors of #721386
Black with #721386
Text Example
Text Example
White with #721386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721386; }
p { color: rgb(114,19,134); }
H1.HeaderClassName
{
color: #721386;
}
.AnyTagClassName
{
color: #721386;
}
</style>
background-color css
<style>
a { background-color: #721386; }
a { background-color: rgb(114,19,134); }
div.DivClassName
{
background-color: #721386;
}
.BgClassName
{
background-color: #721386;
}
</style>
border-color css
<style>
span { border-color: #721386; }
span { border-color: rgb(114,19,134); }
td.TdClassName
{
border-color: #721386;
}
.TagClassName
{
border-color: #721386;
}
</style>