Shades of Purple #710B69
Tints of Purple #710B69
RGB
CMYK
RGB Variations
Color information
#710B69 (or 0x710B69) is known color: Purple. HEX triplet: 71, 0B and 69. RGB value is (113,11,105). Sum of RGB (Red+Green+Blue) = 113+11+105=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #710B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B69 is #8EF496. Grayscale: #333333. Windows color (decimal): -9368727 or 6884209. OLE color: 6884209.
HSL color Cylindrical-coordinate representation of color #710B69: hue angle of 304.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B69 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 105 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.56 |
| HSL | 304.71º | 0.82% | 0.24% | - |
| HSV(B) | 304.71º | 0.9% | 0.44% | - |
| XYZ | 9.48 | 4.77 | 13.79 | - |
| YUV | 52.21 | 157.79 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 105 | 0 | 0.90 | 0.07 | 0.56 | 304.71 | 0.82 | 0.24 |
| Hex | 71 | B | 69 | 0 | 5A | 7 | 38 | 131 | 52 | 18 |
| Octal | 161 | 13 | 151 | 0 | 132 | 7 | 70 | 461 | 122 | 30 |
| Binary | 1110001 | 1011 | 1101001 | 0 | 1011010 | 111 | 111000 | 100110001 | 1010010 | 11000 |
Color Harmonies of #710B69
Complementary color
Monochromatic Colors of #710B69
Black with #710B69
Text Example
Text Example
White with #710B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B69; }
p { color: rgb(113,11,105); }
H1.HeaderClassName
{
color: #710B69;
}
.AnyTagClassName
{
color: #710B69;
}
</style>
background-color css
<style>
a { background-color: #710B69; }
a { background-color: rgb(113,11,105); }
div.DivClassName
{
background-color: #710B69;
}
.BgClassName
{
background-color: #710B69;
}
</style>
border-color css
<style>
span { border-color: #710B69; }
span { border-color: rgb(113,11,105); }
td.TdClassName
{
border-color: #710B69;
}
.TagClassName
{
border-color: #710B69;
}
</style>