Shades of Purple #701577
Tints of Purple #701577
RGB
CMYK
RGB Variations
Color information
#701577 (or 0x701577) is known color: Purple. HEX triplet: 70, 15 and 77. RGB value is (112,21,119). Sum of RGB (Red+Green+Blue) = 112+21+119=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #701577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701577 is #8FEA88. Grayscale: #3B3B3B. Windows color (decimal): -9431689 or 7804272. OLE color: 7804272.
HSL color Cylindrical-coordinate representation of color #701577: hue angle of 295.71º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701577 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 21 | 119 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.53 |
| HSL | 295.71º | 0.7% | 0.27% | - |
| HSV(B) | 295.71º | 0.82% | 0.47% | - |
| XYZ | 10.28 | 5.31 | 17.94 | - |
| YUV | 59.38 | 161.65 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 119 | 0.06 | 0.82 | 0 | 0.53 | 295.71 | 0.7 | 0.27 |
| Hex | 70 | 15 | 77 | 6 | 52 | 0 | 35 | 128 | 46 | 1B |
| Octal | 160 | 25 | 167 | 6 | 122 | 0 | 65 | 450 | 106 | 33 |
| Binary | 1110000 | 10101 | 1110111 | 110 | 1010010 | 0 | 110101 | 100101000 | 1000110 | 11011 |
Color Harmonies of #701577
Complementary color
Monochromatic Colors of #701577
Black with #701577
Text Example
Text Example
White with #701577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701577; }
p { color: rgb(112,21,119); }
H1.HeaderClassName
{
color: #701577;
}
.AnyTagClassName
{
color: #701577;
}
</style>
background-color css
<style>
a { background-color: #701577; }
a { background-color: rgb(112,21,119); }
div.DivClassName
{
background-color: #701577;
}
.BgClassName
{
background-color: #701577;
}
</style>
border-color css
<style>
span { border-color: #701577; }
span { border-color: rgb(112,21,119); }
td.TdClassName
{
border-color: #701577;
}
.TagClassName
{
border-color: #701577;
}
</style>