Shades of Purple #71016A
Tints of Purple #71016A
RGB
CMYK
RGB Variations
Color information
#71016A (or 0x71016A) is known color: Purple. HEX triplet: 71, 01 and 6A. RGB value is (113,1,106). Sum of RGB (Red+Green+Blue) = 113+1+106=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #71016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71016A is #8EFE95. Grayscale: #2E2E2E. Windows color (decimal): -9371286 or 6947185. OLE color: 6947185.
HSL color Cylindrical-coordinate representation of color #71016A: hue angle of 303.75º 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 #71016A is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 106 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.56 |
| HSL | 303.75º | 0.98% | 0.22% | - |
| HSV(B) | 303.75º | 0.99% | 0.44% | - |
| XYZ | 9.42 | 4.57 | 14.02 | - |
| YUV | 46.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 106 | 0 | 0.99 | 0.06 | 0.56 | 303.75 | 0.98 | 0.22 |
| Hex | 71 | 1 | 6A | 0 | 63 | 6 | 38 | 130 | 62 | 16 |
| Octal | 161 | 1 | 152 | 0 | 143 | 6 | 70 | 460 | 142 | 26 |
| Binary | 1110001 | 1 | 1101010 | 0 | 1100011 | 110 | 111000 | 100110000 | 1100010 | 10110 |
Color Harmonies of #71016A
Complementary color
Monochromatic Colors of #71016A
Black with #71016A
Text Example
Text Example
White with #71016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71016A; }
p { color: rgb(113,1,106); }
H1.HeaderClassName
{
color: #71016A;
}
.AnyTagClassName
{
color: #71016A;
}
</style>
background-color css
<style>
a { background-color: #71016A; }
a { background-color: rgb(113,1,106); }
div.DivClassName
{
background-color: #71016A;
}
.BgClassName
{
background-color: #71016A;
}
</style>
border-color css
<style>
span { border-color: #71016A; }
span { border-color: rgb(113,1,106); }
td.TdClassName
{
border-color: #71016A;
}
.TagClassName
{
border-color: #71016A;
}
</style>