Shades of Purple #700699
Tints of Purple #700699
RGB
CMYK
RGB Variations
Color information
#700699 (or 0x700699) is known color: Purple. HEX triplet: 70, 06 and 99. RGB value is (112,6,153). Sum of RGB (Red+Green+Blue) = 112+6+153=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #700699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700699 is #8FF966. Grayscale: #353535. Windows color (decimal): -9435495 or 10028656. OLE color: 10028656.
HSL color Cylindrical-coordinate representation of color #700699: hue angle of 283.27º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700699 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 6 | 153 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.4 |
| HSL | 283.27º | 0.92% | 0.31% | - |
| HSV(B) | 283.27º | 0.96% | 0.6% | - |
| XYZ | 12.5 | 5.87 | 30.61 | - |
| YUV | 54.45 | 183.62 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 153 | 0.27 | 0.96 | 0 | 0.4 | 283.27 | 0.92 | 0.31 |
| Hex | 70 | 6 | 99 | 1B | 60 | 0 | 28 | 11B | 5C | 1F |
| Octal | 160 | 6 | 231 | 33 | 140 | 0 | 50 | 433 | 134 | 37 |
| Binary | 1110000 | 110 | 10011001 | 11011 | 1100000 | 0 | 101000 | 100011011 | 1011100 | 11111 |
Color Harmonies of #700699
Complementary color
Monochromatic Colors of #700699
Black with #700699
Text Example
Text Example
White with #700699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700699; }
p { color: rgb(112,6,153); }
H1.HeaderClassName
{
color: #700699;
}
.AnyTagClassName
{
color: #700699;
}
</style>
background-color css
<style>
a { background-color: #700699; }
a { background-color: rgb(112,6,153); }
div.DivClassName
{
background-color: #700699;
}
.BgClassName
{
background-color: #700699;
}
</style>
border-color css
<style>
span { border-color: #700699; }
span { border-color: rgb(112,6,153); }
td.TdClassName
{
border-color: #700699;
}
.TagClassName
{
border-color: #700699;
}
</style>