Shades of Purple #700293
Tints of Purple #700293
RGB
CMYK
RGB Variations
Color information
#700293 (or 0x700293) is known color: Purple. HEX triplet: 70, 02 and 93. RGB value is (112,2,147). Sum of RGB (Red+Green+Blue) = 112+2+147=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #700293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700293 is #8FFD6C. Grayscale: #323232. Windows color (decimal): -9436525 or 9634416. OLE color: 9634416.
HSL color Cylindrical-coordinate representation of color #700293: hue angle of 285.52º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700293 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 2 | 147 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.42 |
| HSL | 285.52º | 0.97% | 0.29% | - |
| HSV(B) | 285.52º | 0.99% | 0.58% | - |
| XYZ | 11.97 | 5.59 | 28.05 | - |
| YUV | 51.42 | 181.94 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 147 | 0.24 | 0.99 | 0 | 0.42 | 285.52 | 0.97 | 0.29 |
| Hex | 70 | 2 | 93 | 18 | 63 | 0 | 2A | 11E | 61 | 1D |
| Octal | 160 | 2 | 223 | 30 | 143 | 0 | 52 | 436 | 141 | 35 |
| Binary | 1110000 | 10 | 10010011 | 11000 | 1100011 | 0 | 101010 | 100011110 | 1100001 | 11101 |
Color Harmonies of #700293
Complementary color
Monochromatic Colors of #700293
Black with #700293
Text Example
Text Example
White with #700293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700293; }
p { color: rgb(112,2,147); }
H1.HeaderClassName
{
color: #700293;
}
.AnyTagClassName
{
color: #700293;
}
</style>
background-color css
<style>
a { background-color: #700293; }
a { background-color: rgb(112,2,147); }
div.DivClassName
{
background-color: #700293;
}
.BgClassName
{
background-color: #700293;
}
</style>
border-color css
<style>
span { border-color: #700293; }
span { border-color: rgb(112,2,147); }
td.TdClassName
{
border-color: #700293;
}
.TagClassName
{
border-color: #700293;
}
</style>