Shades of Purple #700163
Tints of Purple #700163
RGB
CMYK
RGB Variations
Color information
#700163 (or 0x700163) is known color: Purple. HEX triplet: 70, 01 and 63. RGB value is (112,1,99). Sum of RGB (Red+Green+Blue) = 112+1+99=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #700163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700163 is #8FFE9C. Grayscale: #2D2D2D. Windows color (decimal): -9436829 or 6488432. OLE color: 6488432.
HSL color Cylindrical-coordinate representation of color #700163: hue angle of 307.03º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700163 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.56 |
| HSL | 307.03º | 0.98% | 0.22% | - |
| HSV(B) | 307.03º | 0.99% | 0.44% | - |
| XYZ | 8.95 | 4.37 | 12.18 | - |
| YUV | 45.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 99 | 0 | 0.99 | 0.12 | 0.56 | 307.03 | 0.98 | 0.22 |
| Hex | 70 | 1 | 63 | 0 | 63 | C | 38 | 133 | 62 | 16 |
| Octal | 160 | 1 | 143 | 0 | 143 | 14 | 70 | 463 | 142 | 26 |
| Binary | 1110000 | 1 | 1100011 | 0 | 1100011 | 1100 | 111000 | 100110011 | 1100010 | 10110 |
Color Harmonies of #700163
Complementary color
Monochromatic Colors of #700163
Black with #700163
Text Example
Text Example
White with #700163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700163; }
p { color: rgb(112,1,99); }
H1.HeaderClassName
{
color: #700163;
}
.AnyTagClassName
{
color: #700163;
}
</style>
background-color css
<style>
a { background-color: #700163; }
a { background-color: rgb(112,1,99); }
div.DivClassName
{
background-color: #700163;
}
.BgClassName
{
background-color: #700163;
}
</style>
border-color css
<style>
span { border-color: #700163; }
span { border-color: rgb(112,1,99); }
td.TdClassName
{
border-color: #700163;
}
.TagClassName
{
border-color: #700163;
}
</style>