Shades of Purple #70128A
Tints of Purple #70128A
RGB
CMYK
RGB Variations
Color information
#70128A (or 0x70128A) is known color: Purple. HEX triplet: 70, 12 and 8A. RGB value is (112,18,138). Sum of RGB (Red+Green+Blue) = 112+18+138=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #70128A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70128A is #8FED75. Grayscale: #3B3B3B. Windows color (decimal): -9432438 or 9048688. OLE color: 9048688.
HSL color Cylindrical-coordinate representation of color #70128A: hue angle of 287º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70128A is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 18 | 138 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.46 |
| HSL | 287º | 0.77% | 0.31% | - |
| HSV(B) | 287º | 0.87% | 0.54% | - |
| XYZ | 11.49 | 5.71 | 24.54 | - |
| YUV | 59.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 138 | 0.19 | 0.87 | 0 | 0.46 | 287 | 0.77 | 0.31 |
| Hex | 70 | 12 | 8A | 13 | 57 | 0 | 2E | 11F | 4D | 1F |
| Octal | 160 | 22 | 212 | 23 | 127 | 0 | 56 | 437 | 115 | 37 |
| Binary | 1110000 | 10010 | 10001010 | 10011 | 1010111 | 0 | 101110 | 100011111 | 1001101 | 11111 |
Color Harmonies of #70128A
Complementary color
Monochromatic Colors of #70128A
Black with #70128A
Text Example
Text Example
White with #70128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70128A; }
p { color: rgb(112,18,138); }
H1.HeaderClassName
{
color: #70128A;
}
.AnyTagClassName
{
color: #70128A;
}
</style>
background-color css
<style>
a { background-color: #70128A; }
a { background-color: rgb(112,18,138); }
div.DivClassName
{
background-color: #70128A;
}
.BgClassName
{
background-color: #70128A;
}
</style>
border-color css
<style>
span { border-color: #70128A; }
span { border-color: rgb(112,18,138); }
td.TdClassName
{
border-color: #70128A;
}
.TagClassName
{
border-color: #70128A;
}
</style>