Shades of Purple #71098C
Tints of Purple #71098C
RGB
CMYK
RGB Variations
Color information
#71098C (or 0x71098C) is known color: Purple. HEX triplet: 71, 09 and 8C. RGB value is (113,9,140). Sum of RGB (Red+Green+Blue) = 113+9+140=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #71098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71098C is #8EF673. Grayscale: #363636. Windows color (decimal): -9369204 or 9177457. OLE color: 9177457.
HSL color Cylindrical-coordinate representation of color #71098C: hue angle of 287.63º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71098C is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 9 | 140 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.45 |
| HSL | 287.63º | 0.88% | 0.29% | - |
| HSV(B) | 287.63º | 0.94% | 0.55% | - |
| XYZ | 11.64 | 5.6 | 25.28 | - |
| YUV | 55.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 140 | 0.19 | 0.94 | 0 | 0.45 | 287.63 | 0.88 | 0.29 |
| Hex | 71 | 9 | 8C | 13 | 5E | 0 | 2D | 120 | 58 | 1D |
| Octal | 161 | 11 | 214 | 23 | 136 | 0 | 55 | 440 | 130 | 35 |
| Binary | 1110001 | 1001 | 10001100 | 10011 | 1011110 | 0 | 101101 | 100100000 | 1011000 | 11101 |
Color Harmonies of #71098C
Complementary color
Monochromatic Colors of #71098C
Black with #71098C
Text Example
Text Example
White with #71098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71098C; }
p { color: rgb(113,9,140); }
H1.HeaderClassName
{
color: #71098C;
}
.AnyTagClassName
{
color: #71098C;
}
</style>
background-color css
<style>
a { background-color: #71098C; }
a { background-color: rgb(113,9,140); }
div.DivClassName
{
background-color: #71098C;
}
.BgClassName
{
background-color: #71098C;
}
</style>
border-color css
<style>
span { border-color: #71098C; }
span { border-color: rgb(113,9,140); }
td.TdClassName
{
border-color: #71098C;
}
.TagClassName
{
border-color: #71098C;
}
</style>