Shades of Royal Purple #733A9B
Tints of Royal Purple #733A9B
RGB
CMYK
RGB Variations
Color information
#733A9B (or 0x733A9B) is known color: Royal Purple. HEX triplet: 73, 3A and 9B. RGB value is (115,58,155). Sum of RGB (Red+Green+Blue) = 115+58+155=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #733A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733A9B is #8CC564. Grayscale: #555555. Windows color (decimal): -9225573 or 10173043. OLE color: 10173043.
HSL color Cylindrical-coordinate representation of color #733A9B: hue angle of 275.26º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #733A9B is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 58 | 155 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.39 |
| HSL | 275.26º | 0.46% | 0.42% | - |
| HSV(B) | 275.26º | 0.63% | 0.61% | - |
| XYZ | 14.5 | 9.04 | 31.99 | - |
| YUV | 86.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 155 | 0.26 | 0.63 | 0 | 0.39 | 275.26 | 0.46 | 0.42 |
| Hex | 73 | 3A | 9B | 1A | 3F | 0 | 27 | 113 | 2E | 2A |
| Octal | 163 | 72 | 233 | 32 | 77 | 0 | 47 | 423 | 56 | 52 |
| Binary | 1110011 | 111010 | 10011011 | 11010 | 111111 | 0 | 100111 | 100010011 | 101110 | 101010 |
Color Harmonies of #733A9B
Complementary color
Monochromatic Colors of #733A9B
Black with #733A9B
Text Example
Text Example
White with #733A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A9B; }
p { color: rgb(115,58,155); }
H1.HeaderClassName
{
color: #733A9B;
}
.AnyTagClassName
{
color: #733A9B;
}
</style>
background-color css
<style>
a { background-color: #733A9B; }
a { background-color: rgb(115,58,155); }
div.DivClassName
{
background-color: #733A9B;
}
.BgClassName
{
background-color: #733A9B;
}
</style>
border-color css
<style>
span { border-color: #733A9B; }
span { border-color: rgb(115,58,155); }
td.TdClassName
{
border-color: #733A9B;
}
.TagClassName
{
border-color: #733A9B;
}
</style>