Shades of Purple #701588
Tints of Purple #701588
RGB
CMYK
RGB Variations
Color information
#701588 (or 0x701588) is known color: Purple. HEX triplet: 70, 15 and 88. RGB value is (112,21,136). Sum of RGB (Red+Green+Blue) = 112+21+136=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #701588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701588 is #8FEA77. Grayscale: #3C3C3C. Windows color (decimal): -9431672 or 8918384. OLE color: 8918384.
HSL color Cylindrical-coordinate representation of color #701588: hue angle of 287.48º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701588 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 21 | 136 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.47 |
| HSL | 287.48º | 0.73% | 0.31% | - |
| HSV(B) | 287.48º | 0.85% | 0.53% | - |
| XYZ | 11.39 | 5.76 | 23.8 | - |
| YUV | 61.32 | 170.15 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 136 | 0.18 | 0.85 | 0 | 0.47 | 287.48 | 0.73 | 0.31 |
| Hex | 70 | 15 | 88 | 12 | 55 | 0 | 2F | 11F | 49 | 1F |
| Octal | 160 | 25 | 210 | 22 | 125 | 0 | 57 | 437 | 111 | 37 |
| Binary | 1110000 | 10101 | 10001000 | 10010 | 1010101 | 0 | 101111 | 100011111 | 1001001 | 11111 |
Color Harmonies of #701588
Complementary color
Monochromatic Colors of #701588
Black with #701588
Text Example
Text Example
White with #701588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701588; }
p { color: rgb(112,21,136); }
H1.HeaderClassName
{
color: #701588;
}
.AnyTagClassName
{
color: #701588;
}
</style>
background-color css
<style>
a { background-color: #701588; }
a { background-color: rgb(112,21,136); }
div.DivClassName
{
background-color: #701588;
}
.BgClassName
{
background-color: #701588;
}
</style>
border-color css
<style>
span { border-color: #701588; }
span { border-color: rgb(112,21,136); }
td.TdClassName
{
border-color: #701588;
}
.TagClassName
{
border-color: #701588;
}
</style>