Shades of Purple #71108F
Tints of Purple #71108F
RGB
CMYK
RGB Variations
Color information
#71108F (or 0x71108F) is known color: Purple. HEX triplet: 71, 10 and 8F. RGB value is (113,16,143). Sum of RGB (Red+Green+Blue) = 113+16+143=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #71108F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71108F is #8EEF70. Grayscale: #3B3B3B. Windows color (decimal): -9367409 or 9375857. OLE color: 9375857.
HSL color Cylindrical-coordinate representation of color #71108F: hue angle of 285.83º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71108F is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 16 | 143 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.44 |
| HSL | 285.83º | 0.8% | 0.31% | - |
| HSV(B) | 285.83º | 0.89% | 0.56% | - |
| XYZ | 11.95 | 5.86 | 26.49 | - |
| YUV | 59.48 | 175.14 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 143 | 0.21 | 0.89 | 0 | 0.44 | 285.83 | 0.8 | 0.31 |
| Hex | 71 | 10 | 8F | 15 | 59 | 0 | 2C | 11E | 50 | 1F |
| Octal | 161 | 20 | 217 | 25 | 131 | 0 | 54 | 436 | 120 | 37 |
| Binary | 1110001 | 10000 | 10001111 | 10101 | 1011001 | 0 | 101100 | 100011110 | 1010000 | 11111 |
Color Harmonies of #71108F
Complementary color
Monochromatic Colors of #71108F
Black with #71108F
Text Example
Text Example
White with #71108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71108F; }
p { color: rgb(113,16,143); }
H1.HeaderClassName
{
color: #71108F;
}
.AnyTagClassName
{
color: #71108F;
}
</style>
background-color css
<style>
a { background-color: #71108F; }
a { background-color: rgb(113,16,143); }
div.DivClassName
{
background-color: #71108F;
}
.BgClassName
{
background-color: #71108F;
}
</style>
border-color css
<style>
span { border-color: #71108F; }
span { border-color: rgb(113,16,143); }
td.TdClassName
{
border-color: #71108F;
}
.TagClassName
{
border-color: #71108F;
}
</style>