Shades of Purple #710F94
Tints of Purple #710F94
RGB
CMYK
RGB Variations
Color information
#710F94 (or 0x710F94) is known color: Purple. HEX triplet: 71, 0F and 94. RGB value is (113,15,148). Sum of RGB (Red+Green+Blue) = 113+15+148=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #710F94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710F94 is #8EF06B. Grayscale: #3B3B3B. Windows color (decimal): -9367660 or 9703281. OLE color: 9703281.
HSL color Cylindrical-coordinate representation of color #710F94: hue angle of 284.21º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710F94 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 15 | 148 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.42 |
| HSL | 284.21º | 0.82% | 0.32% | - |
| HSV(B) | 284.21º | 0.9% | 0.58% | - |
| XYZ | 12.33 | 5.99 | 28.52 | - |
| YUV | 59.46 | 177.97 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 148 | 0.24 | 0.90 | 0 | 0.42 | 284.21 | 0.82 | 0.32 |
| Hex | 71 | F | 94 | 18 | 5A | 0 | 2A | 11C | 52 | 20 |
| Octal | 161 | 17 | 224 | 30 | 132 | 0 | 52 | 434 | 122 | 40 |
| Binary | 1110001 | 1111 | 10010100 | 11000 | 1011010 | 0 | 101010 | 100011100 | 1010010 | 100000 |
Color Harmonies of #710F94
Complementary color
Monochromatic Colors of #710F94
Black with #710F94
Text Example
Text Example
White with #710F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F94; }
p { color: rgb(113,15,148); }
H1.HeaderClassName
{
color: #710F94;
}
.AnyTagClassName
{
color: #710F94;
}
</style>
background-color css
<style>
a { background-color: #710F94; }
a { background-color: rgb(113,15,148); }
div.DivClassName
{
background-color: #710F94;
}
.BgClassName
{
background-color: #710F94;
}
</style>
border-color css
<style>
span { border-color: #710F94; }
span { border-color: rgb(113,15,148); }
td.TdClassName
{
border-color: #710F94;
}
.TagClassName
{
border-color: #710F94;
}
</style>