Shades of Purple #71177B
Tints of Purple #71177B
RGB
CMYK
RGB Variations
Color information
#71177B (or 0x71177B) is known color: Purple. HEX triplet: 71, 17 and 7B. RGB value is (113,23,123). Sum of RGB (Red+Green+Blue) = 113+23+123=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #71177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71177B is #8EE884. Grayscale: #3D3D3D. Windows color (decimal): -9365637 or 8066929. OLE color: 8066929.
HSL color Cylindrical-coordinate representation of color #71177B: hue angle of 294º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71177B is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 23 | 123 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.52 |
| HSL | 294º | 0.68% | 0.29% | - |
| HSV(B) | 294º | 0.81% | 0.48% | - |
| XYZ | 10.69 | 5.55 | 19.25 | - |
| YUV | 61.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 123 | 0.08 | 0.81 | 0 | 0.52 | 294 | 0.68 | 0.29 |
| Hex | 71 | 17 | 7B | 8 | 51 | 0 | 34 | 126 | 44 | 1D |
| Octal | 161 | 27 | 173 | 10 | 121 | 0 | 64 | 446 | 104 | 35 |
| Binary | 1110001 | 10111 | 1111011 | 1000 | 1010001 | 0 | 110100 | 100100110 | 1000100 | 11101 |
Color Harmonies of #71177B
Complementary color
Monochromatic Colors of #71177B
Black with #71177B
Text Example
Text Example
White with #71177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71177B; }
p { color: rgb(113,23,123); }
H1.HeaderClassName
{
color: #71177B;
}
.AnyTagClassName
{
color: #71177B;
}
</style>
background-color css
<style>
a { background-color: #71177B; }
a { background-color: rgb(113,23,123); }
div.DivClassName
{
background-color: #71177B;
}
.BgClassName
{
background-color: #71177B;
}
</style>
border-color css
<style>
span { border-color: #71177B; }
span { border-color: rgb(113,23,123); }
td.TdClassName
{
border-color: #71177B;
}
.TagClassName
{
border-color: #71177B;
}
</style>