Shades of Royal Purple #71309A
Tints of Royal Purple #71309A
RGB
CMYK
RGB Variations
Color information
#71309A (or 0x71309A) is known color: Royal Purple. HEX triplet: 71, 30 and 9A. RGB value is (113,48,154). Sum of RGB (Red+Green+Blue) = 113+48+154=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #71309A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71309A is #8ECF65. Grayscale: #4F4F4F. Windows color (decimal): -9359206 or 10104945. OLE color: 10104945.
HSL color Cylindrical-coordinate representation of color #71309A: hue angle of 276.79º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71309A is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 48 | 154 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.40 |
| HSL | 276.79º | 0.52% | 0.4% | - |
| HSV(B) | 276.79º | 0.69% | 0.6% | - |
| XYZ | 13.7 | 7.96 | 31.39 | - |
| YUV | 79.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 154 | 0.27 | 0.69 | 0 | 0.40 | 276.79 | 0.52 | 0.4 |
| Hex | 71 | 30 | 9A | 1B | 45 | 0 | 28 | 115 | 34 | 28 |
| Octal | 161 | 60 | 232 | 33 | 105 | 0 | 50 | 425 | 64 | 50 |
| Binary | 1110001 | 110000 | 10011010 | 11011 | 1000101 | 0 | 101000 | 100010101 | 110100 | 101000 |
Color Harmonies of #71309A
Complementary color
Monochromatic Colors of #71309A
Black with #71309A
Text Example
Text Example
White with #71309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71309A; }
p { color: rgb(113,48,154); }
H1.HeaderClassName
{
color: #71309A;
}
.AnyTagClassName
{
color: #71309A;
}
</style>
background-color css
<style>
a { background-color: #71309A; }
a { background-color: rgb(113,48,154); }
div.DivClassName
{
background-color: #71309A;
}
.BgClassName
{
background-color: #71309A;
}
</style>
border-color css
<style>
span { border-color: #71309A; }
span { border-color: rgb(113,48,154); }
td.TdClassName
{
border-color: #71309A;
}
.TagClassName
{
border-color: #71309A;
}
</style>