Shades of Purple #71187B
Tints of Purple #71187B
RGB
CMYK
RGB Variations
Color information
#71187B (or 0x71187B) is known color: Purple. HEX triplet: 71, 18 and 7B. RGB value is (113,24,123). Sum of RGB (Red+Green+Blue) = 113+24+123=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #71187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71187B is #8EE784. Grayscale: #3D3D3D. Windows color (decimal): -9365381 or 8067185. OLE color: 8067185.
HSL color Cylindrical-coordinate representation of color #71187B: hue angle of 293.94º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71187B is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 24 | 123 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.52 |
| HSL | 293.94º | 0.67% | 0.29% | - |
| HSV(B) | 293.94º | 0.8% | 0.48% | - |
| XYZ | 10.71 | 5.59 | 19.25 | - |
| YUV | 61.9 | 162.49 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 24 | 123 | 0.08 | 0.80 | 0 | 0.52 | 293.94 | 0.67 | 0.29 |
| Hex | 71 | 18 | 7B | 8 | 50 | 0 | 34 | 126 | 43 | 1D |
| Octal | 161 | 30 | 173 | 10 | 120 | 0 | 64 | 446 | 103 | 35 |
| Binary | 1110001 | 11000 | 1111011 | 1000 | 1010000 | 0 | 110100 | 100100110 | 1000011 | 11101 |
Color Harmonies of #71187B
Complementary color
Monochromatic Colors of #71187B
Black with #71187B
Text Example
Text Example
White with #71187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71187B; }
p { color: rgb(113,24,123); }
H1.HeaderClassName
{
color: #71187B;
}
.AnyTagClassName
{
color: #71187B;
}
</style>
background-color css
<style>
a { background-color: #71187B; }
a { background-color: rgb(113,24,123); }
div.DivClassName
{
background-color: #71187B;
}
.BgClassName
{
background-color: #71187B;
}
</style>
border-color css
<style>
span { border-color: #71187B; }
span { border-color: rgb(113,24,123); }
td.TdClassName
{
border-color: #71187B;
}
.TagClassName
{
border-color: #71187B;
}
</style>