Shades of Purple #71017D
Tints of Purple #71017D
RGB
CMYK
RGB Variations
Color information
#71017D (or 0x71017D) is known color: Purple. HEX triplet: 71, 01 and 7D. RGB value is (113,1,125). Sum of RGB (Red+Green+Blue) = 113+1+125=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #71017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71017D is #8EFE82. Grayscale: #303030. Windows color (decimal): -9371267 or 8192369. OLE color: 8192369.
HSL color Cylindrical-coordinate representation of color #71017D: hue angle of 294.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71017D is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 1 | 125 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.51 |
| HSL | 294.19º | 0.98% | 0.25% | - |
| HSV(B) | 294.19º | 0.99% | 0.49% | - |
| XYZ | 10.52 | 5.01 | 19.82 | - |
| YUV | 48.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 125 | 0.10 | 0.99 | 0 | 0.51 | 294.19 | 0.98 | 0.25 |
| Hex | 71 | 1 | 7D | A | 63 | 0 | 33 | 126 | 62 | 19 |
| Octal | 161 | 1 | 175 | 12 | 143 | 0 | 63 | 446 | 142 | 31 |
| Binary | 1110001 | 1 | 1111101 | 1010 | 1100011 | 0 | 110011 | 100100110 | 1100010 | 11001 |
Color Harmonies of #71017D
Complementary color
Monochromatic Colors of #71017D
Black with #71017D
Text Example
Text Example
White with #71017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71017D; }
p { color: rgb(113,1,125); }
H1.HeaderClassName
{
color: #71017D;
}
.AnyTagClassName
{
color: #71017D;
}
</style>
background-color css
<style>
a { background-color: #71017D; }
a { background-color: rgb(113,1,125); }
div.DivClassName
{
background-color: #71017D;
}
.BgClassName
{
background-color: #71017D;
}
</style>
border-color css
<style>
span { border-color: #71017D; }
span { border-color: rgb(113,1,125); }
td.TdClassName
{
border-color: #71017D;
}
.TagClassName
{
border-color: #71017D;
}
</style>