Shades of Purple #71098E
Tints of Purple #71098E
RGB
CMYK
RGB Variations
Color information
#71098E (or 0x71098E) is known color: Purple. HEX triplet: 71, 09 and 8E. RGB value is (113,9,142). Sum of RGB (Red+Green+Blue) = 113+9+142=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #71098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71098E is #8EF671. Grayscale: #363636. Windows color (decimal): -9369202 or 9308529. OLE color: 9308529.
HSL color Cylindrical-coordinate representation of color #71098E: hue angle of 286.92º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71098E is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 9 | 142 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.44 |
| HSL | 286.92º | 0.88% | 0.3% | - |
| HSV(B) | 286.92º | 0.94% | 0.56% | - |
| XYZ | 11.79 | 5.66 | 26.06 | - |
| YUV | 55.26 | 176.96 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 142 | 0.20 | 0.94 | 0 | 0.44 | 286.92 | 0.88 | 0.3 |
| Hex | 71 | 9 | 8E | 14 | 5E | 0 | 2C | 11F | 58 | 1E |
| Octal | 161 | 11 | 216 | 24 | 136 | 0 | 54 | 437 | 130 | 36 |
| Binary | 1110001 | 1001 | 10001110 | 10100 | 1011110 | 0 | 101100 | 100011111 | 1011000 | 11110 |
Color Harmonies of #71098E
Complementary color
Monochromatic Colors of #71098E
Black with #71098E
Text Example
Text Example
White with #71098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71098E; }
p { color: rgb(113,9,142); }
H1.HeaderClassName
{
color: #71098E;
}
.AnyTagClassName
{
color: #71098E;
}
</style>
background-color css
<style>
a { background-color: #71098E; }
a { background-color: rgb(113,9,142); }
div.DivClassName
{
background-color: #71098E;
}
.BgClassName
{
background-color: #71098E;
}
</style>
border-color css
<style>
span { border-color: #71098E; }
span { border-color: rgb(113,9,142); }
td.TdClassName
{
border-color: #71098E;
}
.TagClassName
{
border-color: #71098E;
}
</style>