Shades of Purple #71087B
Tints of Purple #71087B
RGB
CMYK
RGB Variations
Color information
#71087B (or 0x71087B) is known color: Purple. HEX triplet: 71, 08 and 7B. RGB value is (113,8,123). Sum of RGB (Red+Green+Blue) = 113+8+123=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #71087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71087B is #8EF784. Grayscale: #343434. Windows color (decimal): -9369477 or 8063089. OLE color: 8063089.
HSL color Cylindrical-coordinate representation of color #71087B: hue angle of 294.78º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71087B is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 8 | 123 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.52 |
| HSL | 294.78º | 0.88% | 0.26% | - |
| HSV(B) | 294.78º | 0.93% | 0.48% | - |
| XYZ | 10.47 | 5.11 | 19.17 | - |
| YUV | 52.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 123 | 0.08 | 0.93 | 0 | 0.52 | 294.78 | 0.88 | 0.26 |
| Hex | 71 | 8 | 7B | 8 | 5D | 0 | 34 | 127 | 58 | 1A |
| Octal | 161 | 10 | 173 | 10 | 135 | 0 | 64 | 447 | 130 | 32 |
| Binary | 1110001 | 1000 | 1111011 | 1000 | 1011101 | 0 | 110100 | 100100111 | 1011000 | 11010 |
Color Harmonies of #71087B
Complementary color
Monochromatic Colors of #71087B
Black with #71087B
Text Example
Text Example
White with #71087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71087B; }
p { color: rgb(113,8,123); }
H1.HeaderClassName
{
color: #71087B;
}
.AnyTagClassName
{
color: #71087B;
}
</style>
background-color css
<style>
a { background-color: #71087B; }
a { background-color: rgb(113,8,123); }
div.DivClassName
{
background-color: #71087B;
}
.BgClassName
{
background-color: #71087B;
}
</style>
border-color css
<style>
span { border-color: #71087B; }
span { border-color: rgb(113,8,123); }
td.TdClassName
{
border-color: #71087B;
}
.TagClassName
{
border-color: #71087B;
}
</style>