Shades of Purple #720293
Tints of Purple #720293
RGB
CMYK
RGB Variations
Color information
#720293 (or 0x720293) is known color: Purple. HEX triplet: 72, 02 and 93. RGB value is (114,2,147). Sum of RGB (Red+Green+Blue) = 114+2+147=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #720293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720293 is #8DFD6C. Grayscale: #333333. Windows color (decimal): -9305453 or 9634418. OLE color: 9634418.
HSL color Cylindrical-coordinate representation of color #720293: hue angle of 286.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720293 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 2 | 147 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.42 |
| HSL | 286.34º | 0.97% | 0.29% | - |
| HSV(B) | 286.34º | 0.99% | 0.58% | - |
| XYZ | 12.23 | 5.73 | 28.06 | - |
| YUV | 52.02 | 181.61 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 147 | 0.22 | 0.99 | 0 | 0.42 | 286.34 | 0.97 | 0.29 |
| Hex | 72 | 2 | 93 | 16 | 63 | 0 | 2A | 11E | 61 | 1D |
| Octal | 162 | 2 | 223 | 26 | 143 | 0 | 52 | 436 | 141 | 35 |
| Binary | 1110010 | 10 | 10010011 | 10110 | 1100011 | 0 | 101010 | 100011110 | 1100001 | 11101 |
Color Harmonies of #720293
Complementary color
Monochromatic Colors of #720293
Black with #720293
Text Example
Text Example
White with #720293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720293; }
p { color: rgb(114,2,147); }
H1.HeaderClassName
{
color: #720293;
}
.AnyTagClassName
{
color: #720293;
}
</style>
background-color css
<style>
a { background-color: #720293; }
a { background-color: rgb(114,2,147); }
div.DivClassName
{
background-color: #720293;
}
.BgClassName
{
background-color: #720293;
}
</style>
border-color css
<style>
span { border-color: #720293; }
span { border-color: rgb(114,2,147); }
td.TdClassName
{
border-color: #720293;
}
.TagClassName
{
border-color: #720293;
}
</style>