Shades of Purple #71007E
Tints of Purple #71007E
RGB
CMYK
RGB Variations
Color information
#71007E (or 0x71007E) is known color: Purple. HEX triplet: 71, 00 and 7E. RGB value is (113,0,126). Sum of RGB (Red+Green+Blue) = 113+0+126=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #71007E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71007E is #8EFF81. Grayscale: #2F2F2F. Windows color (decimal): -9371522 or 8257649. OLE color: 8257649.
HSL color Cylindrical-coordinate representation of color #71007E: hue angle of 293.81º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71007E is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 0 | 126 | - |
| CMYK | 0.10 | 1 | 0 | 0.51 |
| HSL | 293.81º | 1% | 0.25% | - |
| HSV(B) | 293.81º | 1% | 0.49% | - |
| XYZ | 10.58 | 5.02 | 20.15 | - |
| YUV | 48.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 126 | 0.10 | 1 | 0 | 0.51 | 293.81 | 1 | 0.25 |
| Hex | 71 | 0 | 7E | A | 64 | 0 | 33 | 126 | 64 | 19 |
| Octal | 161 | 0 | 176 | 12 | 144 | 0 | 63 | 446 | 144 | 31 |
| Binary | 1110001 | 0 | 1111110 | 1010 | 1100100 | 0 | 110011 | 100100110 | 1100100 | 11001 |
Color Harmonies of #71007E
Complementary color
Monochromatic Colors of #71007E
Black with #71007E
Text Example
Text Example
White with #71007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71007E; }
p { color: rgb(113,0,126); }
H1.HeaderClassName
{
color: #71007E;
}
.AnyTagClassName
{
color: #71007E;
}
</style>
background-color css
<style>
a { background-color: #71007E; }
a { background-color: rgb(113,0,126); }
div.DivClassName
{
background-color: #71007E;
}
.BgClassName
{
background-color: #71007E;
}
</style>
border-color css
<style>
span { border-color: #71007E; }
span { border-color: rgb(113,0,126); }
td.TdClassName
{
border-color: #71007E;
}
.TagClassName
{
border-color: #71007E;
}
</style>