Shades of Purple #721192
Tints of Purple #721192
RGB
CMYK
RGB Variations
Color information
#721192 (or 0x721192) is known color: Purple. HEX triplet: 72, 11 and 92. RGB value is (114,17,146). Sum of RGB (Red+Green+Blue) = 114+17+146=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #721192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721192 is #8DEE6D. Grayscale: #3C3C3C. Windows color (decimal): -9301614 or 9572722. OLE color: 9572722.
HSL color Cylindrical-coordinate representation of color #721192: hue angle of 285.12º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721192 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 17 | 146 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.43 |
| HSL | 285.12º | 0.79% | 0.32% | - |
| HSV(B) | 285.12º | 0.88% | 0.57% | - |
| XYZ | 12.33 | 6.05 | 27.71 | - |
| YUV | 60.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 146 | 0.22 | 0.88 | 0 | 0.43 | 285.12 | 0.79 | 0.32 |
| Hex | 72 | 11 | 92 | 16 | 58 | 0 | 2B | 11D | 4F | 20 |
| Octal | 162 | 21 | 222 | 26 | 130 | 0 | 53 | 435 | 117 | 40 |
| Binary | 1110010 | 10001 | 10010010 | 10110 | 1011000 | 0 | 101011 | 100011101 | 1001111 | 100000 |
Color Harmonies of #721192
Complementary color
Monochromatic Colors of #721192
Black with #721192
Text Example
Text Example
White with #721192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721192; }
p { color: rgb(114,17,146); }
H1.HeaderClassName
{
color: #721192;
}
.AnyTagClassName
{
color: #721192;
}
</style>
background-color css
<style>
a { background-color: #721192; }
a { background-color: rgb(114,17,146); }
div.DivClassName
{
background-color: #721192;
}
.BgClassName
{
background-color: #721192;
}
</style>
border-color css
<style>
span { border-color: #721192; }
span { border-color: rgb(114,17,146); }
td.TdClassName
{
border-color: #721192;
}
.TagClassName
{
border-color: #721192;
}
</style>