Shades of Purple #71076E
Tints of Purple #71076E
RGB
CMYK
RGB Variations
Color information
#71076E (or 0x71076E) is known color: Purple. HEX triplet: 71, 07 and 6E. RGB value is (113,7,110). Sum of RGB (Red+Green+Blue) = 113+7+110=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71076E is #8EF891. Grayscale: #323232. Windows color (decimal): -9369746 or 7210865. OLE color: 7210865.
HSL color Cylindrical-coordinate representation of color #71076E: hue angle of 301.7º 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 #71076E is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 7 | 110 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.56 |
| HSL | 301.7º | 0.88% | 0.24% | - |
| HSV(B) | 301.7º | 0.94% | 0.44% | - |
| XYZ | 9.7 | 4.79 | 15.16 | - |
| YUV | 50.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 110 | 0 | 0.94 | 0.03 | 0.56 | 301.7 | 0.88 | 0.24 |
| Hex | 71 | 7 | 6E | 0 | 5E | 3 | 38 | 12E | 58 | 18 |
| Octal | 161 | 7 | 156 | 0 | 136 | 3 | 70 | 456 | 130 | 30 |
| Binary | 1110001 | 111 | 1101110 | 0 | 1011110 | 11 | 111000 | 100101110 | 1011000 | 11000 |
Color Harmonies of #71076E
Complementary color
Monochromatic Colors of #71076E
Black with #71076E
Text Example
Text Example
White with #71076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71076E; }
p { color: rgb(113,7,110); }
H1.HeaderClassName
{
color: #71076E;
}
.AnyTagClassName
{
color: #71076E;
}
</style>
background-color css
<style>
a { background-color: #71076E; }
a { background-color: rgb(113,7,110); }
div.DivClassName
{
background-color: #71076E;
}
.BgClassName
{
background-color: #71076E;
}
</style>
border-color css
<style>
span { border-color: #71076E; }
span { border-color: rgb(113,7,110); }
td.TdClassName
{
border-color: #71076E;
}
.TagClassName
{
border-color: #71076E;
}
</style>