Shades of Royal Purple #71349F
Tints of Royal Purple #71349F
RGB
CMYK
RGB Variations
Color information
#71349F (or 0x71349F) is known color: Royal Purple. HEX triplet: 71, 34 and 9F. RGB value is (113,52,159). Sum of RGB (Red+Green+Blue) = 113+52+159=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #71349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71349F is #8ECB60. Grayscale: #525252. Windows color (decimal): -9358177 or 10433649. OLE color: 10433649.
HSL color Cylindrical-coordinate representation of color #71349F: hue angle of 274.21º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71349F is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 52 | 159 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.38 |
| HSL | 274.21º | 0.51% | 0.41% | - |
| HSV(B) | 274.21º | 0.67% | 0.62% | - |
| XYZ | 14.3 | 8.47 | 33.68 | - |
| YUV | 82.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 159 | 0.29 | 0.67 | 0 | 0.38 | 274.21 | 0.51 | 0.41 |
| Hex | 71 | 34 | 9F | 1D | 43 | 0 | 26 | 112 | 33 | 29 |
| Octal | 161 | 64 | 237 | 35 | 103 | 0 | 46 | 422 | 63 | 51 |
| Binary | 1110001 | 110100 | 10011111 | 11101 | 1000011 | 0 | 100110 | 100010010 | 110011 | 101001 |
Color Harmonies of #71349F
Complementary color
Monochromatic Colors of #71349F
Black with #71349F
Text Example
Text Example
White with #71349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71349F; }
p { color: rgb(113,52,159); }
H1.HeaderClassName
{
color: #71349F;
}
.AnyTagClassName
{
color: #71349F;
}
</style>
background-color css
<style>
a { background-color: #71349F; }
a { background-color: rgb(113,52,159); }
div.DivClassName
{
background-color: #71349F;
}
.BgClassName
{
background-color: #71349F;
}
</style>
border-color css
<style>
span { border-color: #71349F; }
span { border-color: rgb(113,52,159); }
td.TdClassName
{
border-color: #71349F;
}
.TagClassName
{
border-color: #71349F;
}
</style>