Shades of Purple #71177D
Tints of Purple #71177D
RGB
CMYK
RGB Variations
Color information
#71177D (or 0x71177D) is known color: Purple. HEX triplet: 71, 17 and 7D. RGB value is (113,23,125). Sum of RGB (Red+Green+Blue) = 113+23+125=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #71177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71177D is #8EE882. Grayscale: #3D3D3D. Windows color (decimal): -9365635 or 8198001. OLE color: 8198001.
HSL color Cylindrical-coordinate representation of color #71177D: hue angle of 292.94º 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 #71177D is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 23 | 125 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.51 |
| HSL | 292.94º | 0.69% | 0.29% | - |
| HSV(B) | 292.94º | 0.82% | 0.49% | - |
| XYZ | 10.82 | 5.6 | 19.91 | - |
| YUV | 61.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 125 | 0.10 | 0.82 | 0 | 0.51 | 292.94 | 0.69 | 0.29 |
| Hex | 71 | 17 | 7D | A | 52 | 0 | 33 | 125 | 45 | 1D |
| Octal | 161 | 27 | 175 | 12 | 122 | 0 | 63 | 445 | 105 | 35 |
| Binary | 1110001 | 10111 | 1111101 | 1010 | 1010010 | 0 | 110011 | 100100101 | 1000101 | 11101 |
Color Harmonies of #71177D
Complementary color
Monochromatic Colors of #71177D
Black with #71177D
Text Example
Text Example
White with #71177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71177D; }
p { color: rgb(113,23,125); }
H1.HeaderClassName
{
color: #71177D;
}
.AnyTagClassName
{
color: #71177D;
}
</style>
background-color css
<style>
a { background-color: #71177D; }
a { background-color: rgb(113,23,125); }
div.DivClassName
{
background-color: #71177D;
}
.BgClassName
{
background-color: #71177D;
}
</style>
border-color css
<style>
span { border-color: #71177D; }
span { border-color: rgb(113,23,125); }
td.TdClassName
{
border-color: #71177D;
}
.TagClassName
{
border-color: #71177D;
}
</style>