Shades of Purple #710574
Tints of Purple #710574
RGB
CMYK
RGB Variations
Color information
#710574 (or 0x710574) is known color: Purple. HEX triplet: 71, 05 and 74. RGB value is (113,5,116). Sum of RGB (Red+Green+Blue) = 113+5+116=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #710574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710574 is #8EFA8B. Grayscale: #313131. Windows color (decimal): -9370252 or 7603569. OLE color: 7603569.
HSL color Cylindrical-coordinate representation of color #710574: hue angle of 298.38º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710574 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 5 | 116 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.55 |
| HSL | 298.38º | 0.92% | 0.24% | - |
| HSV(B) | 298.38º | 0.96% | 0.45% | - |
| XYZ | 10.02 | 4.88 | 16.94 | - |
| YUV | 49.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 116 | 0.03 | 0.96 | 0 | 0.55 | 298.38 | 0.92 | 0.24 |
| Hex | 71 | 5 | 74 | 3 | 60 | 0 | 37 | 12A | 5C | 18 |
| Octal | 161 | 5 | 164 | 3 | 140 | 0 | 67 | 452 | 134 | 30 |
| Binary | 1110001 | 101 | 1110100 | 11 | 1100000 | 0 | 110111 | 100101010 | 1011100 | 11000 |
Color Harmonies of #710574
Complementary color
Monochromatic Colors of #710574
Black with #710574
Text Example
Text Example
White with #710574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710574; }
p { color: rgb(113,5,116); }
H1.HeaderClassName
{
color: #710574;
}
.AnyTagClassName
{
color: #710574;
}
</style>
background-color css
<style>
a { background-color: #710574; }
a { background-color: rgb(113,5,116); }
div.DivClassName
{
background-color: #710574;
}
.BgClassName
{
background-color: #710574;
}
</style>
border-color css
<style>
span { border-color: #710574; }
span { border-color: rgb(113,5,116); }
td.TdClassName
{
border-color: #710574;
}
.TagClassName
{
border-color: #710574;
}
</style>