Shades of Purple #70076D
Tints of Purple #70076D
RGB
CMYK
RGB Variations
Color information
#70076D (or 0x70076D) is known color: Purple. HEX triplet: 70, 07 and 6D. RGB value is (112,7,109). Sum of RGB (Red+Green+Blue) = 112+7+109=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70076D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70076D is #8FF892. Grayscale: #313131. Windows color (decimal): -9435283 or 7145328. OLE color: 7145328.
HSL color Cylindrical-coordinate representation of color #70076D: hue angle of 301.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70076D is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 109 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.56 |
| HSL | 301.71º | 0.88% | 0.23% | - |
| HSV(B) | 301.71º | 0.94% | 0.44% | - |
| XYZ | 9.52 | 4.7 | 14.87 | - |
| YUV | 50.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 109 | 0 | 0.94 | 0.03 | 0.56 | 301.71 | 0.88 | 0.23 |
| Hex | 70 | 7 | 6D | 0 | 5E | 3 | 38 | 12E | 58 | 17 |
| Octal | 160 | 7 | 155 | 0 | 136 | 3 | 70 | 456 | 130 | 27 |
| Binary | 1110000 | 111 | 1101101 | 0 | 1011110 | 11 | 111000 | 100101110 | 1011000 | 10111 |
Color Harmonies of #70076D
Complementary color
Monochromatic Colors of #70076D
Black with #70076D
Text Example
Text Example
White with #70076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70076D; }
p { color: rgb(112,7,109); }
H1.HeaderClassName
{
color: #70076D;
}
.AnyTagClassName
{
color: #70076D;
}
</style>
background-color css
<style>
a { background-color: #70076D; }
a { background-color: rgb(112,7,109); }
div.DivClassName
{
background-color: #70076D;
}
.BgClassName
{
background-color: #70076D;
}
</style>
border-color css
<style>
span { border-color: #70076D; }
span { border-color: rgb(112,7,109); }
td.TdClassName
{
border-color: #70076D;
}
.TagClassName
{
border-color: #70076D;
}
</style>