Shades of Royal Purple #733FAD
Tints of Royal Purple #733FAD
RGB
CMYK
RGB Variations
Color information
#733FAD (or 0x733FAD) is known color: Royal Purple. HEX triplet: 73, 3F and AD. RGB value is (115,63,173). Sum of RGB (Red+Green+Blue) = 115+63+173=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #733FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733FAD is #8CC052. Grayscale: #5A5A5A. Windows color (decimal): -9224275 or 11353971. OLE color: 11353971.
HSL color Cylindrical-coordinate representation of color #733FAD: hue angle of 268.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #733FAD is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 63 | 173 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.32 |
| HSL | 268.36º | 0.47% | 0.46% | - |
| HSV(B) | 268.36º | 0.64% | 0.68% | - |
| XYZ | 16.39 | 10.22 | 40.64 | - |
| YUV | 91.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 173 | 0.34 | 0.64 | 0 | 0.32 | 268.36 | 0.47 | 0.46 |
| Hex | 73 | 3F | AD | 22 | 40 | 0 | 20 | 10C | 2F | 2E |
| Octal | 163 | 77 | 255 | 42 | 100 | 0 | 40 | 414 | 57 | 56 |
| Binary | 1110011 | 111111 | 10101101 | 100010 | 1000000 | 0 | 100000 | 100001100 | 101111 | 101110 |
Color Harmonies of #733FAD
Complementary color
Monochromatic Colors of #733FAD
Black with #733FAD
Text Example
Text Example
White with #733FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FAD; }
p { color: rgb(115,63,173); }
H1.HeaderClassName
{
color: #733FAD;
}
.AnyTagClassName
{
color: #733FAD;
}
</style>
background-color css
<style>
a { background-color: #733FAD; }
a { background-color: rgb(115,63,173); }
div.DivClassName
{
background-color: #733FAD;
}
.BgClassName
{
background-color: #733FAD;
}
</style>
border-color css
<style>
span { border-color: #733FAD; }
span { border-color: rgb(115,63,173); }
td.TdClassName
{
border-color: #733FAD;
}
.TagClassName
{
border-color: #733FAD;
}
</style>