Shades of Royal Purple #7130AB
Tints of Royal Purple #7130AB
RGB
CMYK
RGB Variations
Color information
#7130AB (or 0x7130AB) is known color: Royal Purple. HEX triplet: 71, 30 and AB. RGB value is (113,48,171). Sum of RGB (Red+Green+Blue) = 113+48+171=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #7130AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7130AB is #8ECF54. Grayscale: #515151. Windows color (decimal): -9359189 or 11219057. OLE color: 11219057.
HSL color Cylindrical-coordinate representation of color #7130AB: hue angle of 271.71º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7130AB is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 48 | 171 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.33 |
| HSL | 271.71º | 0.56% | 0.43% | - |
| HSV(B) | 271.71º | 0.72% | 0.67% | - |
| XYZ | 15.22 | 8.56 | 39.38 | - |
| YUV | 81.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 171 | 0.34 | 0.72 | 0 | 0.33 | 271.71 | 0.56 | 0.43 |
| Hex | 71 | 30 | AB | 22 | 48 | 0 | 21 | 110 | 38 | 2B |
| Octal | 161 | 60 | 253 | 42 | 110 | 0 | 41 | 420 | 70 | 53 |
| Binary | 1110001 | 110000 | 10101011 | 100010 | 1001000 | 0 | 100001 | 100010000 | 111000 | 101011 |
Color Harmonies of #7130AB
Complementary color
Monochromatic Colors of #7130AB
Black with #7130AB
Text Example
Text Example
White with #7130AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7130AB; }
p { color: rgb(113,48,171); }
H1.HeaderClassName
{
color: #7130AB;
}
.AnyTagClassName
{
color: #7130AB;
}
</style>
background-color css
<style>
a { background-color: #7130AB; }
a { background-color: rgb(113,48,171); }
div.DivClassName
{
background-color: #7130AB;
}
.BgClassName
{
background-color: #7130AB;
}
</style>
border-color css
<style>
span { border-color: #7130AB; }
span { border-color: rgb(113,48,171); }
td.TdClassName
{
border-color: #7130AB;
}
.TagClassName
{
border-color: #7130AB;
}
</style>