Shades of Purple #710084
Tints of Purple #710084
RGB
CMYK
RGB Variations
Color information
#710084 (or 0x710084) is known color: Purple. HEX triplet: 71, 00 and 84. RGB value is (113,0,132). Sum of RGB (Red+Green+Blue) = 113+0+132=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #710084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710084 is #8EFF7B. Grayscale: #303030. Windows color (decimal): -9371516 or 8650865. OLE color: 8650865.
HSL color Cylindrical-coordinate representation of color #710084: hue angle of 291.36º 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 #710084 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 0 | 132 | - |
| CMYK | 0.14 | 1 | 0 | 0.48 |
| HSL | 291.36º | 1% | 0.26% | - |
| HSV(B) | 291.36º | 1% | 0.52% | - |
| XYZ | 10.97 | 5.18 | 22.25 | - |
| YUV | 48.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 132 | 0.14 | 1 | 0 | 0.48 | 291.36 | 1 | 0.26 |
| Hex | 71 | 0 | 84 | E | 64 | 0 | 30 | 123 | 64 | 1A |
| Octal | 161 | 0 | 204 | 16 | 144 | 0 | 60 | 443 | 144 | 32 |
| Binary | 1110001 | 0 | 10000100 | 1110 | 1100100 | 0 | 110000 | 100100011 | 1100100 | 11010 |
Color Harmonies of #710084
Complementary color
Monochromatic Colors of #710084
Black with #710084
Text Example
Text Example
White with #710084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710084; }
p { color: rgb(113,0,132); }
H1.HeaderClassName
{
color: #710084;
}
.AnyTagClassName
{
color: #710084;
}
</style>
background-color css
<style>
a { background-color: #710084; }
a { background-color: rgb(113,0,132); }
div.DivClassName
{
background-color: #710084;
}
.BgClassName
{
background-color: #710084;
}
</style>
border-color css
<style>
span { border-color: #710084; }
span { border-color: rgb(113,0,132); }
td.TdClassName
{
border-color: #710084;
}
.TagClassName
{
border-color: #710084;
}
</style>