Shades of Purple #700592
Tints of Purple #700592
RGB
CMYK
RGB Variations
Color information
#700592 (or 0x700592) is known color: Purple. HEX triplet: 70, 05 and 92. RGB value is (112,5,146). Sum of RGB (Red+Green+Blue) = 112+5+146=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #700592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700592 is #8FFA6D. Grayscale: #343434. Windows color (decimal): -9435758 or 9569648. OLE color: 9569648.
HSL color Cylindrical-coordinate representation of color #700592: hue angle of 285.53º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700592 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 5 | 146 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.43 |
| HSL | 285.53º | 0.93% | 0.3% | - |
| HSV(B) | 285.53º | 0.97% | 0.57% | - |
| XYZ | 11.92 | 5.63 | 27.65 | - |
| YUV | 53.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 146 | 0.23 | 0.97 | 0 | 0.43 | 285.53 | 0.93 | 0.3 |
| Hex | 70 | 5 | 92 | 17 | 61 | 0 | 2B | 11E | 5D | 1E |
| Octal | 160 | 5 | 222 | 27 | 141 | 0 | 53 | 436 | 135 | 36 |
| Binary | 1110000 | 101 | 10010010 | 10111 | 1100001 | 0 | 101011 | 100011110 | 1011101 | 11110 |
Color Harmonies of #700592
Complementary color
Monochromatic Colors of #700592
Black with #700592
Text Example
Text Example
White with #700592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700592; }
p { color: rgb(112,5,146); }
H1.HeaderClassName
{
color: #700592;
}
.AnyTagClassName
{
color: #700592;
}
</style>
background-color css
<style>
a { background-color: #700592; }
a { background-color: rgb(112,5,146); }
div.DivClassName
{
background-color: #700592;
}
.BgClassName
{
background-color: #700592;
}
</style>
border-color css
<style>
span { border-color: #700592; }
span { border-color: rgb(112,5,146); }
td.TdClassName
{
border-color: #700592;
}
.TagClassName
{
border-color: #700592;
}
</style>