Shades of Purple #71006E
Tints of Purple #71006E
RGB
CMYK
RGB Variations
Color information
#71006E (or 0x71006E) is known color: Purple. HEX triplet: 71, 00 and 6E. RGB value is (113,0,110). Sum of RGB (Red+Green+Blue) = 113+0+110=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71006E is #8EFF91. Grayscale: #2E2E2E. Windows color (decimal): -9371538 or 7209073. OLE color: 7209073.
HSL color Cylindrical-coordinate representation of color #71006E: hue angle of 301.59º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71006E is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.03 | 0.56 |
| HSL | 301.59º | 1% | 0.22% | - |
| HSV(B) | 301.59º | 1% | 0.44% | - |
| XYZ | 9.62 | 4.64 | 15.14 | - |
| YUV | 46.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 110 | 0 | 1 | 0.03 | 0.56 | 301.59 | 1 | 0.22 |
| Hex | 71 | 0 | 6E | 0 | 64 | 3 | 38 | 12E | 64 | 16 |
| Octal | 161 | 0 | 156 | 0 | 144 | 3 | 70 | 456 | 144 | 26 |
| Binary | 1110001 | 0 | 1101110 | 0 | 1100100 | 11 | 111000 | 100101110 | 1100100 | 10110 |
Color Harmonies of #71006E
Complementary color
Monochromatic Colors of #71006E
Black with #71006E
Text Example
Text Example
White with #71006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71006E; }
p { color: rgb(113,0,110); }
H1.HeaderClassName
{
color: #71006E;
}
.AnyTagClassName
{
color: #71006E;
}
</style>
background-color css
<style>
a { background-color: #71006E; }
a { background-color: rgb(113,0,110); }
div.DivClassName
{
background-color: #71006E;
}
.BgClassName
{
background-color: #71006E;
}
</style>
border-color css
<style>
span { border-color: #71006E; }
span { border-color: rgb(113,0,110); }
td.TdClassName
{
border-color: #71006E;
}
.TagClassName
{
border-color: #71006E;
}
</style>