Shades of Purple #710498
Tints of Purple #710498
RGB
CMYK
RGB Variations
Color information
#710498 (or 0x710498) is known color: Purple. HEX triplet: 71, 04 and 98. RGB value is (113,4,152). Sum of RGB (Red+Green+Blue) = 113+4+152=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #710498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710498 is #8EFB67. Grayscale: #343434. Windows color (decimal): -9370472 or 9962609. OLE color: 9962609.
HSL color Cylindrical-coordinate representation of color #710498: hue angle of 284.19º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710498 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 4 | 152 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.40 |
| HSL | 284.19º | 0.95% | 0.31% | - |
| HSV(B) | 284.19º | 0.97% | 0.6% | - |
| XYZ | 12.52 | 5.86 | 30.18 | - |
| YUV | 53.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 4 | 152 | 0.26 | 0.97 | 0 | 0.40 | 284.19 | 0.95 | 0.31 |
| Hex | 71 | 4 | 98 | 1A | 61 | 0 | 28 | 11C | 5F | 1F |
| Octal | 161 | 4 | 230 | 32 | 141 | 0 | 50 | 434 | 137 | 37 |
| Binary | 1110001 | 100 | 10011000 | 11010 | 1100001 | 0 | 101000 | 100011100 | 1011111 | 11111 |
Color Harmonies of #710498
Complementary color
Monochromatic Colors of #710498
Black with #710498
Text Example
Text Example
White with #710498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710498; }
p { color: rgb(113,4,152); }
H1.HeaderClassName
{
color: #710498;
}
.AnyTagClassName
{
color: #710498;
}
</style>
background-color css
<style>
a { background-color: #710498; }
a { background-color: rgb(113,4,152); }
div.DivClassName
{
background-color: #710498;
}
.BgClassName
{
background-color: #710498;
}
</style>
border-color css
<style>
span { border-color: #710498; }
span { border-color: rgb(113,4,152); }
td.TdClassName
{
border-color: #710498;
}
.TagClassName
{
border-color: #710498;
}
</style>