Shades of Purple #70086F
Tints of Purple #70086F
RGB
CMYK
RGB Variations
Color information
#70086F (or 0x70086F) is known color: Purple. HEX triplet: 70, 08 and 6F. RGB value is (112,8,111). Sum of RGB (Red+Green+Blue) = 112+8+111=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70086F is #8FF790. Grayscale: #323232. Windows color (decimal): -9435025 or 7276656. OLE color: 7276656.
HSL color Cylindrical-coordinate representation of color #70086F: hue angle of 300.58º 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 #70086F is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 111 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.56 |
| HSL | 300.58º | 0.87% | 0.24% | - |
| HSV(B) | 300.58º | 0.93% | 0.44% | - |
| XYZ | 9.64 | 4.77 | 15.45 | - |
| YUV | 50.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 111 | 0 | 0.93 | 0.01 | 0.56 | 300.58 | 0.87 | 0.24 |
| Hex | 70 | 8 | 6F | 0 | 5D | 1 | 38 | 12D | 57 | 18 |
| Octal | 160 | 10 | 157 | 0 | 135 | 1 | 70 | 455 | 127 | 30 |
| Binary | 1110000 | 1000 | 1101111 | 0 | 1011101 | 1 | 111000 | 100101101 | 1010111 | 11000 |
Color Harmonies of #70086F
Complementary color
Monochromatic Colors of #70086F
Black with #70086F
Text Example
Text Example
White with #70086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70086F; }
p { color: rgb(112,8,111); }
H1.HeaderClassName
{
color: #70086F;
}
.AnyTagClassName
{
color: #70086F;
}
</style>
background-color css
<style>
a { background-color: #70086F; }
a { background-color: rgb(112,8,111); }
div.DivClassName
{
background-color: #70086F;
}
.BgClassName
{
background-color: #70086F;
}
</style>
border-color css
<style>
span { border-color: #70086F; }
span { border-color: rgb(112,8,111); }
td.TdClassName
{
border-color: #70086F;
}
.TagClassName
{
border-color: #70086F;
}
</style>