Shades of Royal Purple #71409E
Tints of Royal Purple #71409E
RGB
CMYK
RGB Variations
Color information
#71409E (or 0x71409E) is known color: Royal Purple. HEX triplet: 71, 40 and 9E. RGB value is (113,64,158). Sum of RGB (Red+Green+Blue) = 113+64+158=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #71409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71409E is #8EBF61. Grayscale: #595959. Windows color (decimal): -9355106 or 10371185. OLE color: 10371185.
HSL color Cylindrical-coordinate representation of color #71409E: hue angle of 271.28º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71409E is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 64 | 158 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.38 |
| HSL | 271.28º | 0.42% | 0.44% | - |
| HSV(B) | 271.28º | 0.59% | 0.62% | - |
| XYZ | 14.82 | 9.65 | 33.43 | - |
| YUV | 89.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 64 | 158 | 0.28 | 0.59 | 0 | 0.38 | 271.28 | 0.42 | 0.44 |
| Hex | 71 | 40 | 9E | 1C | 3B | 0 | 26 | 10F | 2A | 2C |
| Octal | 161 | 100 | 236 | 34 | 73 | 0 | 46 | 417 | 52 | 54 |
| Binary | 1110001 | 1000000 | 10011110 | 11100 | 111011 | 0 | 100110 | 100001111 | 101010 | 101100 |
Color Harmonies of #71409E
Complementary color
Monochromatic Colors of #71409E
Black with #71409E
Text Example
Text Example
White with #71409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71409E; }
p { color: rgb(113,64,158); }
H1.HeaderClassName
{
color: #71409E;
}
.AnyTagClassName
{
color: #71409E;
}
</style>
background-color css
<style>
a { background-color: #71409E; }
a { background-color: rgb(113,64,158); }
div.DivClassName
{
background-color: #71409E;
}
.BgClassName
{
background-color: #71409E;
}
</style>
border-color css
<style>
span { border-color: #71409E; }
span { border-color: rgb(113,64,158); }
td.TdClassName
{
border-color: #71409E;
}
.TagClassName
{
border-color: #71409E;
}
</style>