Shades of Purple #710769
Tints of Purple #710769
RGB
CMYK
RGB Variations
Color information
#710769 (or 0x710769) is known color: Purple. HEX triplet: 71, 07 and 69. RGB value is (113,7,105). Sum of RGB (Red+Green+Blue) = 113+7+105=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #710769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710769 is #8EF896. Grayscale: #313131. Windows color (decimal): -9369751 or 6883185. OLE color: 6883185.
HSL color Cylindrical-coordinate representation of color #710769: hue angle of 304.53º 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 #710769 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 7 | 105 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.56 |
| HSL | 304.53º | 0.88% | 0.24% | - |
| HSV(B) | 304.53º | 0.94% | 0.44% | - |
| XYZ | 9.44 | 4.68 | 13.77 | - |
| YUV | 49.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 105 | 0 | 0.94 | 0.07 | 0.56 | 304.53 | 0.88 | 0.24 |
| Hex | 71 | 7 | 69 | 0 | 5E | 7 | 38 | 131 | 58 | 18 |
| Octal | 161 | 7 | 151 | 0 | 136 | 7 | 70 | 461 | 130 | 30 |
| Binary | 1110001 | 111 | 1101001 | 0 | 1011110 | 111 | 111000 | 100110001 | 1011000 | 11000 |
Color Harmonies of #710769
Complementary color
Monochromatic Colors of #710769
Black with #710769
Text Example
Text Example
White with #710769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710769; }
p { color: rgb(113,7,105); }
H1.HeaderClassName
{
color: #710769;
}
.AnyTagClassName
{
color: #710769;
}
</style>
background-color css
<style>
a { background-color: #710769; }
a { background-color: rgb(113,7,105); }
div.DivClassName
{
background-color: #710769;
}
.BgClassName
{
background-color: #710769;
}
</style>
border-color css
<style>
span { border-color: #710769; }
span { border-color: rgb(113,7,105); }
td.TdClassName
{
border-color: #710769;
}
.TagClassName
{
border-color: #710769;
}
</style>