Shades of Purple #70008D
Tints of Purple #70008D
RGB
CMYK
RGB Variations
Color information
#70008D (or 0x70008D) is known color: Purple. HEX triplet: 70, 00 and 8D. RGB value is (112,0,141). Sum of RGB (Red+Green+Blue) = 112+0+141=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #70008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70008D is #8FFF72. Grayscale: #313131. Windows color (decimal): -9437043 or 9240688. OLE color: 9240688.
HSL color Cylindrical-coordinate representation of color #70008D: hue angle of 287.66º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70008D is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 0 | 141 | - |
| CMYK | 0.21 | 1 | 0 | 0.45 |
| HSL | 287.66º | 1% | 0.28% | - |
| HSV(B) | 287.66º | 1% | 0.55% | - |
| XYZ | 11.49 | 5.37 | 25.63 | - |
| YUV | 49.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 141 | 0.21 | 1 | 0 | 0.45 | 287.66 | 1 | 0.28 |
| Hex | 70 | 0 | 8D | 15 | 64 | 0 | 2D | 120 | 64 | 1C |
| Octal | 160 | 0 | 215 | 25 | 144 | 0 | 55 | 440 | 144 | 34 |
| Binary | 1110000 | 0 | 10001101 | 10101 | 1100100 | 0 | 101101 | 100100000 | 1100100 | 11100 |
Color Harmonies of #70008D
Complementary color
Monochromatic Colors of #70008D
Black with #70008D
Text Example
Text Example
White with #70008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70008D; }
p { color: rgb(112,0,141); }
H1.HeaderClassName
{
color: #70008D;
}
.AnyTagClassName
{
color: #70008D;
}
</style>
background-color css
<style>
a { background-color: #70008D; }
a { background-color: rgb(112,0,141); }
div.DivClassName
{
background-color: #70008D;
}
.BgClassName
{
background-color: #70008D;
}
</style>
border-color css
<style>
span { border-color: #70008D; }
span { border-color: rgb(112,0,141); }
td.TdClassName
{
border-color: #70008D;
}
.TagClassName
{
border-color: #70008D;
}
</style>