Shades of Purple #710473
Tints of Purple #710473
RGB
CMYK
RGB Variations
Color information
#710473 (or 0x710473) is known color: Purple. HEX triplet: 71, 04 and 73. RGB value is (113,4,115). Sum of RGB (Red+Green+Blue) = 113+4+115=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #710473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710473 is #8EFB8C. Grayscale: #303030. Windows color (decimal): -9370509 or 7537777. OLE color: 7537777.
HSL color Cylindrical-coordinate representation of color #710473: hue angle of 298.92º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710473 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 4 | 115 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.55 |
| HSL | 298.92º | 0.93% | 0.23% | - |
| HSV(B) | 298.92º | 0.97% | 0.45% | - |
| XYZ | 9.95 | 4.84 | 16.63 | - |
| YUV | 49.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 4 | 115 | 0.02 | 0.97 | 0 | 0.55 | 298.92 | 0.93 | 0.23 |
| Hex | 71 | 4 | 73 | 2 | 61 | 0 | 37 | 12B | 5D | 17 |
| Octal | 161 | 4 | 163 | 2 | 141 | 0 | 67 | 453 | 135 | 27 |
| Binary | 1110001 | 100 | 1110011 | 10 | 1100001 | 0 | 110111 | 100101011 | 1011101 | 10111 |
Color Harmonies of #710473
Complementary color
Monochromatic Colors of #710473
Black with #710473
Text Example
Text Example
White with #710473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710473; }
p { color: rgb(113,4,115); }
H1.HeaderClassName
{
color: #710473;
}
.AnyTagClassName
{
color: #710473;
}
</style>
background-color css
<style>
a { background-color: #710473; }
a { background-color: rgb(113,4,115); }
div.DivClassName
{
background-color: #710473;
}
.BgClassName
{
background-color: #710473;
}
</style>
border-color css
<style>
span { border-color: #710473; }
span { border-color: rgb(113,4,115); }
td.TdClassName
{
border-color: #710473;
}
.TagClassName
{
border-color: #710473;
}
</style>