Shades of Purple #700299
Tints of Purple #700299
RGB
CMYK
RGB Variations
Color information
#700299 (or 0x700299) is known color: Purple. HEX triplet: 70, 02 and 99. RGB value is (112,2,153). Sum of RGB (Red+Green+Blue) = 112+2+153=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #700299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700299 is #8FFD66. Grayscale: #333333. Windows color (decimal): -9436519 or 10027632. OLE color: 10027632.
HSL color Cylindrical-coordinate representation of color #700299: hue angle of 283.71º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700299 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 2 | 153 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.4 |
| HSL | 283.71º | 0.97% | 0.3% | - |
| HSV(B) | 283.71º | 0.99% | 0.6% | - |
| XYZ | 12.45 | 5.79 | 30.6 | - |
| YUV | 52.1 | 184.94 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 153 | 0.27 | 0.99 | 0 | 0.4 | 283.71 | 0.97 | 0.3 |
| Hex | 70 | 2 | 99 | 1B | 63 | 0 | 28 | 11C | 61 | 1E |
| Octal | 160 | 2 | 231 | 33 | 143 | 0 | 50 | 434 | 141 | 36 |
| Binary | 1110000 | 10 | 10011001 | 11011 | 1100011 | 0 | 101000 | 100011100 | 1100001 | 11110 |
Color Harmonies of #700299
Complementary color
Monochromatic Colors of #700299
Black with #700299
Text Example
Text Example
White with #700299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700299; }
p { color: rgb(112,2,153); }
H1.HeaderClassName
{
color: #700299;
}
.AnyTagClassName
{
color: #700299;
}
</style>
background-color css
<style>
a { background-color: #700299; }
a { background-color: rgb(112,2,153); }
div.DivClassName
{
background-color: #700299;
}
.BgClassName
{
background-color: #700299;
}
</style>
border-color css
<style>
span { border-color: #700299; }
span { border-color: rgb(112,2,153); }
td.TdClassName
{
border-color: #700299;
}
.TagClassName
{
border-color: #700299;
}
</style>