Shades of Purple #711297
Tints of Purple #711297
RGB
CMYK
RGB Variations
Color information
#711297 (or 0x711297) is known color: Purple. HEX triplet: 71, 12 and 97. RGB value is (113,18,151). Sum of RGB (Red+Green+Blue) = 113+18+151=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #711297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711297 is #8EED68. Grayscale: #3D3D3D. Windows color (decimal): -9366889 or 9900657. OLE color: 9900657.
HSL color Cylindrical-coordinate representation of color #711297: hue angle of 282.86º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711297 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 18 | 151 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.41 |
| HSL | 282.86º | 0.79% | 0.33% | - |
| HSV(B) | 282.86º | 0.88% | 0.59% | - |
| XYZ | 12.61 | 6.18 | 29.81 | - |
| YUV | 61.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 151 | 0.25 | 0.88 | 0 | 0.41 | 282.86 | 0.79 | 0.33 |
| Hex | 71 | 12 | 97 | 19 | 58 | 0 | 29 | 11B | 4F | 21 |
| Octal | 161 | 22 | 227 | 31 | 130 | 0 | 51 | 433 | 117 | 41 |
| Binary | 1110001 | 10010 | 10010111 | 11001 | 1011000 | 0 | 101001 | 100011011 | 1001111 | 100001 |
Color Harmonies of #711297
Complementary color
Monochromatic Colors of #711297
Black with #711297
Text Example
Text Example
White with #711297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711297; }
p { color: rgb(113,18,151); }
H1.HeaderClassName
{
color: #711297;
}
.AnyTagClassName
{
color: #711297;
}
</style>
background-color css
<style>
a { background-color: #711297; }
a { background-color: rgb(113,18,151); }
div.DivClassName
{
background-color: #711297;
}
.BgClassName
{
background-color: #711297;
}
</style>
border-color css
<style>
span { border-color: #711297; }
span { border-color: rgb(113,18,151); }
td.TdClassName
{
border-color: #711297;
}
.TagClassName
{
border-color: #711297;
}
</style>