Shades of Purple #70128B
Tints of Purple #70128B
RGB
CMYK
RGB Variations
Color information
#70128B (or 0x70128B) is known color: Purple. HEX triplet: 70, 12 and 8B. RGB value is (112,18,139). Sum of RGB (Red+Green+Blue) = 112+18+139=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #70128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70128B is #8FED74. Grayscale: #3B3B3B. Windows color (decimal): -9432437 or 9114224. OLE color: 9114224.
HSL color Cylindrical-coordinate representation of color #70128B: hue angle of 286.61º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70128B is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 18 | 139 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.45 |
| HSL | 286.61º | 0.77% | 0.31% | - |
| HSV(B) | 286.61º | 0.87% | 0.55% | - |
| XYZ | 11.56 | 5.74 | 24.93 | - |
| YUV | 59.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 139 | 0.19 | 0.87 | 0 | 0.45 | 286.61 | 0.77 | 0.31 |
| Hex | 70 | 12 | 8B | 13 | 57 | 0 | 2D | 11F | 4D | 1F |
| Octal | 160 | 22 | 213 | 23 | 127 | 0 | 55 | 437 | 115 | 37 |
| Binary | 1110000 | 10010 | 10001011 | 10011 | 1010111 | 0 | 101101 | 100011111 | 1001101 | 11111 |
Color Harmonies of #70128B
Complementary color
Monochromatic Colors of #70128B
Black with #70128B
Text Example
Text Example
White with #70128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70128B; }
p { color: rgb(112,18,139); }
H1.HeaderClassName
{
color: #70128B;
}
.AnyTagClassName
{
color: #70128B;
}
</style>
background-color css
<style>
a { background-color: #70128B; }
a { background-color: rgb(112,18,139); }
div.DivClassName
{
background-color: #70128B;
}
.BgClassName
{
background-color: #70128B;
}
</style>
border-color css
<style>
span { border-color: #70128B; }
span { border-color: rgb(112,18,139); }
td.TdClassName
{
border-color: #70128B;
}
.TagClassName
{
border-color: #70128B;
}
</style>