Shades of Purple #710D94
Tints of Purple #710D94
RGB
CMYK
RGB Variations
Color information
#710D94 (or 0x710D94) is known color: Purple. HEX triplet: 71, 0D and 94. RGB value is (113,13,148). Sum of RGB (Red+Green+Blue) = 113+13+148=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #710D94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710D94 is #8EF26B. Grayscale: #393939. Windows color (decimal): -9368172 or 9702769. OLE color: 9702769.
HSL color Cylindrical-coordinate representation of color #710D94: hue angle of 284.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710D94 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 13 | 148 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.42 |
| HSL | 284.44º | 0.84% | 0.32% | - |
| HSV(B) | 284.44º | 0.91% | 0.58% | - |
| XYZ | 12.3 | 5.94 | 28.51 | - |
| YUV | 58.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 148 | 0.24 | 0.91 | 0 | 0.42 | 284.44 | 0.84 | 0.32 |
| Hex | 71 | D | 94 | 18 | 5B | 0 | 2A | 11C | 54 | 20 |
| Octal | 161 | 15 | 224 | 30 | 133 | 0 | 52 | 434 | 124 | 40 |
| Binary | 1110001 | 1101 | 10010100 | 11000 | 1011011 | 0 | 101010 | 100011100 | 1010100 | 100000 |
Color Harmonies of #710D94
Complementary color
Monochromatic Colors of #710D94
Black with #710D94
Text Example
Text Example
White with #710D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D94; }
p { color: rgb(113,13,148); }
H1.HeaderClassName
{
color: #710D94;
}
.AnyTagClassName
{
color: #710D94;
}
</style>
background-color css
<style>
a { background-color: #710D94; }
a { background-color: rgb(113,13,148); }
div.DivClassName
{
background-color: #710D94;
}
.BgClassName
{
background-color: #710D94;
}
</style>
border-color css
<style>
span { border-color: #710D94; }
span { border-color: rgb(113,13,148); }
td.TdClassName
{
border-color: #710D94;
}
.TagClassName
{
border-color: #710D94;
}
</style>