Shades of Purple #710092
Tints of Purple #710092
RGB
CMYK
RGB Variations
Color information
#710092 (or 0x710092) is known color: Purple. HEX triplet: 71, 00 and 92. RGB value is (113,0,146). Sum of RGB (Red+Green+Blue) = 113+0+146=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #710092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710092 is #8EFF6D. Grayscale: #313131. Windows color (decimal): -9371502 or 9568369. OLE color: 9568369.
HSL color Cylindrical-coordinate representation of color #710092: hue angle of 286.44º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710092 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 0 | 146 | - |
| CMYK | 0.23 | 1 | 0 | 0.43 |
| HSL | 286.44º | 1% | 0.29% | - |
| HSV(B) | 286.44º | 1% | 0.57% | - |
| XYZ | 12 | 5.59 | 27.64 | - |
| YUV | 50.43 | 181.94 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 146 | 0.23 | 1 | 0 | 0.43 | 286.44 | 1 | 0.29 |
| Hex | 71 | 0 | 92 | 17 | 64 | 0 | 2B | 11E | 64 | 1D |
| Octal | 161 | 0 | 222 | 27 | 144 | 0 | 53 | 436 | 144 | 35 |
| Binary | 1110001 | 0 | 10010010 | 10111 | 1100100 | 0 | 101011 | 100011110 | 1100100 | 11101 |
Color Harmonies of #710092
Complementary color
Monochromatic Colors of #710092
Black with #710092
Text Example
Text Example
White with #710092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710092; }
p { color: rgb(113,0,146); }
H1.HeaderClassName
{
color: #710092;
}
.AnyTagClassName
{
color: #710092;
}
</style>
background-color css
<style>
a { background-color: #710092; }
a { background-color: rgb(113,0,146); }
div.DivClassName
{
background-color: #710092;
}
.BgClassName
{
background-color: #710092;
}
</style>
border-color css
<style>
span { border-color: #710092; }
span { border-color: rgb(113,0,146); }
td.TdClassName
{
border-color: #710092;
}
.TagClassName
{
border-color: #710092;
}
</style>