Shades of Royal Purple #7135A3
Tints of Royal Purple #7135A3
RGB
CMYK
RGB Variations
Color information
#7135A3 (or 0x7135A3) is known color: Royal Purple. HEX triplet: 71, 35 and A3. RGB value is (113,53,163). Sum of RGB (Red+Green+Blue) = 113+53+163=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 163 (64.06% from 255 or 49.54% from 329); Max value from RGB is 163 - color contains mainly: blue. Hex color #7135A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7135A3 is #8ECA5C. Grayscale: #535353. Windows color (decimal): -9357917 or 10696049. OLE color: 10696049.
HSL color Cylindrical-coordinate representation of color #7135A3: hue angle of 272.73º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7135A3 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 53 | 163 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.36 |
| HSL | 272.73º | 0.51% | 0.42% | - |
| HSV(B) | 272.73º | 0.67% | 0.64% | - |
| XYZ | 14.69 | 8.7 | 35.56 | - |
| YUV | 83.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 163 | 0.31 | 0.67 | 0 | 0.36 | 272.73 | 0.51 | 0.42 |
| Hex | 71 | 35 | A3 | 1F | 43 | 0 | 24 | 111 | 33 | 2A |
| Octal | 161 | 65 | 243 | 37 | 103 | 0 | 44 | 421 | 63 | 52 |
| Binary | 1110001 | 110101 | 10100011 | 11111 | 1000011 | 0 | 100100 | 100010001 | 110011 | 101010 |
Color Harmonies of #7135A3
Complementary color
Monochromatic Colors of #7135A3
Black with #7135A3
Text Example
Text Example
White with #7135A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7135A3; }
p { color: rgb(113,53,163); }
H1.HeaderClassName
{
color: #7135A3;
}
.AnyTagClassName
{
color: #7135A3;
}
</style>
background-color css
<style>
a { background-color: #7135A3; }
a { background-color: rgb(113,53,163); }
div.DivClassName
{
background-color: #7135A3;
}
.BgClassName
{
background-color: #7135A3;
}
</style>
border-color css
<style>
span { border-color: #7135A3; }
span { border-color: rgb(113,53,163); }
td.TdClassName
{
border-color: #7135A3;
}
.TagClassName
{
border-color: #7135A3;
}
</style>