Shades of Purple #71177E
Tints of Purple #71177E
RGB
CMYK
RGB Variations
Color information
#71177E (or 0x71177E) is known color: Purple. HEX triplet: 71, 17 and 7E. RGB value is (113,23,126). Sum of RGB (Red+Green+Blue) = 113+23+126=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #71177E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71177E is #8EE881. Grayscale: #3D3D3D. Windows color (decimal): -9365634 or 8263537. OLE color: 8263537.
HSL color Cylindrical-coordinate representation of color #71177E: hue angle of 292.43º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71177E is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 23 | 126 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.51 |
| HSL | 292.43º | 0.69% | 0.29% | - |
| HSV(B) | 292.43º | 0.82% | 0.49% | - |
| XYZ | 10.88 | 5.63 | 20.25 | - |
| YUV | 61.65 | 164.32 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 126 | 0.10 | 0.82 | 0 | 0.51 | 292.43 | 0.69 | 0.29 |
| Hex | 71 | 17 | 7E | A | 52 | 0 | 33 | 124 | 45 | 1D |
| Octal | 161 | 27 | 176 | 12 | 122 | 0 | 63 | 444 | 105 | 35 |
| Binary | 1110001 | 10111 | 1111110 | 1010 | 1010010 | 0 | 110011 | 100100100 | 1000101 | 11101 |
Color Harmonies of #71177E
Complementary color
Monochromatic Colors of #71177E
Black with #71177E
Text Example
Text Example
White with #71177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71177E; }
p { color: rgb(113,23,126); }
H1.HeaderClassName
{
color: #71177E;
}
.AnyTagClassName
{
color: #71177E;
}
</style>
background-color css
<style>
a { background-color: #71177E; }
a { background-color: rgb(113,23,126); }
div.DivClassName
{
background-color: #71177E;
}
.BgClassName
{
background-color: #71177E;
}
</style>
border-color css
<style>
span { border-color: #71177E; }
span { border-color: rgb(113,23,126); }
td.TdClassName
{
border-color: #71177E;
}
.TagClassName
{
border-color: #71177E;
}
</style>