Shades of Purple #701983
Tints of Purple #701983
RGB
CMYK
RGB Variations
Color information
#701983 (or 0x701983) is known color: Purple. HEX triplet: 70, 19 and 83. RGB value is (112,25,131). Sum of RGB (Red+Green+Blue) = 112+25+131=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #701983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701983 is #8FE67C. Grayscale: #3E3E3E. Windows color (decimal): -9430653 or 8591728. OLE color: 8591728.
HSL color Cylindrical-coordinate representation of color #701983: hue angle of 289.25º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701983 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 25 | 131 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.49 |
| HSL | 289.25º | 0.68% | 0.31% | - |
| HSV(B) | 289.25º | 0.81% | 0.51% | - |
| XYZ | 11.13 | 5.78 | 22 | - |
| YUV | 63.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 131 | 0.15 | 0.81 | 0 | 0.49 | 289.25 | 0.68 | 0.31 |
| Hex | 70 | 19 | 83 | F | 51 | 0 | 31 | 121 | 44 | 1F |
| Octal | 160 | 31 | 203 | 17 | 121 | 0 | 61 | 441 | 104 | 37 |
| Binary | 1110000 | 11001 | 10000011 | 1111 | 1010001 | 0 | 110001 | 100100001 | 1000100 | 11111 |
Color Harmonies of #701983
Complementary color
Monochromatic Colors of #701983
Black with #701983
Text Example
Text Example
White with #701983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701983; }
p { color: rgb(112,25,131); }
H1.HeaderClassName
{
color: #701983;
}
.AnyTagClassName
{
color: #701983;
}
</style>
background-color css
<style>
a { background-color: #701983; }
a { background-color: rgb(112,25,131); }
div.DivClassName
{
background-color: #701983;
}
.BgClassName
{
background-color: #701983;
}
</style>
border-color css
<style>
span { border-color: #701983; }
span { border-color: rgb(112,25,131); }
td.TdClassName
{
border-color: #701983;
}
.TagClassName
{
border-color: #701983;
}
</style>