Shades of Royal Purple #71419D
Tints of Royal Purple #71419D
RGB
CMYK
RGB Variations
Color information
#71419D (or 0x71419D) is known color: Royal Purple. HEX triplet: 71, 41 and 9D. RGB value is (113,65,157). Sum of RGB (Red+Green+Blue) = 113+65+157=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #71419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71419D is #8EBE62. Grayscale: #595959. Windows color (decimal): -9354851 or 10305905. OLE color: 10305905.
HSL color Cylindrical-coordinate representation of color #71419D: hue angle of 271.3º degrees, saturation: 0.41, 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 #71419D is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 65 | 157 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.38 |
| HSL | 271.3º | 0.41% | 0.44% | - |
| HSV(B) | 271.3º | 0.59% | 0.62% | - |
| XYZ | 14.79 | 9.73 | 33 | - |
| YUV | 89.84 | 165.9 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 157 | 0.28 | 0.59 | 0 | 0.38 | 271.3 | 0.41 | 0.44 |
| Hex | 71 | 41 | 9D | 1C | 3B | 0 | 26 | 10F | 29 | 2C |
| Octal | 161 | 101 | 235 | 34 | 73 | 0 | 46 | 417 | 51 | 54 |
| Binary | 1110001 | 1000001 | 10011101 | 11100 | 111011 | 0 | 100110 | 100001111 | 101001 | 101100 |
Color Harmonies of #71419D
Complementary color
Monochromatic Colors of #71419D
Black with #71419D
Text Example
Text Example
White with #71419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71419D; }
p { color: rgb(113,65,157); }
H1.HeaderClassName
{
color: #71419D;
}
.AnyTagClassName
{
color: #71419D;
}
</style>
background-color css
<style>
a { background-color: #71419D; }
a { background-color: rgb(113,65,157); }
div.DivClassName
{
background-color: #71419D;
}
.BgClassName
{
background-color: #71419D;
}
</style>
border-color css
<style>
span { border-color: #71419D; }
span { border-color: rgb(113,65,157); }
td.TdClassName
{
border-color: #71419D;
}
.TagClassName
{
border-color: #71419D;
}
</style>