Shades of Purple #710F6C
Tints of Purple #710F6C
RGB
CMYK
RGB Variations
Color information
#710F6C (or 0x710F6C) is known color: Purple. HEX triplet: 71, 0F and 6C. RGB value is (113,15,108). Sum of RGB (Red+Green+Blue) = 113+15+108=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #710F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710F6C is #8EF093. Grayscale: #363636. Windows color (decimal): -9367700 or 7081841. OLE color: 7081841.
HSL color Cylindrical-coordinate representation of color #710F6C: hue angle of 303.06º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F6C is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 15 | 108 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.56 |
| HSL | 303.06º | 0.77% | 0.25% | - |
| HSV(B) | 303.06º | 0.87% | 0.44% | - |
| XYZ | 9.69 | 4.94 | 14.63 | - |
| YUV | 54.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 108 | 0 | 0.87 | 0.04 | 0.56 | 303.06 | 0.77 | 0.25 |
| Hex | 71 | F | 6C | 0 | 57 | 4 | 38 | 12F | 4D | 19 |
| Octal | 161 | 17 | 154 | 0 | 127 | 4 | 70 | 457 | 115 | 31 |
| Binary | 1110001 | 1111 | 1101100 | 0 | 1010111 | 100 | 111000 | 100101111 | 1001101 | 11001 |
Color Harmonies of #710F6C
Complementary color
Monochromatic Colors of #710F6C
Black with #710F6C
Text Example
Text Example
White with #710F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F6C; }
p { color: rgb(113,15,108); }
H1.HeaderClassName
{
color: #710F6C;
}
.AnyTagClassName
{
color: #710F6C;
}
</style>
background-color css
<style>
a { background-color: #710F6C; }
a { background-color: rgb(113,15,108); }
div.DivClassName
{
background-color: #710F6C;
}
.BgClassName
{
background-color: #710F6C;
}
</style>
border-color css
<style>
span { border-color: #710F6C; }
span { border-color: rgb(113,15,108); }
td.TdClassName
{
border-color: #710F6C;
}
.TagClassName
{
border-color: #710F6C;
}
</style>