Shades of Royal Purple #7134AB
Tints of Royal Purple #7134AB
RGB
CMYK
RGB Variations
Color information
#7134AB (or 0x7134AB) is known color: Royal Purple. HEX triplet: 71, 34 and AB. RGB value is (113,52,171). Sum of RGB (Red+Green+Blue) = 113+52+171=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #7134AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7134AB is #8ECB54. Grayscale: #535353. Windows color (decimal): -9358165 or 11220081. OLE color: 11220081.
HSL color Cylindrical-coordinate representation of color #7134AB: hue angle of 270.76º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7134AB is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 52 | 171 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.33 |
| HSL | 270.76º | 0.53% | 0.44% | - |
| HSV(B) | 270.76º | 0.7% | 0.67% | - |
| XYZ | 15.39 | 8.91 | 39.44 | - |
| YUV | 83.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 171 | 0.34 | 0.70 | 0 | 0.33 | 270.76 | 0.53 | 0.44 |
| Hex | 71 | 34 | AB | 22 | 46 | 0 | 21 | 10F | 35 | 2C |
| Octal | 161 | 64 | 253 | 42 | 106 | 0 | 41 | 417 | 65 | 54 |
| Binary | 1110001 | 110100 | 10101011 | 100010 | 1000110 | 0 | 100001 | 100001111 | 110101 | 101100 |
Color Harmonies of #7134AB
Complementary color
Monochromatic Colors of #7134AB
Black with #7134AB
Text Example
Text Example
White with #7134AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7134AB; }
p { color: rgb(113,52,171); }
H1.HeaderClassName
{
color: #7134AB;
}
.AnyTagClassName
{
color: #7134AB;
}
</style>
background-color css
<style>
a { background-color: #7134AB; }
a { background-color: rgb(113,52,171); }
div.DivClassName
{
background-color: #7134AB;
}
.BgClassName
{
background-color: #7134AB;
}
</style>
border-color css
<style>
span { border-color: #7134AB; }
span { border-color: rgb(113,52,171); }
td.TdClassName
{
border-color: #7134AB;
}
.TagClassName
{
border-color: #7134AB;
}
</style>