Shades of Royal Purple #71309D
Tints of Royal Purple #71309D
RGB
CMYK
RGB Variations
Color information
#71309D (or 0x71309D) is known color: Royal Purple. HEX triplet: 71, 30 and 9D. RGB value is (113,48,157). Sum of RGB (Red+Green+Blue) = 113+48+157=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #71309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71309D is #8ECF62. Grayscale: #4F4F4F. Windows color (decimal): -9359203 or 10301553. OLE color: 10301553.
HSL color Cylindrical-coordinate representation of color #71309D: hue angle of 275.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71309D is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 48 | 157 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.38 |
| HSL | 275.78º | 0.53% | 0.4% | - |
| HSV(B) | 275.78º | 0.69% | 0.62% | - |
| XYZ | 13.95 | 8.06 | 32.72 | - |
| YUV | 79.86 | 171.53 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 157 | 0.28 | 0.69 | 0 | 0.38 | 275.78 | 0.53 | 0.4 |
| Hex | 71 | 30 | 9D | 1C | 45 | 0 | 26 | 114 | 35 | 28 |
| Octal | 161 | 60 | 235 | 34 | 105 | 0 | 46 | 424 | 65 | 50 |
| Binary | 1110001 | 110000 | 10011101 | 11100 | 1000101 | 0 | 100110 | 100010100 | 110101 | 101000 |
Color Harmonies of #71309D
Complementary color
Monochromatic Colors of #71309D
Black with #71309D
Text Example
Text Example
White with #71309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71309D; }
p { color: rgb(113,48,157); }
H1.HeaderClassName
{
color: #71309D;
}
.AnyTagClassName
{
color: #71309D;
}
</style>
background-color css
<style>
a { background-color: #71309D; }
a { background-color: rgb(113,48,157); }
div.DivClassName
{
background-color: #71309D;
}
.BgClassName
{
background-color: #71309D;
}
</style>
border-color css
<style>
span { border-color: #71309D; }
span { border-color: rgb(113,48,157); }
td.TdClassName
{
border-color: #71309D;
}
.TagClassName
{
border-color: #71309D;
}
</style>