Shades of Purple #710765
Tints of Purple #710765
RGB
CMYK
RGB Variations
Color information
#710765 (or 0x710765) is known color: Purple. HEX triplet: 71, 07 and 65. RGB value is (113,7,101). Sum of RGB (Red+Green+Blue) = 113+7+101=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #710765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710765 is #8EF89A. Grayscale: #313131. Windows color (decimal): -9369755 or 6621041. OLE color: 6621041.
HSL color Cylindrical-coordinate representation of color #710765: hue angle of 306.79º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710765 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 7 | 101 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.56 |
| HSL | 306.79º | 0.88% | 0.24% | - |
| HSV(B) | 306.79º | 0.94% | 0.44% | - |
| XYZ | 9.23 | 4.6 | 12.71 | - |
| YUV | 49.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 101 | 0 | 0.94 | 0.11 | 0.56 | 306.79 | 0.88 | 0.24 |
| Hex | 71 | 7 | 65 | 0 | 5E | B | 38 | 133 | 58 | 18 |
| Octal | 161 | 7 | 145 | 0 | 136 | 13 | 70 | 463 | 130 | 30 |
| Binary | 1110001 | 111 | 1100101 | 0 | 1011110 | 1011 | 111000 | 100110011 | 1011000 | 11000 |
Color Harmonies of #710765
Complementary color
Monochromatic Colors of #710765
Black with #710765
Text Example
Text Example
White with #710765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710765; }
p { color: rgb(113,7,101); }
H1.HeaderClassName
{
color: #710765;
}
.AnyTagClassName
{
color: #710765;
}
</style>
background-color css
<style>
a { background-color: #710765; }
a { background-color: rgb(113,7,101); }
div.DivClassName
{
background-color: #710765;
}
.BgClassName
{
background-color: #710765;
}
</style>
border-color css
<style>
span { border-color: #710765; }
span { border-color: rgb(113,7,101); }
td.TdClassName
{
border-color: #710765;
}
.TagClassName
{
border-color: #710765;
}
</style>