Shades of Royal Purple #733F95
Tints of Royal Purple #733F95
RGB
CMYK
RGB Variations
Color information
#733F95 (or 0x733F95) is known color: Royal Purple. HEX triplet: 73, 3F and 95. RGB value is (115,63,149). Sum of RGB (Red+Green+Blue) = 115+63+149=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #733F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733F95 is #8CC06A. Grayscale: #585858. Windows color (decimal): -9224299 or 9781107. OLE color: 9781107.
HSL color Cylindrical-coordinate representation of color #733F95: hue angle of 276.28º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #733F95 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 63 | 149 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.42 |
| HSL | 276.28º | 0.41% | 0.42% | - |
| HSV(B) | 276.28º | 0.58% | 0.58% | - |
| XYZ | 14.27 | 9.37 | 29.49 | - |
| YUV | 88.35 | 162.23 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 149 | 0.23 | 0.58 | 0 | 0.42 | 276.28 | 0.41 | 0.42 |
| Hex | 73 | 3F | 95 | 17 | 3A | 0 | 2A | 114 | 29 | 2A |
| Octal | 163 | 77 | 225 | 27 | 72 | 0 | 52 | 424 | 51 | 52 |
| Binary | 1110011 | 111111 | 10010101 | 10111 | 111010 | 0 | 101010 | 100010100 | 101001 | 101010 |
Color Harmonies of #733F95
Complementary color
Monochromatic Colors of #733F95
Black with #733F95
Text Example
Text Example
White with #733F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F95; }
p { color: rgb(115,63,149); }
H1.HeaderClassName
{
color: #733F95;
}
.AnyTagClassName
{
color: #733F95;
}
</style>
background-color css
<style>
a { background-color: #733F95; }
a { background-color: rgb(115,63,149); }
div.DivClassName
{
background-color: #733F95;
}
.BgClassName
{
background-color: #733F95;
}
</style>
border-color css
<style>
span { border-color: #733F95; }
span { border-color: rgb(115,63,149); }
td.TdClassName
{
border-color: #733F95;
}
.TagClassName
{
border-color: #733F95;
}
</style>