Shades of Purple #701077
Tints of Purple #701077
RGB
CMYK
RGB Variations
Color information
#701077 (or 0x701077) is known color: Purple. HEX triplet: 70, 10 and 77. RGB value is (112,16,119). Sum of RGB (Red+Green+Blue) = 112+16+119=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #701077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701077 is #8FEF88. Grayscale: #383838. Windows color (decimal): -9432969 or 7802992. OLE color: 7802992.
HSL color Cylindrical-coordinate representation of color #701077: hue angle of 295.92º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701077 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 16 | 119 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.53 |
| HSL | 295.92º | 0.76% | 0.26% | - |
| HSV(B) | 295.92º | 0.87% | 0.47% | - |
| XYZ | 10.2 | 5.15 | 17.91 | - |
| YUV | 56.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 119 | 0.06 | 0.87 | 0 | 0.53 | 295.92 | 0.76 | 0.26 |
| Hex | 70 | 10 | 77 | 6 | 57 | 0 | 35 | 128 | 4C | 1A |
| Octal | 160 | 20 | 167 | 6 | 127 | 0 | 65 | 450 | 114 | 32 |
| Binary | 1110000 | 10000 | 1110111 | 110 | 1010111 | 0 | 110101 | 100101000 | 1001100 | 11010 |
Color Harmonies of #701077
Complementary color
Monochromatic Colors of #701077
Black with #701077
Text Example
Text Example
White with #701077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701077; }
p { color: rgb(112,16,119); }
H1.HeaderClassName
{
color: #701077;
}
.AnyTagClassName
{
color: #701077;
}
</style>
background-color css
<style>
a { background-color: #701077; }
a { background-color: rgb(112,16,119); }
div.DivClassName
{
background-color: #701077;
}
.BgClassName
{
background-color: #701077;
}
</style>
border-color css
<style>
span { border-color: #701077; }
span { border-color: rgb(112,16,119); }
td.TdClassName
{
border-color: #701077;
}
.TagClassName
{
border-color: #701077;
}
</style>