Shades of Royal Purple #7129A5
Tints of Royal Purple #7129A5
RGB
CMYK
RGB Variations
Color information
#7129A5 (or 0x7129A5) is known color: Royal Purple. HEX triplet: 71, 29 and A5. RGB value is (113,41,165). Sum of RGB (Red+Green+Blue) = 113+41+165=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #7129A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7129A5 is #8ED65A. Grayscale: #4C4C4C. Windows color (decimal): -9360987 or 10824049. OLE color: 10824049.
HSL color Cylindrical-coordinate representation of color #7129A5: hue angle of 274.84º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7129A5 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 41 | 165 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.35 |
| HSL | 274.84º | 0.6% | 0.4% | - |
| HSV(B) | 274.84º | 0.75% | 0.65% | - |
| XYZ | 14.39 | 7.81 | 36.35 | - |
| YUV | 76.66 | 177.85 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 165 | 0.32 | 0.75 | 0 | 0.35 | 274.84 | 0.6 | 0.4 |
| Hex | 71 | 29 | A5 | 20 | 4B | 0 | 23 | 113 | 3C | 28 |
| Octal | 161 | 51 | 245 | 40 | 113 | 0 | 43 | 423 | 74 | 50 |
| Binary | 1110001 | 101001 | 10100101 | 100000 | 1001011 | 0 | 100011 | 100010011 | 111100 | 101000 |
Color Harmonies of #7129A5
Complementary color
Monochromatic Colors of #7129A5
Black with #7129A5
Text Example
Text Example
White with #7129A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7129A5; }
p { color: rgb(113,41,165); }
H1.HeaderClassName
{
color: #7129A5;
}
.AnyTagClassName
{
color: #7129A5;
}
</style>
background-color css
<style>
a { background-color: #7129A5; }
a { background-color: rgb(113,41,165); }
div.DivClassName
{
background-color: #7129A5;
}
.BgClassName
{
background-color: #7129A5;
}
</style>
border-color css
<style>
span { border-color: #7129A5; }
span { border-color: rgb(113,41,165); }
td.TdClassName
{
border-color: #7129A5;
}
.TagClassName
{
border-color: #7129A5;
}
</style>