Shades of Purple #70109A
Tints of Purple #70109A
RGB
CMYK
RGB Variations
Color information
#70109A (or 0x70109A) is known color: Purple. HEX triplet: 70, 10 and 9A. RGB value is (112,16,154). Sum of RGB (Red+Green+Blue) = 112+16+154=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #70109A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70109A is #8FEF65. Grayscale: #3B3B3B. Windows color (decimal): -9432934 or 10096752. OLE color: 10096752.
HSL color Cylindrical-coordinate representation of color #70109A: hue angle of 281.74º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70109A is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 16 | 154 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.40 |
| HSL | 281.74º | 0.81% | 0.33% | - |
| HSV(B) | 281.74º | 0.9% | 0.6% | - |
| XYZ | 12.7 | 6.15 | 31.09 | - |
| YUV | 60.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 154 | 0.27 | 0.90 | 0 | 0.40 | 281.74 | 0.81 | 0.33 |
| Hex | 70 | 10 | 9A | 1B | 5A | 0 | 28 | 11A | 51 | 21 |
| Octal | 160 | 20 | 232 | 33 | 132 | 0 | 50 | 432 | 121 | 41 |
| Binary | 1110000 | 10000 | 10011010 | 11011 | 1011010 | 0 | 101000 | 100011010 | 1010001 | 100001 |
Color Harmonies of #70109A
Complementary color
Monochromatic Colors of #70109A
Black with #70109A
Text Example
Text Example
White with #70109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70109A; }
p { color: rgb(112,16,154); }
H1.HeaderClassName
{
color: #70109A;
}
.AnyTagClassName
{
color: #70109A;
}
</style>
background-color css
<style>
a { background-color: #70109A; }
a { background-color: rgb(112,16,154); }
div.DivClassName
{
background-color: #70109A;
}
.BgClassName
{
background-color: #70109A;
}
</style>
border-color css
<style>
span { border-color: #70109A; }
span { border-color: rgb(112,16,154); }
td.TdClassName
{
border-color: #70109A;
}
.TagClassName
{
border-color: #70109A;
}
</style>