Shades of Purple #711373
Tints of Purple #711373
RGB
CMYK
RGB Variations
Color information
#711373 (or 0x711373) is known color: Purple. HEX triplet: 71, 13 and 73. RGB value is (113,19,115). Sum of RGB (Red+Green+Blue) = 113+19+115=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #711373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711373 is #8EEC8C. Grayscale: #393939. Windows color (decimal): -9366669 or 7541617. OLE color: 7541617.
HSL color Cylindrical-coordinate representation of color #711373: hue angle of 298.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711373 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 19 | 115 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.55 |
| HSL | 298.75º | 0.72% | 0.26% | - |
| HSV(B) | 298.75º | 0.83% | 0.45% | - |
| XYZ | 10.14 | 5.21 | 16.69 | - |
| YUV | 58.05 | 160.14 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 115 | 0.02 | 0.83 | 0 | 0.55 | 298.75 | 0.72 | 0.26 |
| Hex | 71 | 13 | 73 | 2 | 53 | 0 | 37 | 12B | 48 | 1A |
| Octal | 161 | 23 | 163 | 2 | 123 | 0 | 67 | 453 | 110 | 32 |
| Binary | 1110001 | 10011 | 1110011 | 10 | 1010011 | 0 | 110111 | 100101011 | 1001000 | 11010 |
Color Harmonies of #711373
Complementary color
Monochromatic Colors of #711373
Black with #711373
Text Example
Text Example
White with #711373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711373; }
p { color: rgb(113,19,115); }
H1.HeaderClassName
{
color: #711373;
}
.AnyTagClassName
{
color: #711373;
}
</style>
background-color css
<style>
a { background-color: #711373; }
a { background-color: rgb(113,19,115); }
div.DivClassName
{
background-color: #711373;
}
.BgClassName
{
background-color: #711373;
}
</style>
border-color css
<style>
span { border-color: #711373; }
span { border-color: rgb(113,19,115); }
td.TdClassName
{
border-color: #711373;
}
.TagClassName
{
border-color: #711373;
}
</style>