Shades of Purple #700899
Tints of Purple #700899
RGB
CMYK
RGB Variations
Color information
#700899 (or 0x700899) is known color: Purple. HEX triplet: 70, 08 and 99. RGB value is (112,8,153). Sum of RGB (Red+Green+Blue) = 112+8+153=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #700899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700899 is #8FF766. Grayscale: #373737. Windows color (decimal): -9434983 or 10029168. OLE color: 10029168.
HSL color Cylindrical-coordinate representation of color #700899: hue angle of 283.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700899 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 8 | 153 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.4 |
| HSL | 283.03º | 0.9% | 0.32% | - |
| HSV(B) | 283.03º | 0.95% | 0.6% | - |
| XYZ | 12.52 | 5.92 | 30.62 | - |
| YUV | 55.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 153 | 0.27 | 0.95 | 0 | 0.4 | 283.03 | 0.9 | 0.32 |
| Hex | 70 | 8 | 99 | 1B | 5F | 0 | 28 | 11B | 5A | 20 |
| Octal | 160 | 10 | 231 | 33 | 137 | 0 | 50 | 433 | 132 | 40 |
| Binary | 1110000 | 1000 | 10011001 | 11011 | 1011111 | 0 | 101000 | 100011011 | 1011010 | 100000 |
Color Harmonies of #700899
Complementary color
Monochromatic Colors of #700899
Black with #700899
Text Example
Text Example
White with #700899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700899; }
p { color: rgb(112,8,153); }
H1.HeaderClassName
{
color: #700899;
}
.AnyTagClassName
{
color: #700899;
}
</style>
background-color css
<style>
a { background-color: #700899; }
a { background-color: rgb(112,8,153); }
div.DivClassName
{
background-color: #700899;
}
.BgClassName
{
background-color: #700899;
}
</style>
border-color css
<style>
span { border-color: #700899; }
span { border-color: rgb(112,8,153); }
td.TdClassName
{
border-color: #700899;
}
.TagClassName
{
border-color: #700899;
}
</style>