Shades of Purple #71137B
Tints of Purple #71137B
RGB
CMYK
RGB Variations
Color information
#71137B (or 0x71137B) is known color: Purple. HEX triplet: 71, 13 and 7B. RGB value is (113,19,123). Sum of RGB (Red+Green+Blue) = 113+19+123=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #71137B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71137B is #8EEC84. Grayscale: #3A3A3A. Windows color (decimal): -9366661 or 8065905. OLE color: 8065905.
HSL color Cylindrical-coordinate representation of color #71137B: hue angle of 294.23º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71137B is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 19 | 123 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.52 |
| HSL | 294.23º | 0.73% | 0.28% | - |
| HSV(B) | 294.23º | 0.85% | 0.48% | - |
| XYZ | 10.62 | 5.41 | 19.22 | - |
| YUV | 58.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 123 | 0.08 | 0.85 | 0 | 0.52 | 294.23 | 0.73 | 0.28 |
| Hex | 71 | 13 | 7B | 8 | 55 | 0 | 34 | 126 | 49 | 1C |
| Octal | 161 | 23 | 173 | 10 | 125 | 0 | 64 | 446 | 111 | 34 |
| Binary | 1110001 | 10011 | 1111011 | 1000 | 1010101 | 0 | 110100 | 100100110 | 1001001 | 11100 |
Color Harmonies of #71137B
Complementary color
Monochromatic Colors of #71137B
Black with #71137B
Text Example
Text Example
White with #71137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71137B; }
p { color: rgb(113,19,123); }
H1.HeaderClassName
{
color: #71137B;
}
.AnyTagClassName
{
color: #71137B;
}
</style>
background-color css
<style>
a { background-color: #71137B; }
a { background-color: rgb(113,19,123); }
div.DivClassName
{
background-color: #71137B;
}
.BgClassName
{
background-color: #71137B;
}
</style>
border-color css
<style>
span { border-color: #71137B; }
span { border-color: rgb(113,19,123); }
td.TdClassName
{
border-color: #71137B;
}
.TagClassName
{
border-color: #71137B;
}
</style>