Shades of Purple #700688
Tints of Purple #700688
RGB
CMYK
RGB Variations
Color information
#700688 (or 0x700688) is known color: Purple. HEX triplet: 70, 06 and 88. RGB value is (112,6,136). Sum of RGB (Red+Green+Blue) = 112+6+136=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #700688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700688 is #8FF977. Grayscale: #343434. Windows color (decimal): -9435512 or 8914544. OLE color: 8914544.
HSL color Cylindrical-coordinate representation of color #700688: hue angle of 288.92º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700688 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 6 | 136 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.47 |
| HSL | 288.92º | 0.92% | 0.28% | - |
| HSV(B) | 288.92º | 0.96% | 0.53% | - |
| XYZ | 11.19 | 5.35 | 23.74 | - |
| YUV | 52.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 136 | 0.18 | 0.96 | 0 | 0.47 | 288.92 | 0.92 | 0.28 |
| Hex | 70 | 6 | 88 | 12 | 60 | 0 | 2F | 121 | 5C | 1C |
| Octal | 160 | 6 | 210 | 22 | 140 | 0 | 57 | 441 | 134 | 34 |
| Binary | 1110000 | 110 | 10001000 | 10010 | 1100000 | 0 | 101111 | 100100001 | 1011100 | 11100 |
Color Harmonies of #700688
Complementary color
Monochromatic Colors of #700688
Black with #700688
Text Example
Text Example
White with #700688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700688; }
p { color: rgb(112,6,136); }
H1.HeaderClassName
{
color: #700688;
}
.AnyTagClassName
{
color: #700688;
}
</style>
background-color css
<style>
a { background-color: #700688; }
a { background-color: rgb(112,6,136); }
div.DivClassName
{
background-color: #700688;
}
.BgClassName
{
background-color: #700688;
}
</style>
border-color css
<style>
span { border-color: #700688; }
span { border-color: rgb(112,6,136); }
td.TdClassName
{
border-color: #700688;
}
.TagClassName
{
border-color: #700688;
}
</style>