Shades of Purple #701284
Tints of Purple #701284
RGB
CMYK
RGB Variations
Color information
#701284 (or 0x701284) is known color: Purple. HEX triplet: 70, 12 and 84. RGB value is (112,18,132). Sum of RGB (Red+Green+Blue) = 112+18+132=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #701284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701284 is #8FED7B. Grayscale: #3A3A3A. Windows color (decimal): -9432444 or 8655472. OLE color: 8655472.
HSL color Cylindrical-coordinate representation of color #701284: hue angle of 289.47º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701284 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 18 | 132 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.48 |
| HSL | 289.47º | 0.76% | 0.29% | - |
| HSV(B) | 289.47º | 0.86% | 0.52% | - |
| XYZ | 11.06 | 5.54 | 22.32 | - |
| YUV | 59.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 132 | 0.15 | 0.86 | 0 | 0.48 | 289.47 | 0.76 | 0.29 |
| Hex | 70 | 12 | 84 | F | 56 | 0 | 30 | 121 | 4C | 1D |
| Octal | 160 | 22 | 204 | 17 | 126 | 0 | 60 | 441 | 114 | 35 |
| Binary | 1110000 | 10010 | 10000100 | 1111 | 1010110 | 0 | 110000 | 100100001 | 1001100 | 11101 |
Color Harmonies of #701284
Complementary color
Monochromatic Colors of #701284
Black with #701284
Text Example
Text Example
White with #701284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701284; }
p { color: rgb(112,18,132); }
H1.HeaderClassName
{
color: #701284;
}
.AnyTagClassName
{
color: #701284;
}
</style>
background-color css
<style>
a { background-color: #701284; }
a { background-color: rgb(112,18,132); }
div.DivClassName
{
background-color: #701284;
}
.BgClassName
{
background-color: #701284;
}
</style>
border-color css
<style>
span { border-color: #701284; }
span { border-color: rgb(112,18,132); }
td.TdClassName
{
border-color: #701284;
}
.TagClassName
{
border-color: #701284;
}
</style>