Shades of Purple #71128F
Tints of Purple #71128F
RGB
CMYK
RGB Variations
Color information
#71128F (or 0x71128F) is known color: Purple. HEX triplet: 71, 12 and 8F. RGB value is (113,18,143). Sum of RGB (Red+Green+Blue) = 113+18+143=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #71128F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71128F is #8EED70. Grayscale: #3C3C3C. Windows color (decimal): -9366897 or 9376369. OLE color: 9376369.
HSL color Cylindrical-coordinate representation of color #71128F: hue angle of 285.6º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71128F is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 18 | 143 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.44 |
| HSL | 285.6º | 0.78% | 0.32% | - |
| HSV(B) | 285.6º | 0.87% | 0.56% | - |
| XYZ | 11.98 | 5.93 | 26.5 | - |
| YUV | 60.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 143 | 0.21 | 0.87 | 0 | 0.44 | 285.6 | 0.78 | 0.32 |
| Hex | 71 | 12 | 8F | 15 | 57 | 0 | 2C | 11E | 4E | 20 |
| Octal | 161 | 22 | 217 | 25 | 127 | 0 | 54 | 436 | 116 | 40 |
| Binary | 1110001 | 10010 | 10001111 | 10101 | 1010111 | 0 | 101100 | 100011110 | 1001110 | 100000 |
Color Harmonies of #71128F
Complementary color
Monochromatic Colors of #71128F
Black with #71128F
Text Example
Text Example
White with #71128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71128F; }
p { color: rgb(113,18,143); }
H1.HeaderClassName
{
color: #71128F;
}
.AnyTagClassName
{
color: #71128F;
}
</style>
background-color css
<style>
a { background-color: #71128F; }
a { background-color: rgb(113,18,143); }
div.DivClassName
{
background-color: #71128F;
}
.BgClassName
{
background-color: #71128F;
}
</style>
border-color css
<style>
span { border-color: #71128F; }
span { border-color: rgb(113,18,143); }
td.TdClassName
{
border-color: #71128F;
}
.TagClassName
{
border-color: #71128F;
}
</style>