Shades of Purple #710C6C
Tints of Purple #710C6C
RGB
CMYK
RGB Variations
Color information
#710C6C (or 0x710C6C) is known color: Purple. HEX triplet: 71, 0C and 6C. RGB value is (113,12,108). Sum of RGB (Red+Green+Blue) = 113+12+108=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #710C6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C6C is #8EF393. Grayscale: #343434. Windows color (decimal): -9368468 or 7081073. OLE color: 7081073.
HSL color Cylindrical-coordinate representation of color #710C6C: hue angle of 302.97º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C6C is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 108 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.56 |
| HSL | 302.97º | 0.81% | 0.25% | - |
| HSV(B) | 302.97º | 0.89% | 0.44% | - |
| XYZ | 9.65 | 4.86 | 14.62 | - |
| YUV | 53.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 108 | 0 | 0.89 | 0.04 | 0.56 | 302.97 | 0.81 | 0.25 |
| Hex | 71 | C | 6C | 0 | 59 | 4 | 38 | 12F | 51 | 19 |
| Octal | 161 | 14 | 154 | 0 | 131 | 4 | 70 | 457 | 121 | 31 |
| Binary | 1110001 | 1100 | 1101100 | 0 | 1011001 | 100 | 111000 | 100101111 | 1010001 | 11001 |
Color Harmonies of #710C6C
Complementary color
Monochromatic Colors of #710C6C
Black with #710C6C
Text Example
Text Example
White with #710C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C6C; }
p { color: rgb(113,12,108); }
H1.HeaderClassName
{
color: #710C6C;
}
.AnyTagClassName
{
color: #710C6C;
}
</style>
background-color css
<style>
a { background-color: #710C6C; }
a { background-color: rgb(113,12,108); }
div.DivClassName
{
background-color: #710C6C;
}
.BgClassName
{
background-color: #710C6C;
}
</style>
border-color css
<style>
span { border-color: #710C6C; }
span { border-color: rgb(113,12,108); }
td.TdClassName
{
border-color: #710C6C;
}
.TagClassName
{
border-color: #710C6C;
}
</style>