Shades of Royal Purple #733BAA
Tints of Royal Purple #733BAA
RGB
CMYK
RGB Variations
Color information
#733BAA (or 0x733BAA) is known color: Royal Purple. HEX triplet: 73, 3B and AA. RGB value is (115,59,170). Sum of RGB (Red+Green+Blue) = 115+59+170=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #733BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733BAA is #8CC455. Grayscale: #585858. Windows color (decimal): -9225302 or 11156339. OLE color: 11156339.
HSL color Cylindrical-coordinate representation of color #733BAA: hue angle of 270.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #733BAA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 59 | 170 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.33 |
| HSL | 270.27º | 0.48% | 0.45% | - |
| HSV(B) | 270.27º | 0.65% | 0.67% | - |
| XYZ | 15.89 | 9.68 | 39.06 | - |
| YUV | 88.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 170 | 0.32 | 0.65 | 0 | 0.33 | 270.27 | 0.48 | 0.45 |
| Hex | 73 | 3B | AA | 20 | 41 | 0 | 21 | 10E | 30 | 2D |
| Octal | 163 | 73 | 252 | 40 | 101 | 0 | 41 | 416 | 60 | 55 |
| Binary | 1110011 | 111011 | 10101010 | 100000 | 1000001 | 0 | 100001 | 100001110 | 110000 | 101101 |
Color Harmonies of #733BAA
Complementary color
Monochromatic Colors of #733BAA
Black with #733BAA
Text Example
Text Example
White with #733BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733BAA; }
p { color: rgb(115,59,170); }
H1.HeaderClassName
{
color: #733BAA;
}
.AnyTagClassName
{
color: #733BAA;
}
</style>
background-color css
<style>
a { background-color: #733BAA; }
a { background-color: rgb(115,59,170); }
div.DivClassName
{
background-color: #733BAA;
}
.BgClassName
{
background-color: #733BAA;
}
</style>
border-color css
<style>
span { border-color: #733BAA; }
span { border-color: rgb(115,59,170); }
td.TdClassName
{
border-color: #733BAA;
}
.TagClassName
{
border-color: #733BAA;
}
</style>