Shades of Royal Purple #71389D
Tints of Royal Purple #71389D
RGB
CMYK
RGB Variations
Color information
#71389D (or 0x71389D) is known color: Royal Purple. HEX triplet: 71, 38 and 9D. RGB value is (113,56,157). Sum of RGB (Red+Green+Blue) = 113+56+157=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #71389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71389D is #8EC762. Grayscale: #545454. Windows color (decimal): -9357155 or 10303601. OLE color: 10303601.
HSL color Cylindrical-coordinate representation of color #71389D: hue angle of 273.86º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71389D is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 56 | 157 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.38 |
| HSL | 273.86º | 0.47% | 0.42% | - |
| HSV(B) | 273.86º | 0.64% | 0.62% | - |
| XYZ | 14.31 | 8.77 | 32.84 | - |
| YUV | 84.56 | 168.88 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 157 | 0.28 | 0.64 | 0 | 0.38 | 273.86 | 0.47 | 0.42 |
| Hex | 71 | 38 | 9D | 1C | 40 | 0 | 26 | 112 | 2F | 2A |
| Octal | 161 | 70 | 235 | 34 | 100 | 0 | 46 | 422 | 57 | 52 |
| Binary | 1110001 | 111000 | 10011101 | 11100 | 1000000 | 0 | 100110 | 100010010 | 101111 | 101010 |
Color Harmonies of #71389D
Complementary color
Monochromatic Colors of #71389D
Black with #71389D
Text Example
Text Example
White with #71389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71389D; }
p { color: rgb(113,56,157); }
H1.HeaderClassName
{
color: #71389D;
}
.AnyTagClassName
{
color: #71389D;
}
</style>
background-color css
<style>
a { background-color: #71389D; }
a { background-color: rgb(113,56,157); }
div.DivClassName
{
background-color: #71389D;
}
.BgClassName
{
background-color: #71389D;
}
</style>
border-color css
<style>
span { border-color: #71389D; }
span { border-color: rgb(113,56,157); }
td.TdClassName
{
border-color: #71389D;
}
.TagClassName
{
border-color: #71389D;
}
</style>