Shades of Purple #711487
Tints of Purple #711487
RGB
CMYK
RGB Variations
Color information
#711487 (or 0x711487) is known color: Purple. HEX triplet: 71, 14 and 87. RGB value is (113,20,135). Sum of RGB (Red+Green+Blue) = 113+20+135=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #711487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711487 is #8EEB78. Grayscale: #3C3C3C. Windows color (decimal): -9366393 or 8852593. OLE color: 8852593.
HSL color Cylindrical-coordinate representation of color #711487: hue angle of 288.52º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711487 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 20 | 135 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.47 |
| HSL | 288.52º | 0.74% | 0.3% | - |
| HSV(B) | 288.52º | 0.85% | 0.53% | - |
| XYZ | 11.43 | 5.76 | 23.43 | - |
| YUV | 60.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 135 | 0.16 | 0.85 | 0 | 0.47 | 288.52 | 0.74 | 0.3 |
| Hex | 71 | 14 | 87 | 10 | 55 | 0 | 2F | 121 | 4A | 1E |
| Octal | 161 | 24 | 207 | 20 | 125 | 0 | 57 | 441 | 112 | 36 |
| Binary | 1110001 | 10100 | 10000111 | 10000 | 1010101 | 0 | 101111 | 100100001 | 1001010 | 11110 |
Color Harmonies of #711487
Complementary color
Monochromatic Colors of #711487
Black with #711487
Text Example
Text Example
White with #711487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711487; }
p { color: rgb(113,20,135); }
H1.HeaderClassName
{
color: #711487;
}
.AnyTagClassName
{
color: #711487;
}
</style>
background-color css
<style>
a { background-color: #711487; }
a { background-color: rgb(113,20,135); }
div.DivClassName
{
background-color: #711487;
}
.BgClassName
{
background-color: #711487;
}
</style>
border-color css
<style>
span { border-color: #711487; }
span { border-color: rgb(113,20,135); }
td.TdClassName
{
border-color: #711487;
}
.TagClassName
{
border-color: #711487;
}
</style>