Shades of Purple #71016D
Tints of Purple #71016D
RGB
CMYK
RGB Variations
Color information
#71016D (or 0x71016D) is known color: Purple. HEX triplet: 71, 01 and 6D. RGB value is (113,1,109). Sum of RGB (Red+Green+Blue) = 113+1+109=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71016D is #8EFE92. Grayscale: #2E2E2E. Windows color (decimal): -9371283 or 7143793. OLE color: 7143793.
HSL color Cylindrical-coordinate representation of color #71016D: hue angle of 302.14º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71016D is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.56 |
| HSL | 302.14º | 0.98% | 0.22% | - |
| HSV(B) | 302.14º | 0.99% | 0.44% | - |
| XYZ | 9.58 | 4.64 | 14.86 | - |
| YUV | 46.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 109 | 0 | 0.99 | 0.04 | 0.56 | 302.14 | 0.98 | 0.22 |
| Hex | 71 | 1 | 6D | 0 | 63 | 4 | 38 | 12E | 62 | 16 |
| Octal | 161 | 1 | 155 | 0 | 143 | 4 | 70 | 456 | 142 | 26 |
| Binary | 1110001 | 1 | 1101101 | 0 | 1100011 | 100 | 111000 | 100101110 | 1100010 | 10110 |
Color Harmonies of #71016D
Complementary color
Monochromatic Colors of #71016D
Black with #71016D
Text Example
Text Example
White with #71016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71016D; }
p { color: rgb(113,1,109); }
H1.HeaderClassName
{
color: #71016D;
}
.AnyTagClassName
{
color: #71016D;
}
</style>
background-color css
<style>
a { background-color: #71016D; }
a { background-color: rgb(113,1,109); }
div.DivClassName
{
background-color: #71016D;
}
.BgClassName
{
background-color: #71016D;
}
</style>
border-color css
<style>
span { border-color: #71016D; }
span { border-color: rgb(113,1,109); }
td.TdClassName
{
border-color: #71016D;
}
.TagClassName
{
border-color: #71016D;
}
</style>