Shades of Royal Purple #72329E
Tints of Royal Purple #72329E
RGB
CMYK
RGB Variations
Color information
#72329E (or 0x72329E) is known color: Royal Purple. HEX triplet: 72, 32 and 9E. RGB value is (114,50,158). Sum of RGB (Red+Green+Blue) = 114+50+158=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #72329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72329E is #8DCD61. Grayscale: #515151. Windows color (decimal): -9293154 or 10367602. OLE color: 10367602.
HSL color Cylindrical-coordinate representation of color #72329E: hue angle of 275.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72329E is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 50 | 158 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.38 |
| HSL | 275.56º | 0.52% | 0.41% | - |
| HSV(B) | 275.56º | 0.68% | 0.62% | - |
| XYZ | 14.25 | 8.33 | 33.2 | - |
| YUV | 81.45 | 171.2 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 158 | 0.28 | 0.68 | 0 | 0.38 | 275.56 | 0.52 | 0.41 |
| Hex | 72 | 32 | 9E | 1C | 44 | 0 | 26 | 114 | 34 | 29 |
| Octal | 162 | 62 | 236 | 34 | 104 | 0 | 46 | 424 | 64 | 51 |
| Binary | 1110010 | 110010 | 10011110 | 11100 | 1000100 | 0 | 100110 | 100010100 | 110100 | 101001 |
Color Harmonies of #72329E
Complementary color
Monochromatic Colors of #72329E
Black with #72329E
Text Example
Text Example
White with #72329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72329E; }
p { color: rgb(114,50,158); }
H1.HeaderClassName
{
color: #72329E;
}
.AnyTagClassName
{
color: #72329E;
}
</style>
background-color css
<style>
a { background-color: #72329E; }
a { background-color: rgb(114,50,158); }
div.DivClassName
{
background-color: #72329E;
}
.BgClassName
{
background-color: #72329E;
}
</style>
border-color css
<style>
span { border-color: #72329E; }
span { border-color: rgb(114,50,158); }
td.TdClassName
{
border-color: #72329E;
}
.TagClassName
{
border-color: #72329E;
}
</style>