Shades of Purple #71076F
Tints of Purple #71076F
RGB
CMYK
RGB Variations
Color information
#71076F (or 0x71076F) is known color: Purple. HEX triplet: 71, 07 and 6F. RGB value is (113,7,111). Sum of RGB (Red+Green+Blue) = 113+7+111=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71076F is #8EF890. Grayscale: #323232. Windows color (decimal): -9369745 or 7276401. OLE color: 7276401.
HSL color Cylindrical-coordinate representation of color #71076F: hue angle of 301.13º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71076F is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 7 | 111 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.56 |
| HSL | 301.13º | 0.88% | 0.24% | - |
| HSV(B) | 301.13º | 0.94% | 0.44% | - |
| XYZ | 9.76 | 4.81 | 15.45 | - |
| YUV | 50.55 | 162.12 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 111 | 0 | 0.94 | 0.02 | 0.56 | 301.13 | 0.88 | 0.24 |
| Hex | 71 | 7 | 6F | 0 | 5E | 2 | 38 | 12D | 58 | 18 |
| Octal | 161 | 7 | 157 | 0 | 136 | 2 | 70 | 455 | 130 | 30 |
| Binary | 1110001 | 111 | 1101111 | 0 | 1011110 | 10 | 111000 | 100101101 | 1011000 | 11000 |
Color Harmonies of #71076F
Complementary color
Monochromatic Colors of #71076F
Black with #71076F
Text Example
Text Example
White with #71076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71076F; }
p { color: rgb(113,7,111); }
H1.HeaderClassName
{
color: #71076F;
}
.AnyTagClassName
{
color: #71076F;
}
</style>
background-color css
<style>
a { background-color: #71076F; }
a { background-color: rgb(113,7,111); }
div.DivClassName
{
background-color: #71076F;
}
.BgClassName
{
background-color: #71076F;
}
</style>
border-color css
<style>
span { border-color: #71076F; }
span { border-color: rgb(113,7,111); }
td.TdClassName
{
border-color: #71076F;
}
.TagClassName
{
border-color: #71076F;
}
</style>