Shades of Purple #701480
Tints of Purple #701480
RGB
CMYK
RGB Variations
Color information
#701480 (or 0x701480) is known color: Purple. HEX triplet: 70, 14 and 80. RGB value is (112,20,128). Sum of RGB (Red+Green+Blue) = 112+20+128=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #701480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701480 is #8FEB7F. Grayscale: #3B3B3B. Windows color (decimal): -9431936 or 8393840. OLE color: 8393840.
HSL color Cylindrical-coordinate representation of color #701480: hue angle of 291.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701480 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 20 | 128 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.50 |
| HSL | 291.11º | 0.73% | 0.29% | - |
| HSV(B) | 291.11º | 0.84% | 0.5% | - |
| XYZ | 10.83 | 5.5 | 20.91 | - |
| YUV | 59.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 128 | 0.12 | 0.84 | 0 | 0.50 | 291.11 | 0.73 | 0.29 |
| Hex | 70 | 14 | 80 | C | 54 | 0 | 32 | 123 | 49 | 1D |
| Octal | 160 | 24 | 200 | 14 | 124 | 0 | 62 | 443 | 111 | 35 |
| Binary | 1110000 | 10100 | 10000000 | 1100 | 1010100 | 0 | 110010 | 100100011 | 1001001 | 11101 |
Color Harmonies of #701480
Complementary color
Monochromatic Colors of #701480
Black with #701480
Text Example
Text Example
White with #701480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701480; }
p { color: rgb(112,20,128); }
H1.HeaderClassName
{
color: #701480;
}
.AnyTagClassName
{
color: #701480;
}
</style>
background-color css
<style>
a { background-color: #701480; }
a { background-color: rgb(112,20,128); }
div.DivClassName
{
background-color: #701480;
}
.BgClassName
{
background-color: #701480;
}
</style>
border-color css
<style>
span { border-color: #701480; }
span { border-color: rgb(112,20,128); }
td.TdClassName
{
border-color: #701480;
}
.TagClassName
{
border-color: #701480;
}
</style>