Shades of Purple #710C75
Tints of Purple #710C75
RGB
CMYK
RGB Variations
Color information
#710C75 (or 0x710C75) is known color: Purple. HEX triplet: 71, 0C and 75. RGB value is (113,12,117). Sum of RGB (Red+Green+Blue) = 113+12+117=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #710C75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C75 is #8EF38A. Grayscale: #353535. Windows color (decimal): -9368459 or 7670897. OLE color: 7670897.
HSL color Cylindrical-coordinate representation of color #710C75: hue angle of 297.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710C75 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 12 | 117 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.54 |
| HSL | 297.71º | 0.81% | 0.25% | - |
| HSV(B) | 297.71º | 0.9% | 0.46% | - |
| XYZ | 10.15 | 5.06 | 17.27 | - |
| YUV | 54.17 | 163.46 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 117 | 0.03 | 0.90 | 0 | 0.54 | 297.71 | 0.81 | 0.25 |
| Hex | 71 | C | 75 | 3 | 5A | 0 | 36 | 12A | 51 | 19 |
| Octal | 161 | 14 | 165 | 3 | 132 | 0 | 66 | 452 | 121 | 31 |
| Binary | 1110001 | 1100 | 1110101 | 11 | 1011010 | 0 | 110110 | 100101010 | 1010001 | 11001 |
Color Harmonies of #710C75
Complementary color
Monochromatic Colors of #710C75
Black with #710C75
Text Example
Text Example
White with #710C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C75; }
p { color: rgb(113,12,117); }
H1.HeaderClassName
{
color: #710C75;
}
.AnyTagClassName
{
color: #710C75;
}
</style>
background-color css
<style>
a { background-color: #710C75; }
a { background-color: rgb(113,12,117); }
div.DivClassName
{
background-color: #710C75;
}
.BgClassName
{
background-color: #710C75;
}
</style>
border-color css
<style>
span { border-color: #710C75; }
span { border-color: rgb(113,12,117); }
td.TdClassName
{
border-color: #710C75;
}
.TagClassName
{
border-color: #710C75;
}
</style>