Shades of Purple #701688
Tints of Purple #701688
RGB
CMYK
RGB Variations
Color information
#701688 (or 0x701688) is known color: Purple. HEX triplet: 70, 16 and 88. RGB value is (112,22,136). Sum of RGB (Red+Green+Blue) = 112+22+136=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #701688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701688 is #8FE977. Grayscale: #3D3D3D. Windows color (decimal): -9431416 or 8918640. OLE color: 8918640.
HSL color Cylindrical-coordinate representation of color #701688: hue angle of 287.37º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701688 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 22 | 136 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.47 |
| HSL | 287.37º | 0.72% | 0.31% | - |
| HSV(B) | 287.37º | 0.84% | 0.53% | - |
| XYZ | 11.41 | 5.8 | 23.81 | - |
| YUV | 61.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 136 | 0.18 | 0.84 | 0 | 0.47 | 287.37 | 0.72 | 0.31 |
| Hex | 70 | 16 | 88 | 12 | 54 | 0 | 2F | 11F | 48 | 1F |
| Octal | 160 | 26 | 210 | 22 | 124 | 0 | 57 | 437 | 110 | 37 |
| Binary | 1110000 | 10110 | 10001000 | 10010 | 1010100 | 0 | 101111 | 100011111 | 1001000 | 11111 |
Color Harmonies of #701688
Complementary color
Monochromatic Colors of #701688
Black with #701688
Text Example
Text Example
White with #701688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701688; }
p { color: rgb(112,22,136); }
H1.HeaderClassName
{
color: #701688;
}
.AnyTagClassName
{
color: #701688;
}
</style>
background-color css
<style>
a { background-color: #701688; }
a { background-color: rgb(112,22,136); }
div.DivClassName
{
background-color: #701688;
}
.BgClassName
{
background-color: #701688;
}
</style>
border-color css
<style>
span { border-color: #701688; }
span { border-color: rgb(112,22,136); }
td.TdClassName
{
border-color: #701688;
}
.TagClassName
{
border-color: #701688;
}
</style>