Shades of Royal Purple #733E93
Tints of Royal Purple #733E93
RGB
CMYK
RGB Variations
Color information
#733E93 (or 0x733E93) is known color: Royal Purple. HEX triplet: 73, 3E and 93. RGB value is (115,62,147). Sum of RGB (Red+Green+Blue) = 115+62+147=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #733E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733E93 is #8CC16C. Grayscale: #575757. Windows color (decimal): -9224557 or 9649779. OLE color: 9649779.
HSL color Cylindrical-coordinate representation of color #733E93: hue angle of 277.41º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #733E93 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 62 | 147 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.42 |
| HSL | 277.41º | 0.41% | 0.41% | - |
| HSV(B) | 277.41º | 0.58% | 0.58% | - |
| XYZ | 14.06 | 9.2 | 28.64 | - |
| YUV | 87.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 147 | 0.22 | 0.58 | 0 | 0.42 | 277.41 | 0.41 | 0.41 |
| Hex | 73 | 3E | 93 | 16 | 3A | 0 | 2A | 115 | 29 | 29 |
| Octal | 163 | 76 | 223 | 26 | 72 | 0 | 52 | 425 | 51 | 51 |
| Binary | 1110011 | 111110 | 10010011 | 10110 | 111010 | 0 | 101010 | 100010101 | 101001 | 101001 |
Color Harmonies of #733E93
Complementary color
Monochromatic Colors of #733E93
Black with #733E93
Text Example
Text Example
White with #733E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733E93; }
p { color: rgb(115,62,147); }
H1.HeaderClassName
{
color: #733E93;
}
.AnyTagClassName
{
color: #733E93;
}
</style>
background-color css
<style>
a { background-color: #733E93; }
a { background-color: rgb(115,62,147); }
div.DivClassName
{
background-color: #733E93;
}
.BgClassName
{
background-color: #733E93;
}
</style>
border-color css
<style>
span { border-color: #733E93; }
span { border-color: rgb(115,62,147); }
td.TdClassName
{
border-color: #733E93;
}
.TagClassName
{
border-color: #733E93;
}
</style>