Shades of Royal Purple #733D95
Tints of Royal Purple #733D95
RGB
CMYK
RGB Variations
Color information
#733D95 (or 0x733D95) is known color: Royal Purple. HEX triplet: 73, 3D and 95. RGB value is (115,61,149). Sum of RGB (Red+Green+Blue) = 115+61+149=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #733D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733D95 is #8CC26A. Grayscale: #565656. Windows color (decimal): -9224811 or 9780595. OLE color: 9780595.
HSL color Cylindrical-coordinate representation of color #733D95: hue angle of 276.82º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #733D95 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 61 | 149 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.42 |
| HSL | 276.82º | 0.42% | 0.41% | - |
| HSV(B) | 276.82º | 0.59% | 0.58% | - |
| XYZ | 14.16 | 9.15 | 29.45 | - |
| YUV | 87.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 149 | 0.23 | 0.59 | 0 | 0.42 | 276.82 | 0.42 | 0.41 |
| Hex | 73 | 3D | 95 | 17 | 3B | 0 | 2A | 115 | 2A | 29 |
| Octal | 163 | 75 | 225 | 27 | 73 | 0 | 52 | 425 | 52 | 51 |
| Binary | 1110011 | 111101 | 10010101 | 10111 | 111011 | 0 | 101010 | 100010101 | 101010 | 101001 |
Color Harmonies of #733D95
Complementary color
Monochromatic Colors of #733D95
Black with #733D95
Text Example
Text Example
White with #733D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D95; }
p { color: rgb(115,61,149); }
H1.HeaderClassName
{
color: #733D95;
}
.AnyTagClassName
{
color: #733D95;
}
</style>
background-color css
<style>
a { background-color: #733D95; }
a { background-color: rgb(115,61,149); }
div.DivClassName
{
background-color: #733D95;
}
.BgClassName
{
background-color: #733D95;
}
</style>
border-color css
<style>
span { border-color: #733D95; }
span { border-color: rgb(115,61,149); }
td.TdClassName
{
border-color: #733D95;
}
.TagClassName
{
border-color: #733D95;
}
</style>