Shades of Purple #710A94
Tints of Purple #710A94
RGB
CMYK
RGB Variations
Color information
#710A94 (or 0x710A94) is known color: Purple. HEX triplet: 71, 0A and 94. RGB value is (113,10,148). Sum of RGB (Red+Green+Blue) = 113+10+148=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #710A94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710A94 is #8EF56B. Grayscale: #383838. Windows color (decimal): -9368940 or 9702001. OLE color: 9702001.
HSL color Cylindrical-coordinate representation of color #710A94: hue angle of 284.78º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710A94 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 10 | 148 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.42 |
| HSL | 284.78º | 0.87% | 0.31% | - |
| HSV(B) | 284.78º | 0.93% | 0.58% | - |
| XYZ | 12.26 | 5.87 | 28.5 | - |
| YUV | 56.53 | 179.62 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 148 | 0.24 | 0.93 | 0 | 0.42 | 284.78 | 0.87 | 0.31 |
| Hex | 71 | A | 94 | 18 | 5D | 0 | 2A | 11D | 57 | 1F |
| Octal | 161 | 12 | 224 | 30 | 135 | 0 | 52 | 435 | 127 | 37 |
| Binary | 1110001 | 1010 | 10010100 | 11000 | 1011101 | 0 | 101010 | 100011101 | 1010111 | 11111 |
Color Harmonies of #710A94
Complementary color
Monochromatic Colors of #710A94
Black with #710A94
Text Example
Text Example
White with #710A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A94; }
p { color: rgb(113,10,148); }
H1.HeaderClassName
{
color: #710A94;
}
.AnyTagClassName
{
color: #710A94;
}
</style>
background-color css
<style>
a { background-color: #710A94; }
a { background-color: rgb(113,10,148); }
div.DivClassName
{
background-color: #710A94;
}
.BgClassName
{
background-color: #710A94;
}
</style>
border-color css
<style>
span { border-color: #710A94; }
span { border-color: rgb(113,10,148); }
td.TdClassName
{
border-color: #710A94;
}
.TagClassName
{
border-color: #710A94;
}
</style>