Shades of Royal Purple #7134A1
Tints of Royal Purple #7134A1
RGB
CMYK
RGB Variations
Color information
#7134A1 (or 0x7134A1) is known color: Royal Purple. HEX triplet: 71, 34 and A1. RGB value is (113,52,161). Sum of RGB (Red+Green+Blue) = 113+52+161=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #7134A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7134A1 is #8ECB5E. Grayscale: #525252. Windows color (decimal): -9358175 or 10564721. OLE color: 10564721.
HSL color Cylindrical-coordinate representation of color #7134A1: hue angle of 273.58º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7134A1 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 52 | 161 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.37 |
| HSL | 273.58º | 0.51% | 0.42% | - |
| HSV(B) | 273.58º | 0.68% | 0.63% | - |
| XYZ | 14.47 | 8.54 | 34.6 | - |
| YUV | 82.67 | 172.21 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 161 | 0.30 | 0.68 | 0 | 0.37 | 273.58 | 0.51 | 0.42 |
| Hex | 71 | 34 | A1 | 1E | 44 | 0 | 25 | 112 | 33 | 2A |
| Octal | 161 | 64 | 241 | 36 | 104 | 0 | 45 | 422 | 63 | 52 |
| Binary | 1110001 | 110100 | 10100001 | 11110 | 1000100 | 0 | 100101 | 100010010 | 110011 | 101010 |
Color Harmonies of #7134A1
Complementary color
Monochromatic Colors of #7134A1
Black with #7134A1
Text Example
Text Example
White with #7134A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7134A1; }
p { color: rgb(113,52,161); }
H1.HeaderClassName
{
color: #7134A1;
}
.AnyTagClassName
{
color: #7134A1;
}
</style>
background-color css
<style>
a { background-color: #7134A1; }
a { background-color: rgb(113,52,161); }
div.DivClassName
{
background-color: #7134A1;
}
.BgClassName
{
background-color: #7134A1;
}
</style>
border-color css
<style>
span { border-color: #7134A1; }
span { border-color: rgb(113,52,161); }
td.TdClassName
{
border-color: #7134A1;
}
.TagClassName
{
border-color: #7134A1;
}
</style>