Shades of Purple #700879
Tints of Purple #700879
RGB
CMYK
RGB Variations
Color information
#700879 (or 0x700879) is known color: Purple. HEX triplet: 70, 08 and 79. RGB value is (112,8,121). Sum of RGB (Red+Green+Blue) = 112+8+121=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #700879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700879 is #8FF786. Grayscale: #333333. Windows color (decimal): -9435015 or 7932016. OLE color: 7932016.
HSL color Cylindrical-coordinate representation of color #700879: hue angle of 295.22º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700879 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 8 | 121 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.53 |
| HSL | 295.22º | 0.88% | 0.25% | - |
| HSV(B) | 295.22º | 0.93% | 0.47% | - |
| XYZ | 10.22 | 5 | 18.52 | - |
| YUV | 51.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 121 | 0.07 | 0.93 | 0 | 0.53 | 295.22 | 0.88 | 0.25 |
| Hex | 70 | 8 | 79 | 7 | 5D | 0 | 35 | 127 | 58 | 19 |
| Octal | 160 | 10 | 171 | 7 | 135 | 0 | 65 | 447 | 130 | 31 |
| Binary | 1110000 | 1000 | 1111001 | 111 | 1011101 | 0 | 110101 | 100100111 | 1011000 | 11001 |
Color Harmonies of #700879
Complementary color
Monochromatic Colors of #700879
Black with #700879
Text Example
Text Example
White with #700879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700879; }
p { color: rgb(112,8,121); }
H1.HeaderClassName
{
color: #700879;
}
.AnyTagClassName
{
color: #700879;
}
</style>
background-color css
<style>
a { background-color: #700879; }
a { background-color: rgb(112,8,121); }
div.DivClassName
{
background-color: #700879;
}
.BgClassName
{
background-color: #700879;
}
</style>
border-color css
<style>
span { border-color: #700879; }
span { border-color: rgb(112,8,121); }
td.TdClassName
{
border-color: #700879;
}
.TagClassName
{
border-color: #700879;
}
</style>