Shades of Purple #721093
Tints of Purple #721093
RGB
CMYK
RGB Variations
Color information
#721093 (or 0x721093) is known color: Purple. HEX triplet: 72, 10 and 93. RGB value is (114,16,147). Sum of RGB (Red+Green+Blue) = 114+16+147=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #721093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721093 is #8DEF6C. Grayscale: #3B3B3B. Windows color (decimal): -9301869 or 9638002. OLE color: 9638002.
HSL color Cylindrical-coordinate representation of color #721093: hue angle of 284.89º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #721093 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 16 | 147 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.42 |
| HSL | 284.89º | 0.8% | 0.32% | - |
| HSV(B) | 284.89º | 0.89% | 0.58% | - |
| XYZ | 12.39 | 6.05 | 28.12 | - |
| YUV | 60.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 147 | 0.22 | 0.89 | 0 | 0.42 | 284.89 | 0.8 | 0.32 |
| Hex | 72 | 10 | 93 | 16 | 59 | 0 | 2A | 11D | 50 | 20 |
| Octal | 162 | 20 | 223 | 26 | 131 | 0 | 52 | 435 | 120 | 40 |
| Binary | 1110010 | 10000 | 10010011 | 10110 | 1011001 | 0 | 101010 | 100011101 | 1010000 | 100000 |
Color Harmonies of #721093
Complementary color
Monochromatic Colors of #721093
Black with #721093
Text Example
Text Example
White with #721093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721093; }
p { color: rgb(114,16,147); }
H1.HeaderClassName
{
color: #721093;
}
.AnyTagClassName
{
color: #721093;
}
</style>
background-color css
<style>
a { background-color: #721093; }
a { background-color: rgb(114,16,147); }
div.DivClassName
{
background-color: #721093;
}
.BgClassName
{
background-color: #721093;
}
</style>
border-color css
<style>
span { border-color: #721093; }
span { border-color: rgb(114,16,147); }
td.TdClassName
{
border-color: #721093;
}
.TagClassName
{
border-color: #721093;
}
</style>