Shades of Purple #710386
Tints of Purple #710386
RGB
CMYK
RGB Variations
Color information
#710386 (or 0x710386) is known color: Purple. HEX triplet: 71, 03 and 86. RGB value is (113,3,134). Sum of RGB (Red+Green+Blue) = 113+3+134=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #710386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710386 is #8EFC79. Grayscale: #323232. Windows color (decimal): -9370746 or 8782705. OLE color: 8782705.
HSL color Cylindrical-coordinate representation of color #710386: hue angle of 290.38º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #710386 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 3 | 134 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.47 |
| HSL | 290.38º | 0.96% | 0.27% | - |
| HSV(B) | 290.38º | 0.98% | 0.53% | - |
| XYZ | 11.15 | 5.3 | 22.99 | - |
| YUV | 50.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 134 | 0.16 | 0.98 | 0 | 0.47 | 290.38 | 0.96 | 0.27 |
| Hex | 71 | 3 | 86 | 10 | 62 | 0 | 2F | 122 | 60 | 1B |
| Octal | 161 | 3 | 206 | 20 | 142 | 0 | 57 | 442 | 140 | 33 |
| Binary | 1110001 | 11 | 10000110 | 10000 | 1100010 | 0 | 101111 | 100100010 | 1100000 | 11011 |
Color Harmonies of #710386
Complementary color
Monochromatic Colors of #710386
Black with #710386
Text Example
Text Example
White with #710386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710386; }
p { color: rgb(113,3,134); }
H1.HeaderClassName
{
color: #710386;
}
.AnyTagClassName
{
color: #710386;
}
</style>
background-color css
<style>
a { background-color: #710386; }
a { background-color: rgb(113,3,134); }
div.DivClassName
{
background-color: #710386;
}
.BgClassName
{
background-color: #710386;
}
</style>
border-color css
<style>
span { border-color: #710386; }
span { border-color: rgb(113,3,134); }
td.TdClassName
{
border-color: #710386;
}
.TagClassName
{
border-color: #710386;
}
</style>