Shades of Purple #701784
Tints of Purple #701784
RGB
CMYK
RGB Variations
Color information
#701784 (or 0x701784) is known color: Purple. HEX triplet: 70, 17 and 84. RGB value is (112,23,132). Sum of RGB (Red+Green+Blue) = 112+23+132=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #701784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701784 is #8FE87B. Grayscale: #3D3D3D. Windows color (decimal): -9431164 or 8656752. OLE color: 8656752.
HSL color Cylindrical-coordinate representation of color #701784: hue angle of 288.99º degrees, saturation: 0.7, 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 #701784 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 23 | 132 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.48 |
| HSL | 288.99º | 0.7% | 0.3% | - |
| HSV(B) | 288.99º | 0.83% | 0.52% | - |
| XYZ | 11.15 | 5.72 | 22.35 | - |
| YUV | 62.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 132 | 0.15 | 0.83 | 0 | 0.48 | 288.99 | 0.7 | 0.3 |
| Hex | 70 | 17 | 84 | F | 53 | 0 | 30 | 121 | 46 | 1E |
| Octal | 160 | 27 | 204 | 17 | 123 | 0 | 60 | 441 | 106 | 36 |
| Binary | 1110000 | 10111 | 10000100 | 1111 | 1010011 | 0 | 110000 | 100100001 | 1000110 | 11110 |
Color Harmonies of #701784
Complementary color
Monochromatic Colors of #701784
Black with #701784
Text Example
Text Example
White with #701784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701784; }
p { color: rgb(112,23,132); }
H1.HeaderClassName
{
color: #701784;
}
.AnyTagClassName
{
color: #701784;
}
</style>
background-color css
<style>
a { background-color: #701784; }
a { background-color: rgb(112,23,132); }
div.DivClassName
{
background-color: #701784;
}
.BgClassName
{
background-color: #701784;
}
</style>
border-color css
<style>
span { border-color: #701784; }
span { border-color: rgb(112,23,132); }
td.TdClassName
{
border-color: #701784;
}
.TagClassName
{
border-color: #701784;
}
</style>