Shades of Purple #700289
Tints of Purple #700289
RGB
CMYK
RGB Variations
Color information
#700289 (or 0x700289) is known color: Purple. HEX triplet: 70, 02 and 89. RGB value is (112,2,137). Sum of RGB (Red+Green+Blue) = 112+2+137=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #700289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700289 is #8FFD76. Grayscale: #313131. Windows color (decimal): -9436535 or 8979056. OLE color: 8979056.
HSL color Cylindrical-coordinate representation of color #700289: hue angle of 288.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700289 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 2 | 137 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.46 |
| HSL | 288.89º | 0.97% | 0.27% | - |
| HSV(B) | 288.89º | 0.99% | 0.54% | - |
| XYZ | 11.22 | 5.29 | 24.1 | - |
| YUV | 50.28 | 176.94 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 137 | 0.18 | 0.99 | 0 | 0.46 | 288.89 | 0.97 | 0.27 |
| Hex | 70 | 2 | 89 | 12 | 63 | 0 | 2E | 121 | 61 | 1B |
| Octal | 160 | 2 | 211 | 22 | 143 | 0 | 56 | 441 | 141 | 33 |
| Binary | 1110000 | 10 | 10001001 | 10010 | 1100011 | 0 | 101110 | 100100001 | 1100001 | 11011 |
Color Harmonies of #700289
Complementary color
Monochromatic Colors of #700289
Black with #700289
Text Example
Text Example
White with #700289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700289; }
p { color: rgb(112,2,137); }
H1.HeaderClassName
{
color: #700289;
}
.AnyTagClassName
{
color: #700289;
}
</style>
background-color css
<style>
a { background-color: #700289; }
a { background-color: rgb(112,2,137); }
div.DivClassName
{
background-color: #700289;
}
.BgClassName
{
background-color: #700289;
}
</style>
border-color css
<style>
span { border-color: #700289; }
span { border-color: rgb(112,2,137); }
td.TdClassName
{
border-color: #700289;
}
.TagClassName
{
border-color: #700289;
}
</style>