Shades of Purple #710D6C
Tints of Purple #710D6C
RGB
CMYK
RGB Variations
Color information
#710D6C (or 0x710D6C) is known color: Purple. HEX triplet: 71, 0D and 6C. RGB value is (113,13,108). Sum of RGB (Red+Green+Blue) = 113+13+108=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #710D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D6C is #8EF293. Grayscale: #353535. Windows color (decimal): -9368212 or 7081329. OLE color: 7081329.
HSL color Cylindrical-coordinate representation of color #710D6C: hue angle of 303º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710D6C is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 108 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.56 |
| HSL | 303º | 0.79% | 0.25% | - |
| HSV(B) | 303º | 0.88% | 0.44% | - |
| XYZ | 9.66 | 4.88 | 14.62 | - |
| YUV | 53.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 108 | 0 | 0.88 | 0.04 | 0.56 | 303 | 0.79 | 0.25 |
| Hex | 71 | D | 6C | 0 | 58 | 4 | 38 | 12F | 4F | 19 |
| Octal | 161 | 15 | 154 | 0 | 130 | 4 | 70 | 457 | 117 | 31 |
| Binary | 1110001 | 1101 | 1101100 | 0 | 1011000 | 100 | 111000 | 100101111 | 1001111 | 11001 |
Color Harmonies of #710D6C
Complementary color
Monochromatic Colors of #710D6C
Black with #710D6C
Text Example
Text Example
White with #710D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D6C; }
p { color: rgb(113,13,108); }
H1.HeaderClassName
{
color: #710D6C;
}
.AnyTagClassName
{
color: #710D6C;
}
</style>
background-color css
<style>
a { background-color: #710D6C; }
a { background-color: rgb(113,13,108); }
div.DivClassName
{
background-color: #710D6C;
}
.BgClassName
{
background-color: #710D6C;
}
</style>
border-color css
<style>
span { border-color: #710D6C; }
span { border-color: rgb(113,13,108); }
td.TdClassName
{
border-color: #710D6C;
}
.TagClassName
{
border-color: #710D6C;
}
</style>