Shades of Purple #70048F
Tints of Purple #70048F
RGB
CMYK
RGB Variations
Color information
#70048F (or 0x70048F) is known color: Purple. HEX triplet: 70, 04 and 8F. RGB value is (112,4,143). Sum of RGB (Red+Green+Blue) = 112+4+143=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #70048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70048F is #8FFB70. Grayscale: #333333. Windows color (decimal): -9436017 or 9372784. OLE color: 9372784.
HSL color Cylindrical-coordinate representation of color #70048F: hue angle of 286.62º 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 #70048F is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 4 | 143 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.44 |
| HSL | 286.62º | 0.95% | 0.29% | - |
| HSV(B) | 286.62º | 0.97% | 0.56% | - |
| XYZ | 11.68 | 5.51 | 26.44 | - |
| YUV | 52.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 143 | 0.22 | 0.97 | 0 | 0.44 | 286.62 | 0.95 | 0.29 |
| Hex | 70 | 4 | 8F | 16 | 61 | 0 | 2C | 11F | 5F | 1D |
| Octal | 160 | 4 | 217 | 26 | 141 | 0 | 54 | 437 | 137 | 35 |
| Binary | 1110000 | 100 | 10001111 | 10110 | 1100001 | 0 | 101100 | 100011111 | 1011111 | 11101 |
Color Harmonies of #70048F
Complementary color
Monochromatic Colors of #70048F
Black with #70048F
Text Example
Text Example
White with #70048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70048F; }
p { color: rgb(112,4,143); }
H1.HeaderClassName
{
color: #70048F;
}
.AnyTagClassName
{
color: #70048F;
}
</style>
background-color css
<style>
a { background-color: #70048F; }
a { background-color: rgb(112,4,143); }
div.DivClassName
{
background-color: #70048F;
}
.BgClassName
{
background-color: #70048F;
}
</style>
border-color css
<style>
span { border-color: #70048F; }
span { border-color: rgb(112,4,143); }
td.TdClassName
{
border-color: #70048F;
}
.TagClassName
{
border-color: #70048F;
}
</style>