Shades of Purple #70096E
Tints of Purple #70096E
RGB
CMYK
RGB Variations
Color information
#70096E (or 0x70096E) is known color: Purple. HEX triplet: 70, 09 and 6E. RGB value is (112,9,110). Sum of RGB (Red+Green+Blue) = 112+9+110=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70096E is #8FF691. Grayscale: #333333. Windows color (decimal): -9434770 or 7211376. OLE color: 7211376.
HSL color Cylindrical-coordinate representation of color #70096E: hue angle of 301.17º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70096E is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 110 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.56 |
| HSL | 301.17º | 0.85% | 0.24% | - |
| HSV(B) | 301.17º | 0.92% | 0.44% | - |
| XYZ | 9.59 | 4.77 | 15.17 | - |
| YUV | 51.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 110 | 0 | 0.92 | 0.02 | 0.56 | 301.17 | 0.85 | 0.24 |
| Hex | 70 | 9 | 6E | 0 | 5C | 2 | 38 | 12D | 55 | 18 |
| Octal | 160 | 11 | 156 | 0 | 134 | 2 | 70 | 455 | 125 | 30 |
| Binary | 1110000 | 1001 | 1101110 | 0 | 1011100 | 10 | 111000 | 100101101 | 1010101 | 11000 |
Color Harmonies of #70096E
Complementary color
Monochromatic Colors of #70096E
Black with #70096E
Text Example
Text Example
White with #70096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70096E; }
p { color: rgb(112,9,110); }
H1.HeaderClassName
{
color: #70096E;
}
.AnyTagClassName
{
color: #70096E;
}
</style>
background-color css
<style>
a { background-color: #70096E; }
a { background-color: rgb(112,9,110); }
div.DivClassName
{
background-color: #70096E;
}
.BgClassName
{
background-color: #70096E;
}
</style>
border-color css
<style>
span { border-color: #70096E; }
span { border-color: rgb(112,9,110); }
td.TdClassName
{
border-color: #70096E;
}
.TagClassName
{
border-color: #70096E;
}
</style>