Shades of Purple #721293
Tints of Purple #721293
RGB
CMYK
RGB Variations
Color information
#721293 (or 0x721293) is known color: Purple. HEX triplet: 72, 12 and 93. RGB value is (114,18,147). Sum of RGB (Red+Green+Blue) = 114+18+147=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #721293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721293 is #8DED6C. Grayscale: #3C3C3C. Windows color (decimal): -9301357 or 9638514. OLE color: 9638514.
HSL color Cylindrical-coordinate representation of color #721293: hue angle of 284.65º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721293 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 18 | 147 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.42 |
| HSL | 284.65º | 0.78% | 0.32% | - |
| HSV(B) | 284.65º | 0.88% | 0.58% | - |
| XYZ | 12.42 | 6.12 | 28.13 | - |
| YUV | 61.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 147 | 0.22 | 0.88 | 0 | 0.42 | 284.65 | 0.78 | 0.32 |
| Hex | 72 | 12 | 93 | 16 | 58 | 0 | 2A | 11D | 4E | 20 |
| Octal | 162 | 22 | 223 | 26 | 130 | 0 | 52 | 435 | 116 | 40 |
| Binary | 1110010 | 10010 | 10010011 | 10110 | 1011000 | 0 | 101010 | 100011101 | 1001110 | 100000 |
Color Harmonies of #721293
Complementary color
Monochromatic Colors of #721293
Black with #721293
Text Example
Text Example
White with #721293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721293; }
p { color: rgb(114,18,147); }
H1.HeaderClassName
{
color: #721293;
}
.AnyTagClassName
{
color: #721293;
}
</style>
background-color css
<style>
a { background-color: #721293; }
a { background-color: rgb(114,18,147); }
div.DivClassName
{
background-color: #721293;
}
.BgClassName
{
background-color: #721293;
}
</style>
border-color css
<style>
span { border-color: #721293; }
span { border-color: rgb(114,18,147); }
td.TdClassName
{
border-color: #721293;
}
.TagClassName
{
border-color: #721293;
}
</style>