Shades of Purple #71016C
Tints of Purple #71016C
RGB
CMYK
RGB Variations
Color information
#71016C (or 0x71016C) is known color: Purple. HEX triplet: 71, 01 and 6C. RGB value is (113,1,108). Sum of RGB (Red+Green+Blue) = 113+1+108=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71016C is #8EFE93. Grayscale: #2E2E2E. Windows color (decimal): -9371284 or 7078257. OLE color: 7078257.
HSL color Cylindrical-coordinate representation of color #71016C: hue angle of 302.68º 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 #71016C is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.56 |
| HSL | 302.68º | 0.98% | 0.22% | - |
| HSV(B) | 302.68º | 0.99% | 0.44% | - |
| XYZ | 9.53 | 4.62 | 14.58 | - |
| YUV | 46.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 108 | 0 | 0.99 | 0.04 | 0.56 | 302.68 | 0.98 | 0.22 |
| Hex | 71 | 1 | 6C | 0 | 63 | 4 | 38 | 12F | 62 | 16 |
| Octal | 161 | 1 | 154 | 0 | 143 | 4 | 70 | 457 | 142 | 26 |
| Binary | 1110001 | 1 | 1101100 | 0 | 1100011 | 100 | 111000 | 100101111 | 1100010 | 10110 |
Color Harmonies of #71016C
Complementary color
Monochromatic Colors of #71016C
Black with #71016C
Text Example
Text Example
White with #71016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71016C; }
p { color: rgb(113,1,108); }
H1.HeaderClassName
{
color: #71016C;
}
.AnyTagClassName
{
color: #71016C;
}
</style>
background-color css
<style>
a { background-color: #71016C; }
a { background-color: rgb(113,1,108); }
div.DivClassName
{
background-color: #71016C;
}
.BgClassName
{
background-color: #71016C;
}
</style>
border-color css
<style>
span { border-color: #71016C; }
span { border-color: rgb(113,1,108); }
td.TdClassName
{
border-color: #71016C;
}
.TagClassName
{
border-color: #71016C;
}
</style>