Shades of Purple #701484
Tints of Purple #701484
RGB
CMYK
RGB Variations
Color information
#701484 (or 0x701484) is known color: Purple. HEX triplet: 70, 14 and 84. RGB value is (112,20,132). Sum of RGB (Red+Green+Blue) = 112+20+132=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #701484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701484 is #8FEB7B. Grayscale: #3B3B3B. Windows color (decimal): -9431932 or 8655984. OLE color: 8655984.
HSL color Cylindrical-coordinate representation of color #701484: hue angle of 289.29º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701484 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 20 | 132 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.48 |
| HSL | 289.29º | 0.74% | 0.3% | - |
| HSV(B) | 289.29º | 0.85% | 0.52% | - |
| XYZ | 11.1 | 5.61 | 22.33 | - |
| YUV | 60.28 | 168.48 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 132 | 0.15 | 0.85 | 0 | 0.48 | 289.29 | 0.74 | 0.3 |
| Hex | 70 | 14 | 84 | F | 55 | 0 | 30 | 121 | 4A | 1E |
| Octal | 160 | 24 | 204 | 17 | 125 | 0 | 60 | 441 | 112 | 36 |
| Binary | 1110000 | 10100 | 10000100 | 1111 | 1010101 | 0 | 110000 | 100100001 | 1001010 | 11110 |
Color Harmonies of #701484
Complementary color
Monochromatic Colors of #701484
Black with #701484
Text Example
Text Example
White with #701484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701484; }
p { color: rgb(112,20,132); }
H1.HeaderClassName
{
color: #701484;
}
.AnyTagClassName
{
color: #701484;
}
</style>
background-color css
<style>
a { background-color: #701484; }
a { background-color: rgb(112,20,132); }
div.DivClassName
{
background-color: #701484;
}
.BgClassName
{
background-color: #701484;
}
</style>
border-color css
<style>
span { border-color: #701484; }
span { border-color: rgb(112,20,132); }
td.TdClassName
{
border-color: #701484;
}
.TagClassName
{
border-color: #701484;
}
</style>