Shades of Purple #711392
Tints of Purple #711392
RGB
CMYK
RGB Variations
Color information
#711392 (or 0x711392) is known color: Purple. HEX triplet: 71, 13 and 92. RGB value is (113,19,146). Sum of RGB (Red+Green+Blue) = 113+19+146=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #711392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711392 is #8EEC6D. Grayscale: #3D3D3D. Windows color (decimal): -9366638 or 9573233. OLE color: 9573233.
HSL color Cylindrical-coordinate representation of color #711392: hue angle of 284.41º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711392 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 19 | 146 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.43 |
| HSL | 284.41º | 0.77% | 0.32% | - |
| HSV(B) | 284.41º | 0.87% | 0.57% | - |
| XYZ | 12.23 | 6.05 | 27.72 | - |
| YUV | 61.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 146 | 0.23 | 0.87 | 0 | 0.43 | 284.41 | 0.77 | 0.32 |
| Hex | 71 | 13 | 92 | 17 | 57 | 0 | 2B | 11C | 4D | 20 |
| Octal | 161 | 23 | 222 | 27 | 127 | 0 | 53 | 434 | 115 | 40 |
| Binary | 1110001 | 10011 | 10010010 | 10111 | 1010111 | 0 | 101011 | 100011100 | 1001101 | 100000 |
Color Harmonies of #711392
Complementary color
Monochromatic Colors of #711392
Black with #711392
Text Example
Text Example
White with #711392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711392; }
p { color: rgb(113,19,146); }
H1.HeaderClassName
{
color: #711392;
}
.AnyTagClassName
{
color: #711392;
}
</style>
background-color css
<style>
a { background-color: #711392; }
a { background-color: rgb(113,19,146); }
div.DivClassName
{
background-color: #711392;
}
.BgClassName
{
background-color: #711392;
}
</style>
border-color css
<style>
span { border-color: #711392; }
span { border-color: rgb(113,19,146); }
td.TdClassName
{
border-color: #711392;
}
.TagClassName
{
border-color: #711392;
}
</style>