Shades of Purple #710869
Tints of Purple #710869
RGB
CMYK
RGB Variations
Color information
#710869 (or 0x710869) is known color: Purple. HEX triplet: 71, 08 and 69. RGB value is (113,8,105). Sum of RGB (Red+Green+Blue) = 113+8+105=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #710869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710869 is #8EF796. Grayscale: #323232. Windows color (decimal): -9369495 or 6883441. OLE color: 6883441.
HSL color Cylindrical-coordinate representation of color #710869: hue angle of 304.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710869 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 8 | 105 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.56 |
| HSL | 304.57º | 0.87% | 0.24% | - |
| HSV(B) | 304.57º | 0.93% | 0.44% | - |
| XYZ | 9.45 | 4.7 | 13.77 | - |
| YUV | 50.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 105 | 0 | 0.93 | 0.07 | 0.56 | 304.57 | 0.87 | 0.24 |
| Hex | 71 | 8 | 69 | 0 | 5D | 7 | 38 | 131 | 57 | 18 |
| Octal | 161 | 10 | 151 | 0 | 135 | 7 | 70 | 461 | 127 | 30 |
| Binary | 1110001 | 1000 | 1101001 | 0 | 1011101 | 111 | 111000 | 100110001 | 1010111 | 11000 |
Color Harmonies of #710869
Complementary color
Monochromatic Colors of #710869
Black with #710869
Text Example
Text Example
White with #710869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710869; }
p { color: rgb(113,8,105); }
H1.HeaderClassName
{
color: #710869;
}
.AnyTagClassName
{
color: #710869;
}
</style>
background-color css
<style>
a { background-color: #710869; }
a { background-color: rgb(113,8,105); }
div.DivClassName
{
background-color: #710869;
}
.BgClassName
{
background-color: #710869;
}
</style>
border-color css
<style>
span { border-color: #710869; }
span { border-color: rgb(113,8,105); }
td.TdClassName
{
border-color: #710869;
}
.TagClassName
{
border-color: #710869;
}
</style>