Shades of Royal Purple #732C9E
Tints of Royal Purple #732C9E
RGB
CMYK
RGB Variations
Color information
#732C9E (or 0x732C9E) is known color: Royal Purple. HEX triplet: 73, 2C and 9E. RGB value is (115,44,158). Sum of RGB (Red+Green+Blue) = 115+44+158=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #732C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732C9E is #8CD361. Grayscale: #4D4D4D. Windows color (decimal): -9229154 or 10366067. OLE color: 10366067.
HSL color Cylindrical-coordinate representation of color #732C9E: hue angle of 277.37º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732C9E is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 44 | 158 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.38 |
| HSL | 277.37º | 0.56% | 0.4% | - |
| HSV(B) | 277.37º | 0.72% | 0.62% | - |
| XYZ | 14.14 | 7.91 | 33.13 | - |
| YUV | 78.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 158 | 0.27 | 0.72 | 0 | 0.38 | 277.37 | 0.56 | 0.4 |
| Hex | 73 | 2C | 9E | 1B | 48 | 0 | 26 | 115 | 38 | 28 |
| Octal | 163 | 54 | 236 | 33 | 110 | 0 | 46 | 425 | 70 | 50 |
| Binary | 1110011 | 101100 | 10011110 | 11011 | 1001000 | 0 | 100110 | 100010101 | 111000 | 101000 |
Color Harmonies of #732C9E
Complementary color
Monochromatic Colors of #732C9E
Black with #732C9E
Text Example
Text Example
White with #732C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C9E; }
p { color: rgb(115,44,158); }
H1.HeaderClassName
{
color: #732C9E;
}
.AnyTagClassName
{
color: #732C9E;
}
</style>
background-color css
<style>
a { background-color: #732C9E; }
a { background-color: rgb(115,44,158); }
div.DivClassName
{
background-color: #732C9E;
}
.BgClassName
{
background-color: #732C9E;
}
</style>
border-color css
<style>
span { border-color: #732C9E; }
span { border-color: rgb(115,44,158); }
td.TdClassName
{
border-color: #732C9E;
}
.TagClassName
{
border-color: #732C9E;
}
</style>