Shades of Purple #710E6C
Tints of Purple #710E6C
RGB
CMYK
RGB Variations
Color information
#710E6C (or 0x710E6C) is known color: Purple. HEX triplet: 71, 0E and 6C. RGB value is (113,14,108). Sum of RGB (Red+Green+Blue) = 113+14+108=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #710E6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710E6C is #8EF193. Grayscale: #363636. Windows color (decimal): -9367956 or 7081585. OLE color: 7081585.
HSL color Cylindrical-coordinate representation of color #710E6C: hue angle of 303.03º degrees, saturation: 0.78, 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 #710E6C is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 14 | 108 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.56 |
| HSL | 303.03º | 0.78% | 0.25% | - |
| HSV(B) | 303.03º | 0.88% | 0.44% | - |
| XYZ | 9.67 | 4.91 | 14.62 | - |
| YUV | 54.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 14 | 108 | 0 | 0.88 | 0.04 | 0.56 | 303.03 | 0.78 | 0.25 |
| Hex | 71 | E | 6C | 0 | 58 | 4 | 38 | 12F | 4E | 19 |
| Octal | 161 | 16 | 154 | 0 | 130 | 4 | 70 | 457 | 116 | 31 |
| Binary | 1110001 | 1110 | 1101100 | 0 | 1011000 | 100 | 111000 | 100101111 | 1001110 | 11001 |
Color Harmonies of #710E6C
Complementary color
Monochromatic Colors of #710E6C
Black with #710E6C
Text Example
Text Example
White with #710E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710E6C; }
p { color: rgb(113,14,108); }
H1.HeaderClassName
{
color: #710E6C;
}
.AnyTagClassName
{
color: #710E6C;
}
</style>
background-color css
<style>
a { background-color: #710E6C; }
a { background-color: rgb(113,14,108); }
div.DivClassName
{
background-color: #710E6C;
}
.BgClassName
{
background-color: #710E6C;
}
</style>
border-color css
<style>
span { border-color: #710E6C; }
span { border-color: rgb(113,14,108); }
td.TdClassName
{
border-color: #710E6C;
}
.TagClassName
{
border-color: #710E6C;
}
</style>