Shades of Purple #701477
Tints of Purple #701477
RGB
CMYK
RGB Variations
Color information
#701477 (or 0x701477) is known color: Purple. HEX triplet: 70, 14 and 77. RGB value is (112,20,119). Sum of RGB (Red+Green+Blue) = 112+20+119=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #701477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701477 is #8FEB88. Grayscale: #3A3A3A. Windows color (decimal): -9431945 or 7804016. OLE color: 7804016.
HSL color Cylindrical-coordinate representation of color #701477: hue angle of 295.76º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701477 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 20 | 119 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.53 |
| HSL | 295.76º | 0.71% | 0.27% | - |
| HSV(B) | 295.76º | 0.83% | 0.47% | - |
| XYZ | 10.26 | 5.28 | 17.93 | - |
| YUV | 58.79 | 161.98 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 119 | 0.06 | 0.83 | 0 | 0.53 | 295.76 | 0.71 | 0.27 |
| Hex | 70 | 14 | 77 | 6 | 53 | 0 | 35 | 128 | 47 | 1B |
| Octal | 160 | 24 | 167 | 6 | 123 | 0 | 65 | 450 | 107 | 33 |
| Binary | 1110000 | 10100 | 1110111 | 110 | 1010011 | 0 | 110101 | 100101000 | 1000111 | 11011 |
Color Harmonies of #701477
Complementary color
Monochromatic Colors of #701477
Black with #701477
Text Example
Text Example
White with #701477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701477; }
p { color: rgb(112,20,119); }
H1.HeaderClassName
{
color: #701477;
}
.AnyTagClassName
{
color: #701477;
}
</style>
background-color css
<style>
a { background-color: #701477; }
a { background-color: rgb(112,20,119); }
div.DivClassName
{
background-color: #701477;
}
.BgClassName
{
background-color: #701477;
}
</style>
border-color css
<style>
span { border-color: #701477; }
span { border-color: rgb(112,20,119); }
td.TdClassName
{
border-color: #701477;
}
.TagClassName
{
border-color: #701477;
}
</style>