Shades of Purple #701291
Tints of Purple #701291
RGB
CMYK
RGB Variations
Color information
#701291 (or 0x701291) is known color: Purple. HEX triplet: 70, 12 and 91. RGB value is (112,18,145). Sum of RGB (Red+Green+Blue) = 112+18+145=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #701291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701291 is #8FED6E. Grayscale: #3C3C3C. Windows color (decimal): -9432431 or 9507440. OLE color: 9507440.
HSL color Cylindrical-coordinate representation of color #701291: hue angle of 284.41º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701291 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 18 | 145 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.43 |
| HSL | 284.41º | 0.78% | 0.32% | - |
| HSV(B) | 284.41º | 0.88% | 0.57% | - |
| XYZ | 12.01 | 5.92 | 27.3 | - |
| YUV | 60.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 145 | 0.23 | 0.88 | 0 | 0.43 | 284.41 | 0.78 | 0.32 |
| Hex | 70 | 12 | 91 | 17 | 58 | 0 | 2B | 11C | 4E | 20 |
| Octal | 160 | 22 | 221 | 27 | 130 | 0 | 53 | 434 | 116 | 40 |
| Binary | 1110000 | 10010 | 10010001 | 10111 | 1011000 | 0 | 101011 | 100011100 | 1001110 | 100000 |
Color Harmonies of #701291
Complementary color
Monochromatic Colors of #701291
Black with #701291
Text Example
Text Example
White with #701291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701291; }
p { color: rgb(112,18,145); }
H1.HeaderClassName
{
color: #701291;
}
.AnyTagClassName
{
color: #701291;
}
</style>
background-color css
<style>
a { background-color: #701291; }
a { background-color: rgb(112,18,145); }
div.DivClassName
{
background-color: #701291;
}
.BgClassName
{
background-color: #701291;
}
</style>
border-color css
<style>
span { border-color: #701291; }
span { border-color: rgb(112,18,145); }
td.TdClassName
{
border-color: #701291;
}
.TagClassName
{
border-color: #701291;
}
</style>