Shades of Purple #710D6A
Tints of Purple #710D6A
RGB
CMYK
RGB Variations
Color information
#710D6A (or 0x710D6A) is known color: Purple. HEX triplet: 71, 0D and 6A. RGB value is (113,13,106). Sum of RGB (Red+Green+Blue) = 113+13+106=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #710D6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D6A is #8EF295. Grayscale: #353535. Windows color (decimal): -9368214 or 6950257. OLE color: 6950257.
HSL color Cylindrical-coordinate representation of color #710D6A: hue angle of 304.2º 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 #710D6A is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 106 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.56 |
| HSL | 304.2º | 0.79% | 0.25% | - |
| HSV(B) | 304.2º | 0.88% | 0.44% | - |
| XYZ | 9.56 | 4.84 | 14.07 | - |
| YUV | 53.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 106 | 0 | 0.88 | 0.06 | 0.56 | 304.2 | 0.79 | 0.25 |
| Hex | 71 | D | 6A | 0 | 58 | 6 | 38 | 130 | 4F | 19 |
| Octal | 161 | 15 | 152 | 0 | 130 | 6 | 70 | 460 | 117 | 31 |
| Binary | 1110001 | 1101 | 1101010 | 0 | 1011000 | 110 | 111000 | 100110000 | 1001111 | 11001 |
Color Harmonies of #710D6A
Complementary color
Monochromatic Colors of #710D6A
Black with #710D6A
Text Example
Text Example
White with #710D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D6A; }
p { color: rgb(113,13,106); }
H1.HeaderClassName
{
color: #710D6A;
}
.AnyTagClassName
{
color: #710D6A;
}
</style>
background-color css
<style>
a { background-color: #710D6A; }
a { background-color: rgb(113,13,106); }
div.DivClassName
{
background-color: #710D6A;
}
.BgClassName
{
background-color: #710D6A;
}
</style>
border-color css
<style>
span { border-color: #710D6A; }
span { border-color: rgb(113,13,106); }
td.TdClassName
{
border-color: #710D6A;
}
.TagClassName
{
border-color: #710D6A;
}
</style>