Shades of Purple #711577
Tints of Purple #711577
RGB
CMYK
RGB Variations
Color information
#711577 (or 0x711577) is known color: Purple. HEX triplet: 71, 15 and 77. RGB value is (113,21,119). Sum of RGB (Red+Green+Blue) = 113+21+119=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #711577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711577 is #8EEA88. Grayscale: #3B3B3B. Windows color (decimal): -9366153 or 7804273. OLE color: 7804273.
HSL color Cylindrical-coordinate representation of color #711577: hue angle of 296.33º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711577 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 21 | 119 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.53 |
| HSL | 296.33º | 0.7% | 0.27% | - |
| HSV(B) | 296.33º | 0.82% | 0.47% | - |
| XYZ | 10.41 | 5.38 | 17.94 | - |
| YUV | 59.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 21 | 119 | 0.05 | 0.82 | 0 | 0.53 | 296.33 | 0.7 | 0.27 |
| Hex | 71 | 15 | 77 | 5 | 52 | 0 | 35 | 128 | 46 | 1B |
| Octal | 161 | 25 | 167 | 5 | 122 | 0 | 65 | 450 | 106 | 33 |
| Binary | 1110001 | 10101 | 1110111 | 101 | 1010010 | 0 | 110101 | 100101000 | 1000110 | 11011 |
Color Harmonies of #711577
Complementary color
Monochromatic Colors of #711577
Black with #711577
Text Example
Text Example
White with #711577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711577; }
p { color: rgb(113,21,119); }
H1.HeaderClassName
{
color: #711577;
}
.AnyTagClassName
{
color: #711577;
}
</style>
background-color css
<style>
a { background-color: #711577; }
a { background-color: rgb(113,21,119); }
div.DivClassName
{
background-color: #711577;
}
.BgClassName
{
background-color: #711577;
}
</style>
border-color css
<style>
span { border-color: #711577; }
span { border-color: rgb(113,21,119); }
td.TdClassName
{
border-color: #711577;
}
.TagClassName
{
border-color: #711577;
}
</style>