Shades of Royal Purple #733AAF
Tints of Royal Purple #733AAF
RGB
CMYK
RGB Variations
Color information
#733AAF (or 0x733AAF) is known color: Royal Purple. HEX triplet: 73, 3A and AF. RGB value is (115,58,175). Sum of RGB (Red+Green+Blue) = 115+58+175=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #733AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733AAF is #8CC550. Grayscale: #575757. Windows color (decimal): -9225553 or 11483763. OLE color: 11483763.
HSL color Cylindrical-coordinate representation of color #733AAF: hue angle of 269.23º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #733AAF is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 58 | 175 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.31 |
| HSL | 269.23º | 0.5% | 0.46% | - |
| HSV(B) | 269.23º | 0.67% | 0.69% | - |
| XYZ | 16.32 | 9.77 | 41.58 | - |
| YUV | 88.38 | 176.88 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 175 | 0.34 | 0.67 | 0 | 0.31 | 269.23 | 0.5 | 0.46 |
| Hex | 73 | 3A | AF | 22 | 43 | 0 | 1F | 10D | 32 | 2E |
| Octal | 163 | 72 | 257 | 42 | 103 | 0 | 37 | 415 | 62 | 56 |
| Binary | 1110011 | 111010 | 10101111 | 100010 | 1000011 | 0 | 11111 | 100001101 | 110010 | 101110 |
Color Harmonies of #733AAF
Complementary color
Monochromatic Colors of #733AAF
Black with #733AAF
Text Example
Text Example
White with #733AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733AAF; }
p { color: rgb(115,58,175); }
H1.HeaderClassName
{
color: #733AAF;
}
.AnyTagClassName
{
color: #733AAF;
}
</style>
background-color css
<style>
a { background-color: #733AAF; }
a { background-color: rgb(115,58,175); }
div.DivClassName
{
background-color: #733AAF;
}
.BgClassName
{
background-color: #733AAF;
}
</style>
border-color css
<style>
span { border-color: #733AAF; }
span { border-color: rgb(115,58,175); }
td.TdClassName
{
border-color: #733AAF;
}
.TagClassName
{
border-color: #733AAF;
}
</style>