Shades of Royal Purple #7330AA
Tints of Royal Purple #7330AA
RGB
CMYK
RGB Variations
Color information
#7330AA (or 0x7330AA) is known color: Royal Purple. HEX triplet: 73, 30 and AA. RGB value is (115,48,170). Sum of RGB (Red+Green+Blue) = 115+48+170=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #7330AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7330AA is #8CCF55. Grayscale: #515151. Windows color (decimal): -9228118 or 11153523. OLE color: 11153523.
HSL color Cylindrical-coordinate representation of color #7330AA: hue angle of 272.95º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7330AA is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 48 | 170 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.33 |
| HSL | 272.95º | 0.56% | 0.43% | - |
| HSV(B) | 272.95º | 0.72% | 0.67% | - |
| XYZ | 15.38 | 8.66 | 38.89 | - |
| YUV | 81.94 | 177.7 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 170 | 0.32 | 0.72 | 0 | 0.33 | 272.95 | 0.56 | 0.43 |
| Hex | 73 | 30 | AA | 20 | 48 | 0 | 21 | 111 | 38 | 2B |
| Octal | 163 | 60 | 252 | 40 | 110 | 0 | 41 | 421 | 70 | 53 |
| Binary | 1110011 | 110000 | 10101010 | 100000 | 1001000 | 0 | 100001 | 100010001 | 111000 | 101011 |
Color Harmonies of #7330AA
Complementary color
Monochromatic Colors of #7330AA
Black with #7330AA
Text Example
Text Example
White with #7330AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7330AA; }
p { color: rgb(115,48,170); }
H1.HeaderClassName
{
color: #7330AA;
}
.AnyTagClassName
{
color: #7330AA;
}
</style>
background-color css
<style>
a { background-color: #7330AA; }
a { background-color: rgb(115,48,170); }
div.DivClassName
{
background-color: #7330AA;
}
.BgClassName
{
background-color: #7330AA;
}
</style>
border-color css
<style>
span { border-color: #7330AA; }
span { border-color: rgb(115,48,170); }
td.TdClassName
{
border-color: #7330AA;
}
.TagClassName
{
border-color: #7330AA;
}
</style>