Shades of Purple #701584
Tints of Purple #701584
RGB
CMYK
RGB Variations
Color information
#701584 (or 0x701584) is known color: Purple. HEX triplet: 70, 15 and 84. RGB value is (112,21,132). Sum of RGB (Red+Green+Blue) = 112+21+132=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #701584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701584 is #8FEA7B. Grayscale: #3C3C3C. Windows color (decimal): -9431676 or 8656240. OLE color: 8656240.
HSL color Cylindrical-coordinate representation of color #701584: hue angle of 289.19º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701584 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 21 | 132 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.48 |
| HSL | 289.19º | 0.73% | 0.3% | - |
| HSV(B) | 289.19º | 0.84% | 0.52% | - |
| XYZ | 11.12 | 5.65 | 22.33 | - |
| YUV | 60.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 132 | 0.15 | 0.84 | 0 | 0.48 | 289.19 | 0.73 | 0.3 |
| Hex | 70 | 15 | 84 | F | 54 | 0 | 30 | 121 | 49 | 1E |
| Octal | 160 | 25 | 204 | 17 | 124 | 0 | 60 | 441 | 111 | 36 |
| Binary | 1110000 | 10101 | 10000100 | 1111 | 1010100 | 0 | 110000 | 100100001 | 1001001 | 11110 |
Color Harmonies of #701584
Complementary color
Monochromatic Colors of #701584
Black with #701584
Text Example
Text Example
White with #701584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701584; }
p { color: rgb(112,21,132); }
H1.HeaderClassName
{
color: #701584;
}
.AnyTagClassName
{
color: #701584;
}
</style>
background-color css
<style>
a { background-color: #701584; }
a { background-color: rgb(112,21,132); }
div.DivClassName
{
background-color: #701584;
}
.BgClassName
{
background-color: #701584;
}
</style>
border-color css
<style>
span { border-color: #701584; }
span { border-color: rgb(112,21,132); }
td.TdClassName
{
border-color: #701584;
}
.TagClassName
{
border-color: #701584;
}
</style>