Shades of Royal Purple #7029A9
Tints of Royal Purple #7029A9
RGB
CMYK
RGB Variations
Color information
#7029A9 (or 0x7029A9) is known color: Royal Purple. HEX triplet: 70, 29 and A9. RGB value is (112,41,169). Sum of RGB (Red+Green+Blue) = 112+41+169=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 169 (66.41% from 255 or 52.48% from 322); Max value from RGB is 169 - color contains mainly: blue. Hex color #7029A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7029A9 is #8FD656. Grayscale: #4C4C4C. Windows color (decimal): -9426519 or 11086192. OLE color: 11086192.
HSL color Cylindrical-coordinate representation of color #7029A9: hue angle of 273.28º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7029A9 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 41 | 169 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.34 |
| HSL | 273.28º | 0.61% | 0.41% | - |
| HSV(B) | 273.28º | 0.76% | 0.66% | - |
| XYZ | 14.64 | 7.9 | 38.29 | - |
| YUV | 76.82 | 180.02 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 169 | 0.34 | 0.76 | 0 | 0.34 | 273.28 | 0.61 | 0.41 |
| Hex | 70 | 29 | A9 | 22 | 4C | 0 | 22 | 111 | 3D | 29 |
| Octal | 160 | 51 | 251 | 42 | 114 | 0 | 42 | 421 | 75 | 51 |
| Binary | 1110000 | 101001 | 10101001 | 100010 | 1001100 | 0 | 100010 | 100010001 | 111101 | 101001 |
Color Harmonies of #7029A9
Complementary color
Monochromatic Colors of #7029A9
Black with #7029A9
Text Example
Text Example
White with #7029A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7029A9; }
p { color: rgb(112,41,169); }
H1.HeaderClassName
{
color: #7029A9;
}
.AnyTagClassName
{
color: #7029A9;
}
</style>
background-color css
<style>
a { background-color: #7029A9; }
a { background-color: rgb(112,41,169); }
div.DivClassName
{
background-color: #7029A9;
}
.BgClassName
{
background-color: #7029A9;
}
</style>
border-color css
<style>
span { border-color: #7029A9; }
span { border-color: rgb(112,41,169); }
td.TdClassName
{
border-color: #7029A9;
}
.TagClassName
{
border-color: #7029A9;
}
</style>