Shades of Royal Purple #733BAB
Tints of Royal Purple #733BAB
RGB
CMYK
RGB Variations
Color information
#733BAB (or 0x733BAB) is known color: Royal Purple. HEX triplet: 73, 3B and AB. RGB value is (115,59,171). Sum of RGB (Red+Green+Blue) = 115+59+171=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #733BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733BAB is #8CC454. Grayscale: #585858. Windows color (decimal): -9225301 or 11221875. OLE color: 11221875.
HSL color Cylindrical-coordinate representation of color #733BAB: hue angle of 270º degrees, saturation: 0.49, 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 #733BAB is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 59 | 171 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.33 |
| HSL | 270º | 0.49% | 0.45% | - |
| HSV(B) | 270º | 0.65% | 0.67% | - |
| XYZ | 15.98 | 9.71 | 39.56 | - |
| YUV | 88.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 171 | 0.33 | 0.65 | 0 | 0.33 | 270 | 0.49 | 0.45 |
| Hex | 73 | 3B | AB | 21 | 41 | 0 | 21 | 10E | 31 | 2D |
| Octal | 163 | 73 | 253 | 41 | 101 | 0 | 41 | 416 | 61 | 55 |
| Binary | 1110011 | 111011 | 10101011 | 100001 | 1000001 | 0 | 100001 | 100001110 | 110001 | 101101 |
Color Harmonies of #733BAB
Complementary color
Monochromatic Colors of #733BAB
Black with #733BAB
Text Example
Text Example
White with #733BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733BAB; }
p { color: rgb(115,59,171); }
H1.HeaderClassName
{
color: #733BAB;
}
.AnyTagClassName
{
color: #733BAB;
}
</style>
background-color css
<style>
a { background-color: #733BAB; }
a { background-color: rgb(115,59,171); }
div.DivClassName
{
background-color: #733BAB;
}
.BgClassName
{
background-color: #733BAB;
}
</style>
border-color css
<style>
span { border-color: #733BAB; }
span { border-color: rgb(115,59,171); }
td.TdClassName
{
border-color: #733BAB;
}
.TagClassName
{
border-color: #733BAB;
}
</style>