Shades of Purple #71068E
Tints of Purple #71068E
RGB
CMYK
RGB Variations
Color information
#71068E (or 0x71068E) is known color: Purple. HEX triplet: 71, 06 and 8E. RGB value is (113,6,142). Sum of RGB (Red+Green+Blue) = 113+6+142=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #71068E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71068E is #8EF971. Grayscale: #353535. Windows color (decimal): -9369970 or 9307761. OLE color: 9307761.
HSL color Cylindrical-coordinate representation of color #71068E: hue angle of 287.21º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71068E is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 6 | 142 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.44 |
| HSL | 287.21º | 0.92% | 0.29% | - |
| HSV(B) | 287.21º | 0.96% | 0.56% | - |
| XYZ | 11.76 | 5.59 | 26.05 | - |
| YUV | 53.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 142 | 0.20 | 0.96 | 0 | 0.44 | 287.21 | 0.92 | 0.29 |
| Hex | 71 | 6 | 8E | 14 | 60 | 0 | 2C | 11F | 5C | 1D |
| Octal | 161 | 6 | 216 | 24 | 140 | 0 | 54 | 437 | 134 | 35 |
| Binary | 1110001 | 110 | 10001110 | 10100 | 1100000 | 0 | 101100 | 100011111 | 1011100 | 11101 |
Color Harmonies of #71068E
Complementary color
Monochromatic Colors of #71068E
Black with #71068E
Text Example
Text Example
White with #71068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71068E; }
p { color: rgb(113,6,142); }
H1.HeaderClassName
{
color: #71068E;
}
.AnyTagClassName
{
color: #71068E;
}
</style>
background-color css
<style>
a { background-color: #71068E; }
a { background-color: rgb(113,6,142); }
div.DivClassName
{
background-color: #71068E;
}
.BgClassName
{
background-color: #71068E;
}
</style>
border-color css
<style>
span { border-color: #71068E; }
span { border-color: rgb(113,6,142); }
td.TdClassName
{
border-color: #71068E;
}
.TagClassName
{
border-color: #71068E;
}
</style>