Shades of Purple #710485
Tints of Purple #710485
RGB
CMYK
RGB Variations
Color information
#710485 (or 0x710485) is known color: Purple. HEX triplet: 71, 04 and 85. RGB value is (113,4,133). Sum of RGB (Red+Green+Blue) = 113+4+133=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #710485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710485 is #8EFB7A. Grayscale: #323232. Windows color (decimal): -9370491 or 8717425. OLE color: 8717425.
HSL color Cylindrical-coordinate representation of color #710485: hue angle of 290.7º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710485 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 4 | 133 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.48 |
| HSL | 290.7º | 0.94% | 0.27% | - |
| HSV(B) | 290.7º | 0.97% | 0.52% | - |
| XYZ | 11.09 | 5.29 | 22.63 | - |
| YUV | 51.3 | 174.11 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 4 | 133 | 0.15 | 0.97 | 0 | 0.48 | 290.7 | 0.94 | 0.27 |
| Hex | 71 | 4 | 85 | F | 61 | 0 | 30 | 123 | 5E | 1B |
| Octal | 161 | 4 | 205 | 17 | 141 | 0 | 60 | 443 | 136 | 33 |
| Binary | 1110001 | 100 | 10000101 | 1111 | 1100001 | 0 | 110000 | 100100011 | 1011110 | 11011 |
Color Harmonies of #710485
Complementary color
Monochromatic Colors of #710485
Black with #710485
Text Example
Text Example
White with #710485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710485; }
p { color: rgb(113,4,133); }
H1.HeaderClassName
{
color: #710485;
}
.AnyTagClassName
{
color: #710485;
}
</style>
background-color css
<style>
a { background-color: #710485; }
a { background-color: rgb(113,4,133); }
div.DivClassName
{
background-color: #710485;
}
.BgClassName
{
background-color: #710485;
}
</style>
border-color css
<style>
span { border-color: #710485; }
span { border-color: rgb(113,4,133); }
td.TdClassName
{
border-color: #710485;
}
.TagClassName
{
border-color: #710485;
}
</style>