Shades of Purple #700488
Tints of Purple #700488
RGB
CMYK
RGB Variations
Color information
#700488 (or 0x700488) is known color: Purple. HEX triplet: 70, 04 and 88. RGB value is (112,4,136). Sum of RGB (Red+Green+Blue) = 112+4+136=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #700488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700488 is #8FFB77. Grayscale: #323232. Windows color (decimal): -9436024 or 8914032. OLE color: 8914032.
HSL color Cylindrical-coordinate representation of color #700488: hue angle of 289.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700488 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 4 | 136 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.47 |
| HSL | 289.09º | 0.94% | 0.27% | - |
| HSV(B) | 289.09º | 0.97% | 0.53% | - |
| XYZ | 11.17 | 5.31 | 23.73 | - |
| YUV | 51.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 136 | 0.18 | 0.97 | 0 | 0.47 | 289.09 | 0.94 | 0.27 |
| Hex | 70 | 4 | 88 | 12 | 61 | 0 | 2F | 121 | 5E | 1B |
| Octal | 160 | 4 | 210 | 22 | 141 | 0 | 57 | 441 | 136 | 33 |
| Binary | 1110000 | 100 | 10001000 | 10010 | 1100001 | 0 | 101111 | 100100001 | 1011110 | 11011 |
Color Harmonies of #700488
Complementary color
Monochromatic Colors of #700488
Black with #700488
Text Example
Text Example
White with #700488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700488; }
p { color: rgb(112,4,136); }
H1.HeaderClassName
{
color: #700488;
}
.AnyTagClassName
{
color: #700488;
}
</style>
background-color css
<style>
a { background-color: #700488; }
a { background-color: rgb(112,4,136); }
div.DivClassName
{
background-color: #700488;
}
.BgClassName
{
background-color: #700488;
}
</style>
border-color css
<style>
span { border-color: #700488; }
span { border-color: rgb(112,4,136); }
td.TdClassName
{
border-color: #700488;
}
.TagClassName
{
border-color: #700488;
}
</style>