Shades of Purple #710073
Tints of Purple #710073
RGB
CMYK
RGB Variations
Color information
#710073 (or 0x710073) is known color: Purple. HEX triplet: 71, 00 and 73. RGB value is (113,0,115). Sum of RGB (Red+Green+Blue) = 113+0+115=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #710073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710073 is #8EFF8C. Grayscale: #2E2E2E. Windows color (decimal): -9371533 or 7536753. OLE color: 7536753.
HSL color Cylindrical-coordinate representation of color #710073: hue angle of 298.96º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710073 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 0 | 115 | - |
| CMYK | 0.02 | 1 | 0 | 0.55 |
| HSL | 298.96º | 1% | 0.23% | - |
| HSV(B) | 298.96º | 1% | 0.45% | - |
| XYZ | 9.9 | 4.75 | 16.61 | - |
| YUV | 46.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 115 | 0.02 | 1 | 0 | 0.55 | 298.96 | 1 | 0.23 |
| Hex | 71 | 0 | 73 | 2 | 64 | 0 | 37 | 12B | 64 | 17 |
| Octal | 161 | 0 | 163 | 2 | 144 | 0 | 67 | 453 | 144 | 27 |
| Binary | 1110001 | 0 | 1110011 | 10 | 1100100 | 0 | 110111 | 100101011 | 1100100 | 10111 |
Color Harmonies of #710073
Complementary color
Monochromatic Colors of #710073
Black with #710073
Text Example
Text Example
White with #710073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710073; }
p { color: rgb(113,0,115); }
H1.HeaderClassName
{
color: #710073;
}
.AnyTagClassName
{
color: #710073;
}
</style>
background-color css
<style>
a { background-color: #710073; }
a { background-color: rgb(113,0,115); }
div.DivClassName
{
background-color: #710073;
}
.BgClassName
{
background-color: #710073;
}
</style>
border-color css
<style>
span { border-color: #710073; }
span { border-color: rgb(113,0,115); }
td.TdClassName
{
border-color: #710073;
}
.TagClassName
{
border-color: #710073;
}
</style>