Shades of Royal Purple #7434AD
Tints of Royal Purple #7434AD
RGB
CMYK
RGB Variations
Color information
#7434AD (or 0x7434AD) is known color: Royal Purple. HEX triplet: 74, 34 and AD. RGB value is (116,52,173). Sum of RGB (Red+Green+Blue) = 116+52+173=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #7434AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7434AD is #8BCB52. Grayscale: #545454. Windows color (decimal): -9161555 or 11351156. OLE color: 11351156.
HSL color Cylindrical-coordinate representation of color #7434AD: hue angle of 271.74º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7434AD is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 52 | 173 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.32 |
| HSL | 271.74º | 0.54% | 0.44% | - |
| HSV(B) | 271.74º | 0.7% | 0.68% | - |
| XYZ | 15.97 | 9.19 | 40.47 | - |
| YUV | 84.93 | 177.7 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 173 | 0.33 | 0.70 | 0 | 0.32 | 271.74 | 0.54 | 0.44 |
| Hex | 74 | 34 | AD | 21 | 46 | 0 | 20 | 110 | 36 | 2C |
| Octal | 164 | 64 | 255 | 41 | 106 | 0 | 40 | 420 | 66 | 54 |
| Binary | 1110100 | 110100 | 10101101 | 100001 | 1000110 | 0 | 100000 | 100010000 | 110110 | 101100 |
Color Harmonies of #7434AD
Complementary color
Monochromatic Colors of #7434AD
Black with #7434AD
Text Example
Text Example
White with #7434AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434AD; }
p { color: rgb(116,52,173); }
H1.HeaderClassName
{
color: #7434AD;
}
.AnyTagClassName
{
color: #7434AD;
}
</style>
background-color css
<style>
a { background-color: #7434AD; }
a { background-color: rgb(116,52,173); }
div.DivClassName
{
background-color: #7434AD;
}
.BgClassName
{
background-color: #7434AD;
}
</style>
border-color css
<style>
span { border-color: #7434AD; }
span { border-color: rgb(116,52,173); }
td.TdClassName
{
border-color: #7434AD;
}
.TagClassName
{
border-color: #7434AD;
}
</style>