Shades of Purple #710774
Tints of Purple #710774
RGB
CMYK
RGB Variations
Color information
#710774 (or 0x710774) is known color: Purple. HEX triplet: 71, 07 and 74. RGB value is (113,7,116). Sum of RGB (Red+Green+Blue) = 113+7+116=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #710774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710774 is #8EF88B. Grayscale: #323232. Windows color (decimal): -9369740 or 7604081. OLE color: 7604081.
HSL color Cylindrical-coordinate representation of color #710774: hue angle of 298.35º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710774 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 7 | 116 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.55 |
| HSL | 298.35º | 0.89% | 0.24% | - |
| HSV(B) | 298.35º | 0.94% | 0.45% | - |
| XYZ | 10.04 | 4.92 | 16.94 | - |
| YUV | 51.12 | 164.62 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 116 | 0.03 | 0.94 | 0 | 0.55 | 298.35 | 0.89 | 0.24 |
| Hex | 71 | 7 | 74 | 3 | 5E | 0 | 37 | 12A | 59 | 18 |
| Octal | 161 | 7 | 164 | 3 | 136 | 0 | 67 | 452 | 131 | 30 |
| Binary | 1110001 | 111 | 1110100 | 11 | 1011110 | 0 | 110111 | 100101010 | 1011001 | 11000 |
Color Harmonies of #710774
Complementary color
Monochromatic Colors of #710774
Black with #710774
Text Example
Text Example
White with #710774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710774; }
p { color: rgb(113,7,116); }
H1.HeaderClassName
{
color: #710774;
}
.AnyTagClassName
{
color: #710774;
}
</style>
background-color css
<style>
a { background-color: #710774; }
a { background-color: rgb(113,7,116); }
div.DivClassName
{
background-color: #710774;
}
.BgClassName
{
background-color: #710774;
}
</style>
border-color css
<style>
span { border-color: #710774; }
span { border-color: rgb(113,7,116); }
td.TdClassName
{
border-color: #710774;
}
.TagClassName
{
border-color: #710774;
}
</style>