Shades of Royal Purple #7334A3
Tints of Royal Purple #7334A3
RGB
CMYK
RGB Variations
Color information
#7334A3 (or 0x7334A3) is known color: Royal Purple. HEX triplet: 73, 34 and A3. RGB value is (115,52,163). Sum of RGB (Red+Green+Blue) = 115+52+163=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #7334A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7334A3 is #8CCB5C. Grayscale: #535353. Windows color (decimal): -9227101 or 10695795. OLE color: 10695795.
HSL color Cylindrical-coordinate representation of color #7334A3: hue angle of 274.05º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7334A3 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 52 | 163 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.36 |
| HSL | 274.05º | 0.52% | 0.42% | - |
| HSV(B) | 274.05º | 0.68% | 0.64% | - |
| XYZ | 14.91 | 8.75 | 35.55 | - |
| YUV | 83.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 163 | 0.29 | 0.68 | 0 | 0.36 | 274.05 | 0.52 | 0.42 |
| Hex | 73 | 34 | A3 | 1D | 44 | 0 | 24 | 112 | 34 | 2A |
| Octal | 163 | 64 | 243 | 35 | 104 | 0 | 44 | 422 | 64 | 52 |
| Binary | 1110011 | 110100 | 10100011 | 11101 | 1000100 | 0 | 100100 | 100010010 | 110100 | 101010 |
Color Harmonies of #7334A3
Complementary color
Monochromatic Colors of #7334A3
Black with #7334A3
Text Example
Text Example
White with #7334A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7334A3; }
p { color: rgb(115,52,163); }
H1.HeaderClassName
{
color: #7334A3;
}
.AnyTagClassName
{
color: #7334A3;
}
</style>
background-color css
<style>
a { background-color: #7334A3; }
a { background-color: rgb(115,52,163); }
div.DivClassName
{
background-color: #7334A3;
}
.BgClassName
{
background-color: #7334A3;
}
</style>
border-color css
<style>
span { border-color: #7334A3; }
span { border-color: rgb(115,52,163); }
td.TdClassName
{
border-color: #7334A3;
}
.TagClassName
{
border-color: #7334A3;
}
</style>