Shades of Purple #71016B
Tints of Purple #71016B
RGB
CMYK
RGB Variations
Color information
#71016B (or 0x71016B) is known color: Purple. HEX triplet: 71, 01 and 6B. RGB value is (113,1,107). Sum of RGB (Red+Green+Blue) = 113+1+107=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71016B is #8EFE94. Grayscale: #2E2E2E. Windows color (decimal): -9371285 or 7012721. OLE color: 7012721.
HSL color Cylindrical-coordinate representation of color #71016B: hue angle of 303.21º 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 #71016B is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.56 |
| HSL | 303.21º | 0.98% | 0.22% | - |
| HSV(B) | 303.21º | 0.99% | 0.44% | - |
| XYZ | 9.47 | 4.59 | 14.3 | - |
| YUV | 46.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 107 | 0 | 0.99 | 0.05 | 0.56 | 303.21 | 0.98 | 0.22 |
| Hex | 71 | 1 | 6B | 0 | 63 | 5 | 38 | 12F | 62 | 16 |
| Octal | 161 | 1 | 153 | 0 | 143 | 5 | 70 | 457 | 142 | 26 |
| Binary | 1110001 | 1 | 1101011 | 0 | 1100011 | 101 | 111000 | 100101111 | 1100010 | 10110 |
Color Harmonies of #71016B
Complementary color
Monochromatic Colors of #71016B
Black with #71016B
Text Example
Text Example
White with #71016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71016B; }
p { color: rgb(113,1,107); }
H1.HeaderClassName
{
color: #71016B;
}
.AnyTagClassName
{
color: #71016B;
}
</style>
background-color css
<style>
a { background-color: #71016B; }
a { background-color: rgb(113,1,107); }
div.DivClassName
{
background-color: #71016B;
}
.BgClassName
{
background-color: #71016B;
}
</style>
border-color css
<style>
span { border-color: #71016B; }
span { border-color: rgb(113,1,107); }
td.TdClassName
{
border-color: #71016B;
}
.TagClassName
{
border-color: #71016B;
}
</style>