Shades of Royal Purple #7141AC
Tints of Royal Purple #7141AC
RGB
CMYK
RGB Variations
Color information
#7141AC (or 0x7141AC) is known color: Royal Purple. HEX triplet: 71, 41 and AC. RGB value is (113,65,172). Sum of RGB (Red+Green+Blue) = 113+65+172=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #7141AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7141AC is #8EBE53. Grayscale: #5B5B5B. Windows color (decimal): -9354836 or 11288945. OLE color: 11288945.
HSL color Cylindrical-coordinate representation of color #7141AC: hue angle of 266.92º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7141AC is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 65 | 172 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.33 |
| HSL | 266.92º | 0.45% | 0.46% | - |
| HSV(B) | 266.92º | 0.62% | 0.67% | - |
| XYZ | 16.15 | 10.27 | 40.16 | - |
| YUV | 91.55 | 173.4 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 172 | 0.34 | 0.62 | 0 | 0.33 | 266.92 | 0.45 | 0.46 |
| Hex | 71 | 41 | AC | 22 | 3E | 0 | 21 | 10B | 2D | 2E |
| Octal | 161 | 101 | 254 | 42 | 76 | 0 | 41 | 413 | 55 | 56 |
| Binary | 1110001 | 1000001 | 10101100 | 100010 | 111110 | 0 | 100001 | 100001011 | 101101 | 101110 |
Color Harmonies of #7141AC
Complementary color
Monochromatic Colors of #7141AC
Black with #7141AC
Text Example
Text Example
White with #7141AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7141AC; }
p { color: rgb(113,65,172); }
H1.HeaderClassName
{
color: #7141AC;
}
.AnyTagClassName
{
color: #7141AC;
}
</style>
background-color css
<style>
a { background-color: #7141AC; }
a { background-color: rgb(113,65,172); }
div.DivClassName
{
background-color: #7141AC;
}
.BgClassName
{
background-color: #7141AC;
}
</style>
border-color css
<style>
span { border-color: #7141AC; }
span { border-color: rgb(113,65,172); }
td.TdClassName
{
border-color: #7141AC;
}
.TagClassName
{
border-color: #7141AC;
}
</style>