Shades of Royal Purple #71429F
Tints of Royal Purple #71429F
RGB
CMYK
RGB Variations
Color information
#71429F (or 0x71429F) is known color: Royal Purple. HEX triplet: 71, 42 and 9F. RGB value is (113,66,159). Sum of RGB (Red+Green+Blue) = 113+66+159=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #71429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71429F is #8EBD60. Grayscale: #5A5A5A. Windows color (decimal): -9354593 or 10437233. OLE color: 10437233.
HSL color Cylindrical-coordinate representation of color #71429F: hue angle of 270.32º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71429F is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 66 | 159 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.38 |
| HSL | 270.32º | 0.41% | 0.44% | - |
| HSV(B) | 270.32º | 0.58% | 0.62% | - |
| XYZ | 15.02 | 9.91 | 33.92 | - |
| YUV | 90.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 159 | 0.29 | 0.58 | 0 | 0.38 | 270.32 | 0.41 | 0.44 |
| Hex | 71 | 42 | 9F | 1D | 3A | 0 | 26 | 10E | 29 | 2C |
| Octal | 161 | 102 | 237 | 35 | 72 | 0 | 46 | 416 | 51 | 54 |
| Binary | 1110001 | 1000010 | 10011111 | 11101 | 111010 | 0 | 100110 | 100001110 | 101001 | 101100 |
Color Harmonies of #71429F
Complementary color
Monochromatic Colors of #71429F
Black with #71429F
Text Example
Text Example
White with #71429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71429F; }
p { color: rgb(113,66,159); }
H1.HeaderClassName
{
color: #71429F;
}
.AnyTagClassName
{
color: #71429F;
}
</style>
background-color css
<style>
a { background-color: #71429F; }
a { background-color: rgb(113,66,159); }
div.DivClassName
{
background-color: #71429F;
}
.BgClassName
{
background-color: #71429F;
}
</style>
border-color css
<style>
span { border-color: #71429F; }
span { border-color: rgb(113,66,159); }
td.TdClassName
{
border-color: #71429F;
}
.TagClassName
{
border-color: #71429F;
}
</style>