Shades of Purple #71098B
Tints of Purple #71098B
RGB
CMYK
RGB Variations
Color information
#71098B (or 0x71098B) is known color: Purple. HEX triplet: 71, 09 and 8B. RGB value is (113,9,139). Sum of RGB (Red+Green+Blue) = 113+9+139=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #71098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71098B is #8EF674. Grayscale: #363636. Windows color (decimal): -9369205 or 9111921. OLE color: 9111921.
HSL color Cylindrical-coordinate representation of color #71098B: hue angle of 288º 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 #71098B is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 9 | 139 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.45 |
| HSL | 288º | 0.88% | 0.29% | - |
| HSV(B) | 288º | 0.94% | 0.55% | - |
| XYZ | 11.57 | 5.57 | 24.89 | - |
| YUV | 54.92 | 175.46 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 139 | 0.19 | 0.94 | 0 | 0.45 | 288 | 0.88 | 0.29 |
| Hex | 71 | 9 | 8B | 13 | 5E | 0 | 2D | 120 | 58 | 1D |
| Octal | 161 | 11 | 213 | 23 | 136 | 0 | 55 | 440 | 130 | 35 |
| Binary | 1110001 | 1001 | 10001011 | 10011 | 1011110 | 0 | 101101 | 100100000 | 1011000 | 11101 |
Color Harmonies of #71098B
Complementary color
Monochromatic Colors of #71098B
Black with #71098B
Text Example
Text Example
White with #71098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71098B; }
p { color: rgb(113,9,139); }
H1.HeaderClassName
{
color: #71098B;
}
.AnyTagClassName
{
color: #71098B;
}
</style>
background-color css
<style>
a { background-color: #71098B; }
a { background-color: rgb(113,9,139); }
div.DivClassName
{
background-color: #71098B;
}
.BgClassName
{
background-color: #71098B;
}
</style>
border-color css
<style>
span { border-color: #71098B; }
span { border-color: rgb(113,9,139); }
td.TdClassName
{
border-color: #71098B;
}
.TagClassName
{
border-color: #71098B;
}
</style>