Shades of Purple #710898
Tints of Purple #710898
RGB
CMYK
RGB Variations
Color information
#710898 (or 0x710898) is known color: Purple. HEX triplet: 71, 08 and 98. RGB value is (113,8,152). Sum of RGB (Red+Green+Blue) = 113+8+152=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #710898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710898 is #8EF767. Grayscale: #373737. Windows color (decimal): -9369448 or 9963633. OLE color: 9963633.
HSL color Cylindrical-coordinate representation of color #710898: hue angle of 283.75º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710898 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 8 | 152 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.40 |
| HSL | 283.75º | 0.9% | 0.31% | - |
| HSV(B) | 283.75º | 0.95% | 0.6% | - |
| XYZ | 12.56 | 5.95 | 30.19 | - |
| YUV | 55.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 152 | 0.26 | 0.95 | 0 | 0.40 | 283.75 | 0.9 | 0.31 |
| Hex | 71 | 8 | 98 | 1A | 5F | 0 | 28 | 11C | 5A | 1F |
| Octal | 161 | 10 | 230 | 32 | 137 | 0 | 50 | 434 | 132 | 37 |
| Binary | 1110001 | 1000 | 10011000 | 11010 | 1011111 | 0 | 101000 | 100011100 | 1011010 | 11111 |
Color Harmonies of #710898
Complementary color
Monochromatic Colors of #710898
Black with #710898
Text Example
Text Example
White with #710898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710898; }
p { color: rgb(113,8,152); }
H1.HeaderClassName
{
color: #710898;
}
.AnyTagClassName
{
color: #710898;
}
</style>
background-color css
<style>
a { background-color: #710898; }
a { background-color: rgb(113,8,152); }
div.DivClassName
{
background-color: #710898;
}
.BgClassName
{
background-color: #710898;
}
</style>
border-color css
<style>
span { border-color: #710898; }
span { border-color: rgb(113,8,152); }
td.TdClassName
{
border-color: #710898;
}
.TagClassName
{
border-color: #710898;
}
</style>