Shades of Royal Purple #7429AA
Tints of Royal Purple #7429AA
RGB
CMYK
RGB Variations
Color information
#7429AA (or 0x7429AA) is known color: Royal Purple. HEX triplet: 74, 29 and AA. RGB value is (116,41,170). Sum of RGB (Red+Green+Blue) = 116+41+170=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #7429AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7429AA is #8BD655. Grayscale: #4D4D4D. Windows color (decimal): -9164374 or 11151732. OLE color: 11151732.
HSL color Cylindrical-coordinate representation of color #7429AA: hue angle of 274.88º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7429AA is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 41 | 170 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.33 |
| HSL | 274.88º | 0.61% | 0.41% | - |
| HSV(B) | 274.88º | 0.76% | 0.67% | - |
| XYZ | 15.25 | 8.2 | 38.81 | - |
| YUV | 78.13 | 179.85 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 170 | 0.32 | 0.76 | 0 | 0.33 | 274.88 | 0.61 | 0.41 |
| Hex | 74 | 29 | AA | 20 | 4C | 0 | 21 | 113 | 3D | 29 |
| Octal | 164 | 51 | 252 | 40 | 114 | 0 | 41 | 423 | 75 | 51 |
| Binary | 1110100 | 101001 | 10101010 | 100000 | 1001100 | 0 | 100001 | 100010011 | 111101 | 101001 |
Color Harmonies of #7429AA
Complementary color
Monochromatic Colors of #7429AA
Black with #7429AA
Text Example
Text Example
White with #7429AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7429AA; }
p { color: rgb(116,41,170); }
H1.HeaderClassName
{
color: #7429AA;
}
.AnyTagClassName
{
color: #7429AA;
}
</style>
background-color css
<style>
a { background-color: #7429AA; }
a { background-color: rgb(116,41,170); }
div.DivClassName
{
background-color: #7429AA;
}
.BgClassName
{
background-color: #7429AA;
}
</style>
border-color css
<style>
span { border-color: #7429AA; }
span { border-color: rgb(116,41,170); }
td.TdClassName
{
border-color: #7429AA;
}
.TagClassName
{
border-color: #7429AA;
}
</style>