Shades of Purple #70018E
Tints of Purple #70018E
RGB
CMYK
RGB Variations
Color information
#70018E (or 0x70018E) is known color: Purple. HEX triplet: 70, 01 and 8E. RGB value is (112,1,142). Sum of RGB (Red+Green+Blue) = 112+1+142=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #70018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70018E is #8FFE71. Grayscale: #313131. Windows color (decimal): -9436786 or 9306480. OLE color: 9306480.
HSL color Cylindrical-coordinate representation of color #70018E: hue angle of 287.23º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70018E is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 1 | 142 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.44 |
| HSL | 287.23º | 0.99% | 0.28% | - |
| HSV(B) | 287.23º | 0.99% | 0.56% | - |
| XYZ | 11.58 | 5.42 | 26.03 | - |
| YUV | 50.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 142 | 0.21 | 0.99 | 0 | 0.44 | 287.23 | 0.99 | 0.28 |
| Hex | 70 | 1 | 8E | 15 | 63 | 0 | 2C | 11F | 63 | 1C |
| Octal | 160 | 1 | 216 | 25 | 143 | 0 | 54 | 437 | 143 | 34 |
| Binary | 1110000 | 1 | 10001110 | 10101 | 1100011 | 0 | 101100 | 100011111 | 1100011 | 11100 |
Color Harmonies of #70018E
Complementary color
Monochromatic Colors of #70018E
Black with #70018E
Text Example
Text Example
White with #70018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70018E; }
p { color: rgb(112,1,142); }
H1.HeaderClassName
{
color: #70018E;
}
.AnyTagClassName
{
color: #70018E;
}
</style>
background-color css
<style>
a { background-color: #70018E; }
a { background-color: rgb(112,1,142); }
div.DivClassName
{
background-color: #70018E;
}
.BgClassName
{
background-color: #70018E;
}
</style>
border-color css
<style>
span { border-color: #70018E; }
span { border-color: rgb(112,1,142); }
td.TdClassName
{
border-color: #70018E;
}
.TagClassName
{
border-color: #70018E;
}
</style>