Shades of Purple #710585
Tints of Purple #710585
RGB
CMYK
RGB Variations
Color information
#710585 (or 0x710585) is known color: Purple. HEX triplet: 71, 05 and 85. RGB value is (113,5,133). Sum of RGB (Red+Green+Blue) = 113+5+133=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #710585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710585 is #8EFA7A. Grayscale: #333333. Windows color (decimal): -9370235 or 8717681. OLE color: 8717681.
HSL color Cylindrical-coordinate representation of color #710585: hue angle of 290.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710585 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 5 | 133 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.48 |
| HSL | 290.63º | 0.93% | 0.27% | - |
| HSV(B) | 290.63º | 0.96% | 0.52% | - |
| XYZ | 11.1 | 5.31 | 22.63 | - |
| YUV | 51.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 133 | 0.15 | 0.96 | 0 | 0.48 | 290.63 | 0.93 | 0.27 |
| Hex | 71 | 5 | 85 | F | 60 | 0 | 30 | 123 | 5D | 1B |
| Octal | 161 | 5 | 205 | 17 | 140 | 0 | 60 | 443 | 135 | 33 |
| Binary | 1110001 | 101 | 10000101 | 1111 | 1100000 | 0 | 110000 | 100100011 | 1011101 | 11011 |
Color Harmonies of #710585
Complementary color
Monochromatic Colors of #710585
Black with #710585
Text Example
Text Example
White with #710585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710585; }
p { color: rgb(113,5,133); }
H1.HeaderClassName
{
color: #710585;
}
.AnyTagClassName
{
color: #710585;
}
</style>
background-color css
<style>
a { background-color: #710585; }
a { background-color: rgb(113,5,133); }
div.DivClassName
{
background-color: #710585;
}
.BgClassName
{
background-color: #710585;
}
</style>
border-color css
<style>
span { border-color: #710585; }
span { border-color: rgb(113,5,133); }
td.TdClassName
{
border-color: #710585;
}
.TagClassName
{
border-color: #710585;
}
</style>