Shades of Purple #71108D
Tints of Purple #71108D
RGB
CMYK
RGB Variations
Color information
#71108D (or 0x71108D) is known color: Purple. HEX triplet: 71, 10 and 8D. RGB value is (113,16,141). Sum of RGB (Red+Green+Blue) = 113+16+141=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #71108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71108D is #8EEF72. Grayscale: #3A3A3A. Windows color (decimal): -9367411 or 9244785. OLE color: 9244785.
HSL color Cylindrical-coordinate representation of color #71108D: hue angle of 286.56º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71108D is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 16 | 141 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.45 |
| HSL | 286.56º | 0.8% | 0.31% | - |
| HSV(B) | 286.56º | 0.89% | 0.55% | - |
| XYZ | 11.8 | 5.8 | 25.7 | - |
| YUV | 59.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 141 | 0.20 | 0.89 | 0 | 0.45 | 286.56 | 0.8 | 0.31 |
| Hex | 71 | 10 | 8D | 14 | 59 | 0 | 2D | 11F | 50 | 1F |
| Octal | 161 | 20 | 215 | 24 | 131 | 0 | 55 | 437 | 120 | 37 |
| Binary | 1110001 | 10000 | 10001101 | 10100 | 1011001 | 0 | 101101 | 100011111 | 1010000 | 11111 |
Color Harmonies of #71108D
Complementary color
Monochromatic Colors of #71108D
Black with #71108D
Text Example
Text Example
White with #71108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71108D; }
p { color: rgb(113,16,141); }
H1.HeaderClassName
{
color: #71108D;
}
.AnyTagClassName
{
color: #71108D;
}
</style>
background-color css
<style>
a { background-color: #71108D; }
a { background-color: rgb(113,16,141); }
div.DivClassName
{
background-color: #71108D;
}
.BgClassName
{
background-color: #71108D;
}
</style>
border-color css
<style>
span { border-color: #71108D; }
span { border-color: rgb(113,16,141); }
td.TdClassName
{
border-color: #71108D;
}
.TagClassName
{
border-color: #71108D;
}
</style>