Shades of Purple #70107D
Tints of Purple #70107D
RGB
CMYK
RGB Variations
Color information
#70107D (or 0x70107D) is known color: Purple. HEX triplet: 70, 10 and 7D. RGB value is (112,16,125). Sum of RGB (Red+Green+Blue) = 112+16+125=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #70107D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70107D is #8FEF82. Grayscale: #383838. Windows color (decimal): -9432963 or 8196208. OLE color: 8196208.
HSL color Cylindrical-coordinate representation of color #70107D: hue angle of 292.84º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70107D is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 16 | 125 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.51 |
| HSL | 292.84º | 0.77% | 0.28% | - |
| HSV(B) | 292.84º | 0.87% | 0.49% | - |
| XYZ | 10.57 | 5.3 | 19.87 | - |
| YUV | 57.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 125 | 0.10 | 0.87 | 0 | 0.51 | 292.84 | 0.77 | 0.28 |
| Hex | 70 | 10 | 7D | A | 57 | 0 | 33 | 125 | 4D | 1C |
| Octal | 160 | 20 | 175 | 12 | 127 | 0 | 63 | 445 | 115 | 34 |
| Binary | 1110000 | 10000 | 1111101 | 1010 | 1010111 | 0 | 110011 | 100100101 | 1001101 | 11100 |
Color Harmonies of #70107D
Complementary color
Monochromatic Colors of #70107D
Black with #70107D
Text Example
Text Example
White with #70107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70107D; }
p { color: rgb(112,16,125); }
H1.HeaderClassName
{
color: #70107D;
}
.AnyTagClassName
{
color: #70107D;
}
</style>
background-color css
<style>
a { background-color: #70107D; }
a { background-color: rgb(112,16,125); }
div.DivClassName
{
background-color: #70107D;
}
.BgClassName
{
background-color: #70107D;
}
</style>
border-color css
<style>
span { border-color: #70107D; }
span { border-color: rgb(112,16,125); }
td.TdClassName
{
border-color: #70107D;
}
.TagClassName
{
border-color: #70107D;
}
</style>