Shades of Royal Purple #733897
Tints of Royal Purple #733897
RGB
CMYK
RGB Variations
Color information
#733897 (or 0x733897) is known color: Royal Purple. HEX triplet: 73, 38 and 97. RGB value is (115,56,151). Sum of RGB (Red+Green+Blue) = 115+56+151=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #733897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733897 is #8CC768. Grayscale: #545454. Windows color (decimal): -9226089 or 9910387. OLE color: 9910387.
HSL color Cylindrical-coordinate representation of color #733897: hue angle of 277.26º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #733897 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 56 | 151 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.41 |
| HSL | 277.26º | 0.46% | 0.41% | - |
| HSV(B) | 277.26º | 0.63% | 0.59% | - |
| XYZ | 14.07 | 8.71 | 30.22 | - |
| YUV | 84.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 151 | 0.24 | 0.63 | 0 | 0.41 | 277.26 | 0.46 | 0.41 |
| Hex | 73 | 38 | 97 | 18 | 3F | 0 | 29 | 115 | 2E | 29 |
| Octal | 163 | 70 | 227 | 30 | 77 | 0 | 51 | 425 | 56 | 51 |
| Binary | 1110011 | 111000 | 10010111 | 11000 | 111111 | 0 | 101001 | 100010101 | 101110 | 101001 |
Color Harmonies of #733897
Complementary color
Monochromatic Colors of #733897
Black with #733897
Text Example
Text Example
White with #733897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733897; }
p { color: rgb(115,56,151); }
H1.HeaderClassName
{
color: #733897;
}
.AnyTagClassName
{
color: #733897;
}
</style>
background-color css
<style>
a { background-color: #733897; }
a { background-color: rgb(115,56,151); }
div.DivClassName
{
background-color: #733897;
}
.BgClassName
{
background-color: #733897;
}
</style>
border-color css
<style>
span { border-color: #733897; }
span { border-color: rgb(115,56,151); }
td.TdClassName
{
border-color: #733897;
}
.TagClassName
{
border-color: #733897;
}
</style>