Shades of Purple #711788
Tints of Purple #711788
RGB
CMYK
RGB Variations
Color information
#711788 (or 0x711788) is known color: Purple. HEX triplet: 71, 17 and 88. RGB value is (113,23,136). Sum of RGB (Red+Green+Blue) = 113+23+136=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #711788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711788 is #8EE877. Grayscale: #3E3E3E. Windows color (decimal): -9365624 or 8918897. OLE color: 8918897.
HSL color Cylindrical-coordinate representation of color #711788: hue angle of 287.79º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711788 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 23 | 136 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.47 |
| HSL | 287.79º | 0.71% | 0.31% | - |
| HSV(B) | 287.79º | 0.83% | 0.53% | - |
| XYZ | 11.56 | 5.9 | 23.82 | - |
| YUV | 62.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 136 | 0.17 | 0.83 | 0 | 0.47 | 287.79 | 0.71 | 0.31 |
| Hex | 71 | 17 | 88 | 11 | 53 | 0 | 2F | 120 | 47 | 1F |
| Octal | 161 | 27 | 210 | 21 | 123 | 0 | 57 | 440 | 107 | 37 |
| Binary | 1110001 | 10111 | 10001000 | 10001 | 1010011 | 0 | 101111 | 100100000 | 1000111 | 11111 |
Color Harmonies of #711788
Complementary color
Monochromatic Colors of #711788
Black with #711788
Text Example
Text Example
White with #711788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711788; }
p { color: rgb(113,23,136); }
H1.HeaderClassName
{
color: #711788;
}
.AnyTagClassName
{
color: #711788;
}
</style>
background-color css
<style>
a { background-color: #711788; }
a { background-color: rgb(113,23,136); }
div.DivClassName
{
background-color: #711788;
}
.BgClassName
{
background-color: #711788;
}
</style>
border-color css
<style>
span { border-color: #711788; }
span { border-color: rgb(113,23,136); }
td.TdClassName
{
border-color: #711788;
}
.TagClassName
{
border-color: #711788;
}
</style>