Shades of Dark Purple #711773
Tints of Dark Purple #711773
RGB
CMYK
RGB Variations
Color information
#711773 (or 0x711773) is known color: Dark Purple. HEX triplet: 71, 17 and 73. RGB value is (113,23,115). Sum of RGB (Red+Green+Blue) = 113+23+115=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #711773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711773 is #8EE88C. Grayscale: #3C3C3C. Windows color (decimal): -9365645 or 7542641. OLE color: 7542641.
HSL color Cylindrical-coordinate representation of color #711773: hue angle of 298.7º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711773 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 23 | 115 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.55 |
| HSL | 298.7º | 0.67% | 0.27% | - |
| HSV(B) | 298.7º | 0.8% | 0.45% | - |
| XYZ | 10.21 | 5.36 | 16.72 | - |
| YUV | 60.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 115 | 0.02 | 0.80 | 0 | 0.55 | 298.7 | 0.67 | 0.27 |
| Hex | 71 | 17 | 73 | 2 | 50 | 0 | 37 | 12B | 43 | 1B |
| Octal | 161 | 27 | 163 | 2 | 120 | 0 | 67 | 453 | 103 | 33 |
| Binary | 1110001 | 10111 | 1110011 | 10 | 1010000 | 0 | 110111 | 100101011 | 1000011 | 11011 |
Color Harmonies of #711773
Complementary color
Monochromatic Colors of #711773
Black with #711773
Text Example
Text Example
White with #711773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711773; }
p { color: rgb(113,23,115); }
H1.HeaderClassName
{
color: #711773;
}
.AnyTagClassName
{
color: #711773;
}
</style>
background-color css
<style>
a { background-color: #711773; }
a { background-color: rgb(113,23,115); }
div.DivClassName
{
background-color: #711773;
}
.BgClassName
{
background-color: #711773;
}
</style>
border-color css
<style>
span { border-color: #711773; }
span { border-color: rgb(113,23,115); }
td.TdClassName
{
border-color: #711773;
}
.TagClassName
{
border-color: #711773;
}
</style>