Shades of Royal Purple #7331AD
Tints of Royal Purple #7331AD
RGB
CMYK
RGB Variations
Color information
#7331AD (or 0x7331AD) is known color: Royal Purple. HEX triplet: 73, 31 and AD. RGB value is (115,49,173). Sum of RGB (Red+Green+Blue) = 115+49+173=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #7331AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7331AD is #8CCE52. Grayscale: #525252. Windows color (decimal): -9227859 or 11350387. OLE color: 11350387.
HSL color Cylindrical-coordinate representation of color #7331AD: hue angle of 271.94º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7331AD is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 49 | 173 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.32 |
| HSL | 271.94º | 0.56% | 0.44% | - |
| HSV(B) | 271.94º | 0.72% | 0.68% | - |
| XYZ | 15.71 | 8.86 | 40.42 | - |
| YUV | 82.87 | 178.87 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 173 | 0.34 | 0.72 | 0 | 0.32 | 271.94 | 0.56 | 0.44 |
| Hex | 73 | 31 | AD | 22 | 48 | 0 | 20 | 110 | 38 | 2C |
| Octal | 163 | 61 | 255 | 42 | 110 | 0 | 40 | 420 | 70 | 54 |
| Binary | 1110011 | 110001 | 10101101 | 100010 | 1001000 | 0 | 100000 | 100010000 | 111000 | 101100 |
Color Harmonies of #7331AD
Complementary color
Monochromatic Colors of #7331AD
Black with #7331AD
Text Example
Text Example
White with #7331AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7331AD; }
p { color: rgb(115,49,173); }
H1.HeaderClassName
{
color: #7331AD;
}
.AnyTagClassName
{
color: #7331AD;
}
</style>
background-color css
<style>
a { background-color: #7331AD; }
a { background-color: rgb(115,49,173); }
div.DivClassName
{
background-color: #7331AD;
}
.BgClassName
{
background-color: #7331AD;
}
</style>
border-color css
<style>
span { border-color: #7331AD; }
span { border-color: rgb(115,49,173); }
td.TdClassName
{
border-color: #7331AD;
}
.TagClassName
{
border-color: #7331AD;
}
</style>