Shades of Royal Purple #71249E
Tints of Royal Purple #71249E
RGB
CMYK
RGB Variations
Color information
#71249E (or 0x71249E) is known color: Royal Purple. HEX triplet: 71, 24 and 9E. RGB value is (113,36,158). Sum of RGB (Red+Green+Blue) = 113+36+158=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #71249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71249E is #8EDB61. Grayscale: #484848. Windows color (decimal): -9362274 or 10364017. OLE color: 10364017.
HSL color Cylindrical-coordinate representation of color #71249E: hue angle of 277.87º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71249E is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 36 | 158 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.38 |
| HSL | 277.87º | 0.63% | 0.38% | - |
| HSV(B) | 277.87º | 0.77% | 0.62% | - |
| XYZ | 13.61 | 7.24 | 33.03 | - |
| YUV | 72.93 | 176.01 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 158 | 0.28 | 0.77 | 0 | 0.38 | 277.87 | 0.63 | 0.38 |
| Hex | 71 | 24 | 9E | 1C | 4D | 0 | 26 | 116 | 3F | 26 |
| Octal | 161 | 44 | 236 | 34 | 115 | 0 | 46 | 426 | 77 | 46 |
| Binary | 1110001 | 100100 | 10011110 | 11100 | 1001101 | 0 | 100110 | 100010110 | 111111 | 100110 |
Color Harmonies of #71249E
Complementary color
Monochromatic Colors of #71249E
Black with #71249E
Text Example
Text Example
White with #71249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71249E; }
p { color: rgb(113,36,158); }
H1.HeaderClassName
{
color: #71249E;
}
.AnyTagClassName
{
color: #71249E;
}
</style>
background-color css
<style>
a { background-color: #71249E; }
a { background-color: rgb(113,36,158); }
div.DivClassName
{
background-color: #71249E;
}
.BgClassName
{
background-color: #71249E;
}
</style>
border-color css
<style>
span { border-color: #71249E; }
span { border-color: rgb(113,36,158); }
td.TdClassName
{
border-color: #71249E;
}
.TagClassName
{
border-color: #71249E;
}
</style>