Shades of Royal Purple #71329E
Tints of Royal Purple #71329E
RGB
CMYK
RGB Variations
Color information
#71329E (or 0x71329E) is known color: Royal Purple. HEX triplet: 71, 32 and 9E. RGB value is (113,50,158). Sum of RGB (Red+Green+Blue) = 113+50+158=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #71329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71329E is #8ECD61. Grayscale: #505050. Windows color (decimal): -9358690 or 10367601. OLE color: 10367601.
HSL color Cylindrical-coordinate representation of color #71329E: hue angle of 275º 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 #71329E is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 50 | 158 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.38 |
| HSL | 275º | 0.52% | 0.41% | - |
| HSV(B) | 275º | 0.68% | 0.62% | - |
| XYZ | 14.12 | 8.26 | 33.2 | - |
| YUV | 81.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 158 | 0.28 | 0.68 | 0 | 0.38 | 275 | 0.52 | 0.41 |
| Hex | 71 | 32 | 9E | 1C | 44 | 0 | 26 | 113 | 34 | 29 |
| Octal | 161 | 62 | 236 | 34 | 104 | 0 | 46 | 423 | 64 | 51 |
| Binary | 1110001 | 110010 | 10011110 | 11100 | 1000100 | 0 | 100110 | 100010011 | 110100 | 101001 |
Color Harmonies of #71329E
Complementary color
Monochromatic Colors of #71329E
Black with #71329E
Text Example
Text Example
White with #71329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71329E; }
p { color: rgb(113,50,158); }
H1.HeaderClassName
{
color: #71329E;
}
.AnyTagClassName
{
color: #71329E;
}
</style>
background-color css
<style>
a { background-color: #71329E; }
a { background-color: rgb(113,50,158); }
div.DivClassName
{
background-color: #71329E;
}
.BgClassName
{
background-color: #71329E;
}
</style>
border-color css
<style>
span { border-color: #71329E; }
span { border-color: rgb(113,50,158); }
td.TdClassName
{
border-color: #71329E;
}
.TagClassName
{
border-color: #71329E;
}
</style>