Shades of Purple #70076C
Tints of Purple #70076C
RGB
CMYK
RGB Variations
Color information
#70076C (or 0x70076C) is known color: Purple. HEX triplet: 70, 07 and 6C. RGB value is (112,7,108). Sum of RGB (Red+Green+Blue) = 112+7+108=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70076C is #8FF893. Grayscale: #313131. Windows color (decimal): -9435284 or 7079792. OLE color: 7079792.
HSL color Cylindrical-coordinate representation of color #70076C: hue angle of 302.29º 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 #70076C is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 108 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.56 |
| HSL | 302.29º | 0.88% | 0.23% | - |
| HSV(B) | 302.29º | 0.94% | 0.44% | - |
| XYZ | 9.46 | 4.68 | 14.59 | - |
| YUV | 49.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 108 | 0 | 0.94 | 0.04 | 0.56 | 302.29 | 0.88 | 0.23 |
| Hex | 70 | 7 | 6C | 0 | 5E | 4 | 38 | 12E | 58 | 17 |
| Octal | 160 | 7 | 154 | 0 | 136 | 4 | 70 | 456 | 130 | 27 |
| Binary | 1110000 | 111 | 1101100 | 0 | 1011110 | 100 | 111000 | 100101110 | 1011000 | 10111 |
Color Harmonies of #70076C
Complementary color
Monochromatic Colors of #70076C
Black with #70076C
Text Example
Text Example
White with #70076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70076C; }
p { color: rgb(112,7,108); }
H1.HeaderClassName
{
color: #70076C;
}
.AnyTagClassName
{
color: #70076C;
}
</style>
background-color css
<style>
a { background-color: #70076C; }
a { background-color: rgb(112,7,108); }
div.DivClassName
{
background-color: #70076C;
}
.BgClassName
{
background-color: #70076C;
}
</style>
border-color css
<style>
span { border-color: #70076C; }
span { border-color: rgb(112,7,108); }
td.TdClassName
{
border-color: #70076C;
}
.TagClassName
{
border-color: #70076C;
}
</style>