Shades of Purple #711983
Tints of Purple #711983
RGB
CMYK
RGB Variations
Color information
#711983 (or 0x711983) is known color: Purple. HEX triplet: 71, 19 and 83. RGB value is (113,25,131). Sum of RGB (Red+Green+Blue) = 113+25+131=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #711983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711983 is #8EE67C. Grayscale: #3F3F3F. Windows color (decimal): -9365117 or 8591729. OLE color: 8591729.
HSL color Cylindrical-coordinate representation of color #711983: hue angle of 289.81º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711983 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 25 | 131 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.49 |
| HSL | 289.81º | 0.68% | 0.31% | - |
| HSV(B) | 289.81º | 0.81% | 0.51% | - |
| XYZ | 11.25 | 5.84 | 22.01 | - |
| YUV | 63.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 131 | 0.14 | 0.81 | 0 | 0.49 | 289.81 | 0.68 | 0.31 |
| Hex | 71 | 19 | 83 | E | 51 | 0 | 31 | 122 | 44 | 1F |
| Octal | 161 | 31 | 203 | 16 | 121 | 0 | 61 | 442 | 104 | 37 |
| Binary | 1110001 | 11001 | 10000011 | 1110 | 1010001 | 0 | 110001 | 100100010 | 1000100 | 11111 |
Color Harmonies of #711983
Complementary color
Monochromatic Colors of #711983
Black with #711983
Text Example
Text Example
White with #711983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711983; }
p { color: rgb(113,25,131); }
H1.HeaderClassName
{
color: #711983;
}
.AnyTagClassName
{
color: #711983;
}
</style>
background-color css
<style>
a { background-color: #711983; }
a { background-color: rgb(113,25,131); }
div.DivClassName
{
background-color: #711983;
}
.BgClassName
{
background-color: #711983;
}
</style>
border-color css
<style>
span { border-color: #711983; }
span { border-color: rgb(113,25,131); }
td.TdClassName
{
border-color: #711983;
}
.TagClassName
{
border-color: #711983;
}
</style>