Shades of Royal Purple #7030A9
Tints of Royal Purple #7030A9
RGB
CMYK
RGB Variations
Color information
#7030A9 (or 0x7030A9) is known color: Royal Purple. HEX triplet: 70, 30 and A9. RGB value is (112,48,169). Sum of RGB (Red+Green+Blue) = 112+48+169=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #7030A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7030A9 is #8FCF56. Grayscale: #505050. Windows color (decimal): -9424727 or 11087984. OLE color: 11087984.
HSL color Cylindrical-coordinate representation of color #7030A9: hue angle of 271.74º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7030A9 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 48 | 169 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.34 |
| HSL | 271.74º | 0.56% | 0.43% | - |
| HSV(B) | 271.74º | 0.72% | 0.66% | - |
| XYZ | 14.9 | 8.42 | 38.38 | - |
| YUV | 80.93 | 177.7 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 169 | 0.34 | 0.72 | 0 | 0.34 | 271.74 | 0.56 | 0.43 |
| Hex | 70 | 30 | A9 | 22 | 48 | 0 | 22 | 110 | 38 | 2B |
| Octal | 160 | 60 | 251 | 42 | 110 | 0 | 42 | 420 | 70 | 53 |
| Binary | 1110000 | 110000 | 10101001 | 100010 | 1001000 | 0 | 100010 | 100010000 | 111000 | 101011 |
Color Harmonies of #7030A9
Complementary color
Monochromatic Colors of #7030A9
Black with #7030A9
Text Example
Text Example
White with #7030A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7030A9; }
p { color: rgb(112,48,169); }
H1.HeaderClassName
{
color: #7030A9;
}
.AnyTagClassName
{
color: #7030A9;
}
</style>
background-color css
<style>
a { background-color: #7030A9; }
a { background-color: rgb(112,48,169); }
div.DivClassName
{
background-color: #7030A9;
}
.BgClassName
{
background-color: #7030A9;
}
</style>
border-color css
<style>
span { border-color: #7030A9; }
span { border-color: rgb(112,48,169); }
td.TdClassName
{
border-color: #7030A9;
}
.TagClassName
{
border-color: #7030A9;
}
</style>