Shades of Purple #710095
Tints of Purple #710095
RGB
CMYK
RGB Variations
Color information
#710095 (or 0x710095) is known color: Purple. HEX triplet: 71, 00 and 95. RGB value is (113,0,149). Sum of RGB (Red+Green+Blue) = 113+0+149=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #710095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710095 is #8EFF6A. Grayscale: #323232. Windows color (decimal): -9371499 or 9764977. OLE color: 9764977.
HSL color Cylindrical-coordinate representation of color #710095: hue angle of 285.5º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710095 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 0 | 149 | - |
| CMYK | 0.24 | 1 | 0 | 0.42 |
| HSL | 285.5º | 1% | 0.29% | - |
| HSV(B) | 285.5º | 1% | 0.58% | - |
| XYZ | 12.23 | 5.68 | 28.89 | - |
| YUV | 50.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 149 | 0.24 | 1 | 0 | 0.42 | 285.5 | 1 | 0.29 |
| Hex | 71 | 0 | 95 | 18 | 64 | 0 | 2A | 11E | 64 | 1D |
| Octal | 161 | 0 | 225 | 30 | 144 | 0 | 52 | 436 | 144 | 35 |
| Binary | 1110001 | 0 | 10010101 | 11000 | 1100100 | 0 | 101010 | 100011110 | 1100100 | 11101 |
Color Harmonies of #710095
Complementary color
Monochromatic Colors of #710095
Black with #710095
Text Example
Text Example
White with #710095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710095; }
p { color: rgb(113,0,149); }
H1.HeaderClassName
{
color: #710095;
}
.AnyTagClassName
{
color: #710095;
}
</style>
background-color css
<style>
a { background-color: #710095; }
a { background-color: rgb(113,0,149); }
div.DivClassName
{
background-color: #710095;
}
.BgClassName
{
background-color: #710095;
}
</style>
border-color css
<style>
span { border-color: #710095; }
span { border-color: rgb(113,0,149); }
td.TdClassName
{
border-color: #710095;
}
.TagClassName
{
border-color: #710095;
}
</style>