Shades of Royal Purple #7334AB
Tints of Royal Purple #7334AB
RGB
CMYK
RGB Variations
Color information
#7334AB (or 0x7334AB) is known color: Royal Purple. HEX triplet: 73, 34 and AB. RGB value is (115,52,171). Sum of RGB (Red+Green+Blue) = 115+52+171=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #7334AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7334AB is #8CCB54. Grayscale: #535353. Windows color (decimal): -9227093 or 11220083. OLE color: 11220083.
HSL color Cylindrical-coordinate representation of color #7334AB: hue angle of 271.76º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7334AB is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 52 | 171 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.33 |
| HSL | 271.76º | 0.53% | 0.44% | - |
| HSV(B) | 271.76º | 0.7% | 0.67% | - |
| XYZ | 15.65 | 9.04 | 39.45 | - |
| YUV | 84.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 171 | 0.33 | 0.70 | 0 | 0.33 | 271.76 | 0.53 | 0.44 |
| Hex | 73 | 34 | AB | 21 | 46 | 0 | 21 | 110 | 35 | 2C |
| Octal | 163 | 64 | 253 | 41 | 106 | 0 | 41 | 420 | 65 | 54 |
| Binary | 1110011 | 110100 | 10101011 | 100001 | 1000110 | 0 | 100001 | 100010000 | 110101 | 101100 |
Color Harmonies of #7334AB
Complementary color
Monochromatic Colors of #7334AB
Black with #7334AB
Text Example
Text Example
White with #7334AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7334AB; }
p { color: rgb(115,52,171); }
H1.HeaderClassName
{
color: #7334AB;
}
.AnyTagClassName
{
color: #7334AB;
}
</style>
background-color css
<style>
a { background-color: #7334AB; }
a { background-color: rgb(115,52,171); }
div.DivClassName
{
background-color: #7334AB;
}
.BgClassName
{
background-color: #7334AB;
}
</style>
border-color css
<style>
span { border-color: #7334AB; }
span { border-color: rgb(115,52,171); }
td.TdClassName
{
border-color: #7334AB;
}
.TagClassName
{
border-color: #7334AB;
}
</style>