Shades of Purple #710196
Tints of Purple #710196
RGB
CMYK
RGB Variations
Color information
#710196 (or 0x710196) is known color: Purple. HEX triplet: 71, 01 and 96. RGB value is (113,1,150). Sum of RGB (Red+Green+Blue) = 113+1+150=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #710196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710196 is #8EFE69. Grayscale: #323232. Windows color (decimal): -9371242 or 9830769. OLE color: 9830769.
HSL color Cylindrical-coordinate representation of color #710196: hue angle of 285.1º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710196 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 1 | 150 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.41 |
| HSL | 285.1º | 0.99% | 0.3% | - |
| HSV(B) | 285.1º | 0.99% | 0.59% | - |
| XYZ | 12.33 | 5.73 | 29.31 | - |
| YUV | 51.47 | 183.61 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 150 | 0.25 | 0.99 | 0 | 0.41 | 285.1 | 0.99 | 0.3 |
| Hex | 71 | 1 | 96 | 19 | 63 | 0 | 29 | 11D | 63 | 1E |
| Octal | 161 | 1 | 226 | 31 | 143 | 0 | 51 | 435 | 143 | 36 |
| Binary | 1110001 | 1 | 10010110 | 11001 | 1100011 | 0 | 101001 | 100011101 | 1100011 | 11110 |
Color Harmonies of #710196
Complementary color
Monochromatic Colors of #710196
Black with #710196
Text Example
Text Example
White with #710196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710196; }
p { color: rgb(113,1,150); }
H1.HeaderClassName
{
color: #710196;
}
.AnyTagClassName
{
color: #710196;
}
</style>
background-color css
<style>
a { background-color: #710196; }
a { background-color: rgb(113,1,150); }
div.DivClassName
{
background-color: #710196;
}
.BgClassName
{
background-color: #710196;
}
</style>
border-color css
<style>
span { border-color: #710196; }
span { border-color: rgb(113,1,150); }
td.TdClassName
{
border-color: #710196;
}
.TagClassName
{
border-color: #710196;
}
</style>