Shades of Purple #701288
Tints of Purple #701288
RGB
CMYK
RGB Variations
Color information
#701288 (or 0x701288) is known color: Purple. HEX triplet: 70, 12 and 88. RGB value is (112,18,136). Sum of RGB (Red+Green+Blue) = 112+18+136=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #701288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701288 is #8FED77. Grayscale: #3B3B3B. Windows color (decimal): -9432440 or 8917616. OLE color: 8917616.
HSL color Cylindrical-coordinate representation of color #701288: hue angle of 287.8º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701288 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 18 | 136 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.47 |
| HSL | 287.8º | 0.77% | 0.3% | - |
| HSV(B) | 287.8º | 0.87% | 0.53% | - |
| XYZ | 11.34 | 5.65 | 23.79 | - |
| YUV | 59.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 136 | 0.18 | 0.87 | 0 | 0.47 | 287.8 | 0.77 | 0.3 |
| Hex | 70 | 12 | 88 | 12 | 57 | 0 | 2F | 120 | 4D | 1E |
| Octal | 160 | 22 | 210 | 22 | 127 | 0 | 57 | 440 | 115 | 36 |
| Binary | 1110000 | 10010 | 10001000 | 10010 | 1010111 | 0 | 101111 | 100100000 | 1001101 | 11110 |
Color Harmonies of #701288
Complementary color
Monochromatic Colors of #701288
Black with #701288
Text Example
Text Example
White with #701288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701288; }
p { color: rgb(112,18,136); }
H1.HeaderClassName
{
color: #701288;
}
.AnyTagClassName
{
color: #701288;
}
</style>
background-color css
<style>
a { background-color: #701288; }
a { background-color: rgb(112,18,136); }
div.DivClassName
{
background-color: #701288;
}
.BgClassName
{
background-color: #701288;
}
</style>
border-color css
<style>
span { border-color: #701288; }
span { border-color: rgb(112,18,136); }
td.TdClassName
{
border-color: #701288;
}
.TagClassName
{
border-color: #701288;
}
</style>