Shades of Purple #701281
Tints of Purple #701281
RGB
CMYK
RGB Variations
Color information
#701281 (or 0x701281) is known color: Purple. HEX triplet: 70, 12 and 81. RGB value is (112,18,129). Sum of RGB (Red+Green+Blue) = 112+18+129=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #701281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701281 is #8FED7E. Grayscale: #3A3A3A. Windows color (decimal): -9432447 or 8458864. OLE color: 8458864.
HSL color Cylindrical-coordinate representation of color #701281: hue angle of 290.81º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701281 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 18 | 129 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.49 |
| HSL | 290.81º | 0.76% | 0.29% | - |
| HSV(B) | 290.81º | 0.86% | 0.51% | - |
| XYZ | 10.86 | 5.46 | 21.25 | - |
| YUV | 58.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 129 | 0.13 | 0.86 | 0 | 0.49 | 290.81 | 0.76 | 0.29 |
| Hex | 70 | 12 | 81 | D | 56 | 0 | 31 | 123 | 4C | 1D |
| Octal | 160 | 22 | 201 | 15 | 126 | 0 | 61 | 443 | 114 | 35 |
| Binary | 1110000 | 10010 | 10000001 | 1101 | 1010110 | 0 | 110001 | 100100011 | 1001100 | 11101 |
Color Harmonies of #701281
Complementary color
Monochromatic Colors of #701281
Black with #701281
Text Example
Text Example
White with #701281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701281; }
p { color: rgb(112,18,129); }
H1.HeaderClassName
{
color: #701281;
}
.AnyTagClassName
{
color: #701281;
}
</style>
background-color css
<style>
a { background-color: #701281; }
a { background-color: rgb(112,18,129); }
div.DivClassName
{
background-color: #701281;
}
.BgClassName
{
background-color: #701281;
}
</style>
border-color css
<style>
span { border-color: #701281; }
span { border-color: rgb(112,18,129); }
td.TdClassName
{
border-color: #701281;
}
.TagClassName
{
border-color: #701281;
}
</style>