Shades of Purple #70048E
Tints of Purple #70048E
RGB
CMYK
RGB Variations
Color information
#70048E (or 0x70048E) is known color: Purple. HEX triplet: 70, 04 and 8E. RGB value is (112,4,142). Sum of RGB (Red+Green+Blue) = 112+4+142=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #70048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70048E is #8FFB71. Grayscale: #333333. Windows color (decimal): -9436018 or 9307248. OLE color: 9307248.
HSL color Cylindrical-coordinate representation of color #70048E: hue angle of 286.96º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70048E is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 4 | 142 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.44 |
| HSL | 286.96º | 0.95% | 0.29% | - |
| HSV(B) | 286.96º | 0.97% | 0.56% | - |
| XYZ | 11.61 | 5.48 | 26.04 | - |
| YUV | 52.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 142 | 0.21 | 0.97 | 0 | 0.44 | 286.96 | 0.95 | 0.29 |
| Hex | 70 | 4 | 8E | 15 | 61 | 0 | 2C | 11F | 5F | 1D |
| Octal | 160 | 4 | 216 | 25 | 141 | 0 | 54 | 437 | 137 | 35 |
| Binary | 1110000 | 100 | 10001110 | 10101 | 1100001 | 0 | 101100 | 100011111 | 1011111 | 11101 |
Color Harmonies of #70048E
Complementary color
Monochromatic Colors of #70048E
Black with #70048E
Text Example
Text Example
White with #70048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70048E; }
p { color: rgb(112,4,142); }
H1.HeaderClassName
{
color: #70048E;
}
.AnyTagClassName
{
color: #70048E;
}
</style>
background-color css
<style>
a { background-color: #70048E; }
a { background-color: rgb(112,4,142); }
div.DivClassName
{
background-color: #70048E;
}
.BgClassName
{
background-color: #70048E;
}
</style>
border-color css
<style>
span { border-color: #70048E; }
span { border-color: rgb(112,4,142); }
td.TdClassName
{
border-color: #70048E;
}
.TagClassName
{
border-color: #70048E;
}
</style>