Shades of Purple #70086D
Tints of Purple #70086D
RGB
CMYK
RGB Variations
Color information
#70086D (or 0x70086D) is known color: Purple. HEX triplet: 70, 08 and 6D. RGB value is (112,8,109). Sum of RGB (Red+Green+Blue) = 112+8+109=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70086D is #8FF792. Grayscale: #323232. Windows color (decimal): -9435027 or 7145584. OLE color: 7145584.
HSL color Cylindrical-coordinate representation of color #70086D: hue angle of 301.73º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70086D is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 109 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.56 |
| HSL | 301.73º | 0.87% | 0.24% | - |
| HSV(B) | 301.73º | 0.93% | 0.44% | - |
| XYZ | 9.53 | 4.72 | 14.88 | - |
| YUV | 50.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 109 | 0 | 0.93 | 0.03 | 0.56 | 301.73 | 0.87 | 0.24 |
| Hex | 70 | 8 | 6D | 0 | 5D | 3 | 38 | 12E | 57 | 18 |
| Octal | 160 | 10 | 155 | 0 | 135 | 3 | 70 | 456 | 127 | 30 |
| Binary | 1110000 | 1000 | 1101101 | 0 | 1011101 | 11 | 111000 | 100101110 | 1010111 | 11000 |
Color Harmonies of #70086D
Complementary color
Monochromatic Colors of #70086D
Black with #70086D
Text Example
Text Example
White with #70086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70086D; }
p { color: rgb(112,8,109); }
H1.HeaderClassName
{
color: #70086D;
}
.AnyTagClassName
{
color: #70086D;
}
</style>
background-color css
<style>
a { background-color: #70086D; }
a { background-color: rgb(112,8,109); }
div.DivClassName
{
background-color: #70086D;
}
.BgClassName
{
background-color: #70086D;
}
</style>
border-color css
<style>
span { border-color: #70086D; }
span { border-color: rgb(112,8,109); }
td.TdClassName
{
border-color: #70086D;
}
.TagClassName
{
border-color: #70086D;
}
</style>