Shades of Purple #711481
Tints of Purple #711481
RGB
CMYK
RGB Variations
Color information
#711481 (or 0x711481) is known color: Purple. HEX triplet: 71, 14 and 81. RGB value is (113,20,129). Sum of RGB (Red+Green+Blue) = 113+20+129=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #711481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711481 is #8EEB7E. Grayscale: #3B3B3B. Windows color (decimal): -9366399 or 8459377. OLE color: 8459377.
HSL color Cylindrical-coordinate representation of color #711481: hue angle of 291.19º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711481 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 20 | 129 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.49 |
| HSL | 291.19º | 0.73% | 0.29% | - |
| HSV(B) | 291.19º | 0.84% | 0.51% | - |
| XYZ | 11.02 | 5.6 | 21.27 | - |
| YUV | 60.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 129 | 0.12 | 0.84 | 0 | 0.49 | 291.19 | 0.73 | 0.29 |
| Hex | 71 | 14 | 81 | C | 54 | 0 | 31 | 123 | 49 | 1D |
| Octal | 161 | 24 | 201 | 14 | 124 | 0 | 61 | 443 | 111 | 35 |
| Binary | 1110001 | 10100 | 10000001 | 1100 | 1010100 | 0 | 110001 | 100100011 | 1001001 | 11101 |
Color Harmonies of #711481
Complementary color
Monochromatic Colors of #711481
Black with #711481
Text Example
Text Example
White with #711481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711481; }
p { color: rgb(113,20,129); }
H1.HeaderClassName
{
color: #711481;
}
.AnyTagClassName
{
color: #711481;
}
</style>
background-color css
<style>
a { background-color: #711481; }
a { background-color: rgb(113,20,129); }
div.DivClassName
{
background-color: #711481;
}
.BgClassName
{
background-color: #711481;
}
</style>
border-color css
<style>
span { border-color: #711481; }
span { border-color: rgb(113,20,129); }
td.TdClassName
{
border-color: #711481;
}
.TagClassName
{
border-color: #711481;
}
</style>