Shades of Royal Purple #733BAD
Tints of Royal Purple #733BAD
RGB
CMYK
RGB Variations
Color information
#733BAD (or 0x733BAD) is known color: Royal Purple. HEX triplet: 73, 3B and AD. RGB value is (115,59,173). Sum of RGB (Red+Green+Blue) = 115+59+173=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #733BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733BAD is #8CC452. Grayscale: #585858. Windows color (decimal): -9225299 or 11352947. OLE color: 11352947.
HSL color Cylindrical-coordinate representation of color #733BAD: hue angle of 269.47º degrees, saturation: 0.49, 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 #733BAD is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 59 | 173 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.32 |
| HSL | 269.47º | 0.49% | 0.45% | - |
| HSV(B) | 269.47º | 0.66% | 0.68% | - |
| XYZ | 16.18 | 9.79 | 40.57 | - |
| YUV | 88.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 173 | 0.34 | 0.66 | 0 | 0.32 | 269.47 | 0.49 | 0.45 |
| Hex | 73 | 3B | AD | 22 | 42 | 0 | 20 | 10D | 31 | 2D |
| Octal | 163 | 73 | 255 | 42 | 102 | 0 | 40 | 415 | 61 | 55 |
| Binary | 1110011 | 111011 | 10101101 | 100010 | 1000010 | 0 | 100000 | 100001101 | 110001 | 101101 |
Color Harmonies of #733BAD
Complementary color
Monochromatic Colors of #733BAD
Black with #733BAD
Text Example
Text Example
White with #733BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733BAD; }
p { color: rgb(115,59,173); }
H1.HeaderClassName
{
color: #733BAD;
}
.AnyTagClassName
{
color: #733BAD;
}
</style>
background-color css
<style>
a { background-color: #733BAD; }
a { background-color: rgb(115,59,173); }
div.DivClassName
{
background-color: #733BAD;
}
.BgClassName
{
background-color: #733BAD;
}
</style>
border-color css
<style>
span { border-color: #733BAD; }
span { border-color: rgb(115,59,173); }
td.TdClassName
{
border-color: #733BAD;
}
.TagClassName
{
border-color: #733BAD;
}
</style>