Shades of Purple #701684
Tints of Purple #701684
RGB
CMYK
RGB Variations
Color information
#701684 (or 0x701684) is known color: Purple. HEX triplet: 70, 16 and 84. RGB value is (112,22,132). Sum of RGB (Red+Green+Blue) = 112+22+132=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #701684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701684 is #8FE97B. Grayscale: #3D3D3D. Windows color (decimal): -9431420 or 8656496. OLE color: 8656496.
HSL color Cylindrical-coordinate representation of color #701684: hue angle of 289.09º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701684 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 22 | 132 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.48 |
| HSL | 289.09º | 0.71% | 0.3% | - |
| HSV(B) | 289.09º | 0.83% | 0.52% | - |
| XYZ | 11.13 | 5.68 | 22.34 | - |
| YUV | 61.45 | 167.82 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 132 | 0.15 | 0.83 | 0 | 0.48 | 289.09 | 0.71 | 0.3 |
| Hex | 70 | 16 | 84 | F | 53 | 0 | 30 | 121 | 47 | 1E |
| Octal | 160 | 26 | 204 | 17 | 123 | 0 | 60 | 441 | 107 | 36 |
| Binary | 1110000 | 10110 | 10000100 | 1111 | 1010011 | 0 | 110000 | 100100001 | 1000111 | 11110 |
Color Harmonies of #701684
Complementary color
Monochromatic Colors of #701684
Black with #701684
Text Example
Text Example
White with #701684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701684; }
p { color: rgb(112,22,132); }
H1.HeaderClassName
{
color: #701684;
}
.AnyTagClassName
{
color: #701684;
}
</style>
background-color css
<style>
a { background-color: #701684; }
a { background-color: rgb(112,22,132); }
div.DivClassName
{
background-color: #701684;
}
.BgClassName
{
background-color: #701684;
}
</style>
border-color css
<style>
span { border-color: #701684; }
span { border-color: rgb(112,22,132); }
td.TdClassName
{
border-color: #701684;
}
.TagClassName
{
border-color: #701684;
}
</style>