Shades of Purple #721196
Tints of Purple #721196
RGB
CMYK
RGB Variations
Color information
#721196 (or 0x721196) is known color: Purple. HEX triplet: 72, 11 and 96. RGB value is (114,17,150). Sum of RGB (Red+Green+Blue) = 114+17+150=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #721196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721196 is #8DEE69. Grayscale: #3C3C3C. Windows color (decimal): -9301610 or 9834866. OLE color: 9834866.
HSL color Cylindrical-coordinate representation of color #721196: hue angle of 283.76º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #721196 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 17 | 150 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.41 |
| HSL | 283.76º | 0.8% | 0.33% | - |
| HSV(B) | 283.76º | 0.89% | 0.59% | - |
| XYZ | 12.64 | 6.18 | 29.38 | - |
| YUV | 61.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 150 | 0.24 | 0.89 | 0 | 0.41 | 283.76 | 0.8 | 0.33 |
| Hex | 72 | 11 | 96 | 18 | 59 | 0 | 29 | 11C | 50 | 21 |
| Octal | 162 | 21 | 226 | 30 | 131 | 0 | 51 | 434 | 120 | 41 |
| Binary | 1110010 | 10001 | 10010110 | 11000 | 1011001 | 0 | 101001 | 100011100 | 1010000 | 100001 |
Color Harmonies of #721196
Complementary color
Monochromatic Colors of #721196
Black with #721196
Text Example
Text Example
White with #721196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721196; }
p { color: rgb(114,17,150); }
H1.HeaderClassName
{
color: #721196;
}
.AnyTagClassName
{
color: #721196;
}
</style>
background-color css
<style>
a { background-color: #721196; }
a { background-color: rgb(114,17,150); }
div.DivClassName
{
background-color: #721196;
}
.BgClassName
{
background-color: #721196;
}
</style>
border-color css
<style>
span { border-color: #721196; }
span { border-color: rgb(114,17,150); }
td.TdClassName
{
border-color: #721196;
}
.TagClassName
{
border-color: #721196;
}
</style>