Shades of Royal Purple #7330AC
Tints of Royal Purple #7330AC
RGB
CMYK
RGB Variations
Color information
#7330AC (or 0x7330AC) is known color: Royal Purple. HEX triplet: 73, 30 and AC. RGB value is (115,48,172). Sum of RGB (Red+Green+Blue) = 115+48+172=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #7330AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7330AC is #8CCF53. Grayscale: #515151. Windows color (decimal): -9228116 or 11284595. OLE color: 11284595.
HSL color Cylindrical-coordinate representation of color #7330AC: hue angle of 272.42º 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 #7330AC is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 48 | 172 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.33 |
| HSL | 272.42º | 0.56% | 0.43% | - |
| HSV(B) | 272.42º | 0.72% | 0.67% | - |
| XYZ | 15.57 | 8.74 | 39.9 | - |
| YUV | 82.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 172 | 0.33 | 0.72 | 0 | 0.33 | 272.42 | 0.56 | 0.43 |
| Hex | 73 | 30 | AC | 21 | 48 | 0 | 21 | 110 | 38 | 2B |
| Octal | 163 | 60 | 254 | 41 | 110 | 0 | 41 | 420 | 70 | 53 |
| Binary | 1110011 | 110000 | 10101100 | 100001 | 1001000 | 0 | 100001 | 100010000 | 111000 | 101011 |
Color Harmonies of #7330AC
Complementary color
Monochromatic Colors of #7330AC
Black with #7330AC
Text Example
Text Example
White with #7330AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7330AC; }
p { color: rgb(115,48,172); }
H1.HeaderClassName
{
color: #7330AC;
}
.AnyTagClassName
{
color: #7330AC;
}
</style>
background-color css
<style>
a { background-color: #7330AC; }
a { background-color: rgb(115,48,172); }
div.DivClassName
{
background-color: #7330AC;
}
.BgClassName
{
background-color: #7330AC;
}
</style>
border-color css
<style>
span { border-color: #7330AC; }
span { border-color: rgb(115,48,172); }
td.TdClassName
{
border-color: #7330AC;
}
.TagClassName
{
border-color: #7330AC;
}
</style>