Shades of Royal Purple #7429AD
Tints of Royal Purple #7429AD
RGB
CMYK
RGB Variations
Color information
#7429AD (or 0x7429AD) is known color: Royal Purple. HEX triplet: 74, 29 and AD. RGB value is (116,41,173). Sum of RGB (Red+Green+Blue) = 116+41+173=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #7429AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7429AD is #8BD652. Grayscale: #4E4E4E. Windows color (decimal): -9164371 or 11348340. OLE color: 11348340.
HSL color Cylindrical-coordinate representation of color #7429AD: hue angle of 274.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7429AD is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 41 | 173 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.32 |
| HSL | 274.09º | 0.62% | 0.42% | - |
| HSV(B) | 274.09º | 0.76% | 0.68% | - |
| XYZ | 15.54 | 8.32 | 40.32 | - |
| YUV | 78.47 | 181.35 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 173 | 0.33 | 0.76 | 0 | 0.32 | 274.09 | 0.62 | 0.42 |
| Hex | 74 | 29 | AD | 21 | 4C | 0 | 20 | 112 | 3E | 2A |
| Octal | 164 | 51 | 255 | 41 | 114 | 0 | 40 | 422 | 76 | 52 |
| Binary | 1110100 | 101001 | 10101101 | 100001 | 1001100 | 0 | 100000 | 100010010 | 111110 | 101010 |
Color Harmonies of #7429AD
Complementary color
Monochromatic Colors of #7429AD
Black with #7429AD
Text Example
Text Example
White with #7429AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7429AD; }
p { color: rgb(116,41,173); }
H1.HeaderClassName
{
color: #7429AD;
}
.AnyTagClassName
{
color: #7429AD;
}
</style>
background-color css
<style>
a { background-color: #7429AD; }
a { background-color: rgb(116,41,173); }
div.DivClassName
{
background-color: #7429AD;
}
.BgClassName
{
background-color: #7429AD;
}
</style>
border-color css
<style>
span { border-color: #7429AD; }
span { border-color: rgb(116,41,173); }
td.TdClassName
{
border-color: #7429AD;
}
.TagClassName
{
border-color: #7429AD;
}
</style>