Shades of Royal Purple #71339F
Tints of Royal Purple #71339F
RGB
CMYK
RGB Variations
Color information
#71339F (or 0x71339F) is known color: Royal Purple. HEX triplet: 71, 33 and 9F. RGB value is (113,51,159). Sum of RGB (Red+Green+Blue) = 113+51+159=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #71339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71339F is #8ECC60. Grayscale: #515151. Windows color (decimal): -9358433 or 10433393. OLE color: 10433393.
HSL color Cylindrical-coordinate representation of color #71339F: hue angle of 274.44º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71339F is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 51 | 159 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.38 |
| HSL | 274.44º | 0.51% | 0.41% | - |
| HSV(B) | 274.44º | 0.68% | 0.62% | - |
| XYZ | 14.25 | 8.38 | 33.67 | - |
| YUV | 81.85 | 171.54 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 159 | 0.29 | 0.68 | 0 | 0.38 | 274.44 | 0.51 | 0.41 |
| Hex | 71 | 33 | 9F | 1D | 44 | 0 | 26 | 112 | 33 | 29 |
| Octal | 161 | 63 | 237 | 35 | 104 | 0 | 46 | 422 | 63 | 51 |
| Binary | 1110001 | 110011 | 10011111 | 11101 | 1000100 | 0 | 100110 | 100010010 | 110011 | 101001 |
Color Harmonies of #71339F
Complementary color
Monochromatic Colors of #71339F
Black with #71339F
Text Example
Text Example
White with #71339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71339F; }
p { color: rgb(113,51,159); }
H1.HeaderClassName
{
color: #71339F;
}
.AnyTagClassName
{
color: #71339F;
}
</style>
background-color css
<style>
a { background-color: #71339F; }
a { background-color: rgb(113,51,159); }
div.DivClassName
{
background-color: #71339F;
}
.BgClassName
{
background-color: #71339F;
}
</style>
border-color css
<style>
span { border-color: #71339F; }
span { border-color: rgb(113,51,159); }
td.TdClassName
{
border-color: #71339F;
}
.TagClassName
{
border-color: #71339F;
}
</style>