Shades of Royal Purple #71389F
Tints of Royal Purple #71389F
RGB
CMYK
RGB Variations
Color information
#71389F (or 0x71389F) is known color: Royal Purple. HEX triplet: 71, 38 and 9F. RGB value is (113,56,159). Sum of RGB (Red+Green+Blue) = 113+56+159=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #71389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71389F is #8EC760. Grayscale: #545454. Windows color (decimal): -9357153 or 10434673. OLE color: 10434673.
HSL color Cylindrical-coordinate representation of color #71389F: hue angle of 273.2º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71389F is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 56 | 159 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.38 |
| HSL | 273.2º | 0.48% | 0.42% | - |
| HSV(B) | 273.2º | 0.65% | 0.62% | - |
| XYZ | 14.48 | 8.84 | 33.74 | - |
| YUV | 84.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 159 | 0.29 | 0.65 | 0 | 0.38 | 273.2 | 0.48 | 0.42 |
| Hex | 71 | 38 | 9F | 1D | 41 | 0 | 26 | 111 | 30 | 2A |
| Octal | 161 | 70 | 237 | 35 | 101 | 0 | 46 | 421 | 60 | 52 |
| Binary | 1110001 | 111000 | 10011111 | 11101 | 1000001 | 0 | 100110 | 100010001 | 110000 | 101010 |
Color Harmonies of #71389F
Complementary color
Monochromatic Colors of #71389F
Black with #71389F
Text Example
Text Example
White with #71389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71389F; }
p { color: rgb(113,56,159); }
H1.HeaderClassName
{
color: #71389F;
}
.AnyTagClassName
{
color: #71389F;
}
</style>
background-color css
<style>
a { background-color: #71389F; }
a { background-color: rgb(113,56,159); }
div.DivClassName
{
background-color: #71389F;
}
.BgClassName
{
background-color: #71389F;
}
</style>
border-color css
<style>
span { border-color: #71389F; }
span { border-color: rgb(113,56,159); }
td.TdClassName
{
border-color: #71389F;
}
.TagClassName
{
border-color: #71389F;
}
</style>