Shades of Royal Purple #733896
Tints of Royal Purple #733896
RGB
CMYK
RGB Variations
Color information
#733896 (or 0x733896) is known color: Royal Purple. HEX triplet: 73, 38 and 96. RGB value is (115,56,150). Sum of RGB (Red+Green+Blue) = 115+56+150=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #733896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733896 is #8CC769. Grayscale: #545454. Windows color (decimal): -9226090 or 9844851. OLE color: 9844851.
HSL color Cylindrical-coordinate representation of color #733896: hue angle of 277.66º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #733896 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 56 | 150 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.41 |
| HSL | 277.66º | 0.46% | 0.4% | - |
| HSV(B) | 277.66º | 0.63% | 0.59% | - |
| XYZ | 13.99 | 8.68 | 29.79 | - |
| YUV | 84.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 150 | 0.23 | 0.63 | 0 | 0.41 | 277.66 | 0.46 | 0.4 |
| Hex | 73 | 38 | 96 | 17 | 3F | 0 | 29 | 116 | 2E | 28 |
| Octal | 163 | 70 | 226 | 27 | 77 | 0 | 51 | 426 | 56 | 50 |
| Binary | 1110011 | 111000 | 10010110 | 10111 | 111111 | 0 | 101001 | 100010110 | 101110 | 101000 |
Color Harmonies of #733896
Complementary color
Monochromatic Colors of #733896
Black with #733896
Text Example
Text Example
White with #733896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733896; }
p { color: rgb(115,56,150); }
H1.HeaderClassName
{
color: #733896;
}
.AnyTagClassName
{
color: #733896;
}
</style>
background-color css
<style>
a { background-color: #733896; }
a { background-color: rgb(115,56,150); }
div.DivClassName
{
background-color: #733896;
}
.BgClassName
{
background-color: #733896;
}
</style>
border-color css
<style>
span { border-color: #733896; }
span { border-color: rgb(115,56,150); }
td.TdClassName
{
border-color: #733896;
}
.TagClassName
{
border-color: #733896;
}
</style>