Shades of Purple #710284
Tints of Purple #710284
RGB
CMYK
RGB Variations
Color information
#710284 (or 0x710284) is known color: Purple. HEX triplet: 71, 02 and 84. RGB value is (113,2,132). Sum of RGB (Red+Green+Blue) = 113+2+132=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #710284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710284 is #8EFD7B. Grayscale: #313131. Windows color (decimal): -9371004 or 8651377. OLE color: 8651377.
HSL color Cylindrical-coordinate representation of color #710284: hue angle of 291.23º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #710284 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 2 | 132 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.48 |
| HSL | 291.23º | 0.97% | 0.26% | - |
| HSV(B) | 291.23º | 0.98% | 0.52% | - |
| XYZ | 11 | 5.22 | 22.26 | - |
| YUV | 50.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 132 | 0.14 | 0.98 | 0 | 0.48 | 291.23 | 0.97 | 0.26 |
| Hex | 71 | 2 | 84 | E | 62 | 0 | 30 | 123 | 61 | 1A |
| Octal | 161 | 2 | 204 | 16 | 142 | 0 | 60 | 443 | 141 | 32 |
| Binary | 1110001 | 10 | 10000100 | 1110 | 1100010 | 0 | 110000 | 100100011 | 1100001 | 11010 |
Color Harmonies of #710284
Complementary color
Monochromatic Colors of #710284
Black with #710284
Text Example
Text Example
White with #710284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710284; }
p { color: rgb(113,2,132); }
H1.HeaderClassName
{
color: #710284;
}
.AnyTagClassName
{
color: #710284;
}
</style>
background-color css
<style>
a { background-color: #710284; }
a { background-color: rgb(113,2,132); }
div.DivClassName
{
background-color: #710284;
}
.BgClassName
{
background-color: #710284;
}
</style>
border-color css
<style>
span { border-color: #710284; }
span { border-color: rgb(113,2,132); }
td.TdClassName
{
border-color: #710284;
}
.TagClassName
{
border-color: #710284;
}
</style>