Shades of Purple #711477
Tints of Purple #711477
RGB
CMYK
RGB Variations
Color information
#711477 (or 0x711477) is known color: Purple. HEX triplet: 71, 14 and 77. RGB value is (113,20,119). Sum of RGB (Red+Green+Blue) = 113+20+119=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #711477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711477 is #8EEB88. Grayscale: #3A3A3A. Windows color (decimal): -9366409 or 7804017. OLE color: 7804017.
HSL color Cylindrical-coordinate representation of color #711477: hue angle of 296.36º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711477 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 20 | 119 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.53 |
| HSL | 296.36º | 0.71% | 0.27% | - |
| HSV(B) | 296.36º | 0.83% | 0.47% | - |
| XYZ | 10.39 | 5.34 | 17.94 | - |
| YUV | 59.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 119 | 0.05 | 0.83 | 0 | 0.53 | 296.36 | 0.71 | 0.27 |
| Hex | 71 | 14 | 77 | 5 | 53 | 0 | 35 | 128 | 47 | 1B |
| Octal | 161 | 24 | 167 | 5 | 123 | 0 | 65 | 450 | 107 | 33 |
| Binary | 1110001 | 10100 | 1110111 | 101 | 1010011 | 0 | 110101 | 100101000 | 1000111 | 11011 |
Color Harmonies of #711477
Complementary color
Monochromatic Colors of #711477
Black with #711477
Text Example
Text Example
White with #711477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711477; }
p { color: rgb(113,20,119); }
H1.HeaderClassName
{
color: #711477;
}
.AnyTagClassName
{
color: #711477;
}
</style>
background-color css
<style>
a { background-color: #711477; }
a { background-color: rgb(113,20,119); }
div.DivClassName
{
background-color: #711477;
}
.BgClassName
{
background-color: #711477;
}
</style>
border-color css
<style>
span { border-color: #711477; }
span { border-color: rgb(113,20,119); }
td.TdClassName
{
border-color: #711477;
}
.TagClassName
{
border-color: #711477;
}
</style>