Shades of Purple #70086A
Tints of Purple #70086A
RGB
CMYK
RGB Variations
Color information
#70086A (or 0x70086A) is known color: Purple. HEX triplet: 70, 08 and 6A. RGB value is (112,8,106). Sum of RGB (Red+Green+Blue) = 112+8+106=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70086A is #8FF795. Grayscale: #313131. Windows color (decimal): -9435030 or 6948976. OLE color: 6948976.
HSL color Cylindrical-coordinate representation of color #70086A: hue angle of 303.46º 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 #70086A is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 106 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.56 |
| HSL | 303.46º | 0.87% | 0.24% | - |
| HSV(B) | 303.46º | 0.93% | 0.44% | - |
| XYZ | 9.37 | 4.66 | 14.04 | - |
| YUV | 50.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 106 | 0 | 0.93 | 0.05 | 0.56 | 303.46 | 0.87 | 0.24 |
| Hex | 70 | 8 | 6A | 0 | 5D | 5 | 38 | 12F | 57 | 18 |
| Octal | 160 | 10 | 152 | 0 | 135 | 5 | 70 | 457 | 127 | 30 |
| Binary | 1110000 | 1000 | 1101010 | 0 | 1011101 | 101 | 111000 | 100101111 | 1010111 | 11000 |
Color Harmonies of #70086A
Complementary color
Monochromatic Colors of #70086A
Black with #70086A
Text Example
Text Example
White with #70086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70086A; }
p { color: rgb(112,8,106); }
H1.HeaderClassName
{
color: #70086A;
}
.AnyTagClassName
{
color: #70086A;
}
</style>
background-color css
<style>
a { background-color: #70086A; }
a { background-color: rgb(112,8,106); }
div.DivClassName
{
background-color: #70086A;
}
.BgClassName
{
background-color: #70086A;
}
</style>
border-color css
<style>
span { border-color: #70086A; }
span { border-color: rgb(112,8,106); }
td.TdClassName
{
border-color: #70086A;
}
.TagClassName
{
border-color: #70086A;
}
</style>