Shades of Purple #710292
Tints of Purple #710292
RGB
CMYK
RGB Variations
Color information
#710292 (or 0x710292) is known color: Purple. HEX triplet: 71, 02 and 92. RGB value is (113,2,146). Sum of RGB (Red+Green+Blue) = 113+2+146=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #710292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710292 is #8EFD6D. Grayscale: #333333. Windows color (decimal): -9370990 or 9568881. OLE color: 9568881.
HSL color Cylindrical-coordinate representation of color #710292: hue angle of 286.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710292 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 2 | 146 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.43 |
| HSL | 286.25º | 0.97% | 0.29% | - |
| HSV(B) | 286.25º | 0.99% | 0.57% | - |
| XYZ | 12.02 | 5.63 | 27.65 | - |
| YUV | 51.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 146 | 0.23 | 0.99 | 0 | 0.43 | 286.25 | 0.97 | 0.29 |
| Hex | 71 | 2 | 92 | 17 | 63 | 0 | 2B | 11E | 61 | 1D |
| Octal | 161 | 2 | 222 | 27 | 143 | 0 | 53 | 436 | 141 | 35 |
| Binary | 1110001 | 10 | 10010010 | 10111 | 1100011 | 0 | 101011 | 100011110 | 1100001 | 11101 |
Color Harmonies of #710292
Complementary color
Monochromatic Colors of #710292
Black with #710292
Text Example
Text Example
White with #710292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710292; }
p { color: rgb(113,2,146); }
H1.HeaderClassName
{
color: #710292;
}
.AnyTagClassName
{
color: #710292;
}
</style>
background-color css
<style>
a { background-color: #710292; }
a { background-color: rgb(113,2,146); }
div.DivClassName
{
background-color: #710292;
}
.BgClassName
{
background-color: #710292;
}
</style>
border-color css
<style>
span { border-color: #710292; }
span { border-color: rgb(113,2,146); }
td.TdClassName
{
border-color: #710292;
}
.TagClassName
{
border-color: #710292;
}
</style>