Shades of Royal Purple #71309F
Tints of Royal Purple #71309F
RGB
CMYK
RGB Variations
Color information
#71309F (or 0x71309F) is known color: Royal Purple. HEX triplet: 71, 30 and 9F. RGB value is (113,48,159). Sum of RGB (Red+Green+Blue) = 113+48+159=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #71309F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71309F is #8ECF60. Grayscale: #4F4F4F. Windows color (decimal): -9359201 or 10432625. OLE color: 10432625.
HSL color Cylindrical-coordinate representation of color #71309F: hue angle of 275.14º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71309F is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 48 | 159 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.38 |
| HSL | 275.14º | 0.54% | 0.41% | - |
| HSV(B) | 275.14º | 0.7% | 0.62% | - |
| XYZ | 14.13 | 8.13 | 33.63 | - |
| YUV | 80.09 | 172.53 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 159 | 0.29 | 0.70 | 0 | 0.38 | 275.14 | 0.54 | 0.41 |
| Hex | 71 | 30 | 9F | 1D | 46 | 0 | 26 | 113 | 36 | 29 |
| Octal | 161 | 60 | 237 | 35 | 106 | 0 | 46 | 423 | 66 | 51 |
| Binary | 1110001 | 110000 | 10011111 | 11101 | 1000110 | 0 | 100110 | 100010011 | 110110 | 101001 |
Color Harmonies of #71309F
Complementary color
Monochromatic Colors of #71309F
Black with #71309F
Text Example
Text Example
White with #71309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71309F; }
p { color: rgb(113,48,159); }
H1.HeaderClassName
{
color: #71309F;
}
.AnyTagClassName
{
color: #71309F;
}
</style>
background-color css
<style>
a { background-color: #71309F; }
a { background-color: rgb(113,48,159); }
div.DivClassName
{
background-color: #71309F;
}
.BgClassName
{
background-color: #71309F;
}
</style>
border-color css
<style>
span { border-color: #71309F; }
span { border-color: rgb(113,48,159); }
td.TdClassName
{
border-color: #71309F;
}
.TagClassName
{
border-color: #71309F;
}
</style>