Shades of Purple #70079A
Tints of Purple #70079A
RGB
CMYK
RGB Variations
Color information
#70079A (or 0x70079A) is known color: Purple. HEX triplet: 70, 07 and 9A. RGB value is (112,7,154). Sum of RGB (Red+Green+Blue) = 112+7+154=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #70079A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70079A is #8FF865. Grayscale: #363636. Windows color (decimal): -9435238 or 10094448. OLE color: 10094448.
HSL color Cylindrical-coordinate representation of color #70079A: hue angle of 282.86º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70079A is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 7 | 154 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.40 |
| HSL | 282.86º | 0.91% | 0.32% | - |
| HSV(B) | 282.86º | 0.95% | 0.6% | - |
| XYZ | 12.59 | 5.93 | 31.05 | - |
| YUV | 55.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 154 | 0.27 | 0.95 | 0 | 0.40 | 282.86 | 0.91 | 0.32 |
| Hex | 70 | 7 | 9A | 1B | 5F | 0 | 28 | 11B | 5B | 20 |
| Octal | 160 | 7 | 232 | 33 | 137 | 0 | 50 | 433 | 133 | 40 |
| Binary | 1110000 | 111 | 10011010 | 11011 | 1011111 | 0 | 101000 | 100011011 | 1011011 | 100000 |
Color Harmonies of #70079A
Complementary color
Monochromatic Colors of #70079A
Black with #70079A
Text Example
Text Example
White with #70079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70079A; }
p { color: rgb(112,7,154); }
H1.HeaderClassName
{
color: #70079A;
}
.AnyTagClassName
{
color: #70079A;
}
</style>
background-color css
<style>
a { background-color: #70079A; }
a { background-color: rgb(112,7,154); }
div.DivClassName
{
background-color: #70079A;
}
.BgClassName
{
background-color: #70079A;
}
</style>
border-color css
<style>
span { border-color: #70079A; }
span { border-color: rgb(112,7,154); }
td.TdClassName
{
border-color: #70079A;
}
.TagClassName
{
border-color: #70079A;
}
</style>