Shades of Royal Purple #71359C
Tints of Royal Purple #71359C
RGB
CMYK
RGB Variations
Color information
#71359C (or 0x71359C) is known color: Royal Purple. HEX triplet: 71, 35 and 9C. RGB value is (113,53,156). Sum of RGB (Red+Green+Blue) = 113+53+156=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #71359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71359C is #8ECA63. Grayscale: #525252. Windows color (decimal): -9357924 or 10237297. OLE color: 10237297.
HSL color Cylindrical-coordinate representation of color #71359C: hue angle of 274.95º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71359C is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 53 | 156 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.39 |
| HSL | 274.95º | 0.49% | 0.41% | - |
| HSV(B) | 274.95º | 0.66% | 0.61% | - |
| XYZ | 14.08 | 8.46 | 32.34 | - |
| YUV | 82.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 156 | 0.28 | 0.66 | 0 | 0.39 | 274.95 | 0.49 | 0.41 |
| Hex | 71 | 35 | 9C | 1C | 42 | 0 | 27 | 113 | 31 | 29 |
| Octal | 161 | 65 | 234 | 34 | 102 | 0 | 47 | 423 | 61 | 51 |
| Binary | 1110001 | 110101 | 10011100 | 11100 | 1000010 | 0 | 100111 | 100010011 | 110001 | 101001 |
Color Harmonies of #71359C
Complementary color
Monochromatic Colors of #71359C
Black with #71359C
Text Example
Text Example
White with #71359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71359C; }
p { color: rgb(113,53,156); }
H1.HeaderClassName
{
color: #71359C;
}
.AnyTagClassName
{
color: #71359C;
}
</style>
background-color css
<style>
a { background-color: #71359C; }
a { background-color: rgb(113,53,156); }
div.DivClassName
{
background-color: #71359C;
}
.BgClassName
{
background-color: #71359C;
}
</style>
border-color css
<style>
span { border-color: #71359C; }
span { border-color: rgb(113,53,156); }
td.TdClassName
{
border-color: #71359C;
}
.TagClassName
{
border-color: #71359C;
}
</style>