Shades of Royal Purple #72329B
Tints of Royal Purple #72329B
RGB
CMYK
RGB Variations
Color information
#72329B (or 0x72329B) is known color: Royal Purple. HEX triplet: 72, 32 and 9B. RGB value is (114,50,155). Sum of RGB (Red+Green+Blue) = 114+50+155=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #72329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72329B is #8DCD64. Grayscale: #505050. Windows color (decimal): -9293157 or 10170994. OLE color: 10170994.
HSL color Cylindrical-coordinate representation of color #72329B: hue angle of 276.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72329B is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 50 | 155 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.39 |
| HSL | 276.57º | 0.51% | 0.4% | - |
| HSV(B) | 276.57º | 0.68% | 0.61% | - |
| XYZ | 14 | 8.23 | 31.86 | - |
| YUV | 81.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 155 | 0.26 | 0.68 | 0 | 0.39 | 276.57 | 0.51 | 0.4 |
| Hex | 72 | 32 | 9B | 1A | 44 | 0 | 27 | 115 | 33 | 28 |
| Octal | 162 | 62 | 233 | 32 | 104 | 0 | 47 | 425 | 63 | 50 |
| Binary | 1110010 | 110010 | 10011011 | 11010 | 1000100 | 0 | 100111 | 100010101 | 110011 | 101000 |
Color Harmonies of #72329B
Complementary color
Monochromatic Colors of #72329B
Black with #72329B
Text Example
Text Example
White with #72329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72329B; }
p { color: rgb(114,50,155); }
H1.HeaderClassName
{
color: #72329B;
}
.AnyTagClassName
{
color: #72329B;
}
</style>
background-color css
<style>
a { background-color: #72329B; }
a { background-color: rgb(114,50,155); }
div.DivClassName
{
background-color: #72329B;
}
.BgClassName
{
background-color: #72329B;
}
</style>
border-color css
<style>
span { border-color: #72329B; }
span { border-color: rgb(114,50,155); }
td.TdClassName
{
border-color: #72329B;
}
.TagClassName
{
border-color: #72329B;
}
</style>