Shades of Royal Purple #733AAD
Tints of Royal Purple #733AAD
RGB
CMYK
RGB Variations
Color information
#733AAD (or 0x733AAD) is known color: Royal Purple. HEX triplet: 73, 3A and AD. RGB value is (115,58,173). Sum of RGB (Red+Green+Blue) = 115+58+173=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #733AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733AAD is #8CC552. Grayscale: #575757. Windows color (decimal): -9225555 or 11352691. OLE color: 11352691.
HSL color Cylindrical-coordinate representation of color #733AAD: hue angle of 269.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #733AAD is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 58 | 173 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.32 |
| HSL | 269.74º | 0.5% | 0.45% | - |
| HSV(B) | 269.74º | 0.66% | 0.68% | - |
| XYZ | 16.13 | 9.69 | 40.56 | - |
| YUV | 88.15 | 175.88 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 173 | 0.34 | 0.66 | 0 | 0.32 | 269.74 | 0.5 | 0.45 |
| Hex | 73 | 3A | AD | 22 | 42 | 0 | 20 | 10E | 32 | 2D |
| Octal | 163 | 72 | 255 | 42 | 102 | 0 | 40 | 416 | 62 | 55 |
| Binary | 1110011 | 111010 | 10101101 | 100010 | 1000010 | 0 | 100000 | 100001110 | 110010 | 101101 |
Color Harmonies of #733AAD
Complementary color
Monochromatic Colors of #733AAD
Black with #733AAD
Text Example
Text Example
White with #733AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733AAD; }
p { color: rgb(115,58,173); }
H1.HeaderClassName
{
color: #733AAD;
}
.AnyTagClassName
{
color: #733AAD;
}
</style>
background-color css
<style>
a { background-color: #733AAD; }
a { background-color: rgb(115,58,173); }
div.DivClassName
{
background-color: #733AAD;
}
.BgClassName
{
background-color: #733AAD;
}
</style>
border-color css
<style>
span { border-color: #733AAD; }
span { border-color: rgb(115,58,173); }
td.TdClassName
{
border-color: #733AAD;
}
.TagClassName
{
border-color: #733AAD;
}
</style>