Shades of Purple #710085
Tints of Purple #710085
RGB
CMYK
RGB Variations
Color information
#710085 (or 0x710085) is known color: Purple. HEX triplet: 71, 00 and 85. RGB value is (113,0,133). Sum of RGB (Red+Green+Blue) = 113+0+133=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #710085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710085 is #8EFF7A. Grayscale: #303030. Windows color (decimal): -9371515 or 8716401. OLE color: 8716401.
HSL color Cylindrical-coordinate representation of color #710085: hue angle of 290.98º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710085 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 0 | 133 | - |
| CMYK | 0.15 | 1 | 0 | 0.48 |
| HSL | 290.98º | 1% | 0.26% | - |
| HSV(B) | 290.98º | 1% | 0.52% | - |
| XYZ | 11.04 | 5.2 | 22.61 | - |
| YUV | 48.95 | 175.44 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 133 | 0.15 | 1 | 0 | 0.48 | 290.98 | 1 | 0.26 |
| Hex | 71 | 0 | 85 | F | 64 | 0 | 30 | 123 | 64 | 1A |
| Octal | 161 | 0 | 205 | 17 | 144 | 0 | 60 | 443 | 144 | 32 |
| Binary | 1110001 | 0 | 10000101 | 1111 | 1100100 | 0 | 110000 | 100100011 | 1100100 | 11010 |
Color Harmonies of #710085
Complementary color
Monochromatic Colors of #710085
Black with #710085
Text Example
Text Example
White with #710085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710085; }
p { color: rgb(113,0,133); }
H1.HeaderClassName
{
color: #710085;
}
.AnyTagClassName
{
color: #710085;
}
</style>
background-color css
<style>
a { background-color: #710085; }
a { background-color: rgb(113,0,133); }
div.DivClassName
{
background-color: #710085;
}
.BgClassName
{
background-color: #710085;
}
</style>
border-color css
<style>
span { border-color: #710085; }
span { border-color: rgb(113,0,133); }
td.TdClassName
{
border-color: #710085;
}
.TagClassName
{
border-color: #710085;
}
</style>