Shades of Royal Purple #7D34AA
Tints of Royal Purple #7D34AA
RGB
CMYK
RGB Variations
Color information
#7D34AA (or 0x7D34AA) is known color: Royal Purple. HEX triplet: 7D, 34 and AA. RGB value is (125,52,170). Sum of RGB (Red+Green+Blue) = 125+52+170=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D34AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D34AA is #82CB55. Grayscale: #565656. Windows color (decimal): -8571734 or 11154557. OLE color: 11154557.
HSL color Cylindrical-coordinate representation of color #7D34AA: hue angle of 277.12º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D34AA is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 52 | 170 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.33 |
| HSL | 277.12º | 0.53% | 0.44% | - |
| HSV(B) | 277.12º | 0.69% | 0.67% | - |
| XYZ | 16.94 | 9.72 | 39.01 | - |
| YUV | 87.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 170 | 0.26 | 0.69 | 0 | 0.33 | 277.12 | 0.53 | 0.44 |
| Hex | 7D | 34 | AA | 1A | 45 | 0 | 21 | 115 | 35 | 2C |
| Octal | 175 | 64 | 252 | 32 | 105 | 0 | 41 | 425 | 65 | 54 |
| Binary | 1111101 | 110100 | 10101010 | 11010 | 1000101 | 0 | 100001 | 100010101 | 110101 | 101100 |
Color Harmonies of #7D34AA
Complementary color
Monochromatic Colors of #7D34AA
Black with #7D34AA
Text Example
Text Example
White with #7D34AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D34AA; }
p { color: rgb(125,52,170); }
H1.HeaderClassName
{
color: #7D34AA;
}
.AnyTagClassName
{
color: #7D34AA;
}
</style>
background-color css
<style>
a { background-color: #7D34AA; }
a { background-color: rgb(125,52,170); }
div.DivClassName
{
background-color: #7D34AA;
}
.BgClassName
{
background-color: #7D34AA;
}
</style>
border-color css
<style>
span { border-color: #7D34AA; }
span { border-color: rgb(125,52,170); }
td.TdClassName
{
border-color: #7D34AA;
}
.TagClassName
{
border-color: #7D34AA;
}
</style>