Shades of Royal Purple #71339A
Tints of Royal Purple #71339A
RGB
CMYK
RGB Variations
Color information
#71339A (or 0x71339A) is known color: Royal Purple. HEX triplet: 71, 33 and 9A. RGB value is (113,51,154). Sum of RGB (Red+Green+Blue) = 113+51+154=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #71339A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71339A is #8ECC65. Grayscale: #505050. Windows color (decimal): -9358438 or 10105713. OLE color: 10105713.
HSL color Cylindrical-coordinate representation of color #71339A: hue angle of 276.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71339A is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 51 | 154 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.40 |
| HSL | 276.12º | 0.5% | 0.4% | - |
| HSV(B) | 276.12º | 0.67% | 0.6% | - |
| XYZ | 13.83 | 8.21 | 31.43 | - |
| YUV | 81.28 | 169.04 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 154 | 0.27 | 0.67 | 0 | 0.40 | 276.12 | 0.5 | 0.4 |
| Hex | 71 | 33 | 9A | 1B | 43 | 0 | 28 | 114 | 32 | 28 |
| Octal | 161 | 63 | 232 | 33 | 103 | 0 | 50 | 424 | 62 | 50 |
| Binary | 1110001 | 110011 | 10011010 | 11011 | 1000011 | 0 | 101000 | 100010100 | 110010 | 101000 |
Color Harmonies of #71339A
Complementary color
Monochromatic Colors of #71339A
Black with #71339A
Text Example
Text Example
White with #71339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71339A; }
p { color: rgb(113,51,154); }
H1.HeaderClassName
{
color: #71339A;
}
.AnyTagClassName
{
color: #71339A;
}
</style>
background-color css
<style>
a { background-color: #71339A; }
a { background-color: rgb(113,51,154); }
div.DivClassName
{
background-color: #71339A;
}
.BgClassName
{
background-color: #71339A;
}
</style>
border-color css
<style>
span { border-color: #71339A; }
span { border-color: rgb(113,51,154); }
td.TdClassName
{
border-color: #71339A;
}
.TagClassName
{
border-color: #71339A;
}
</style>