Shades of Purple #700494
Tints of Purple #700494
RGB
CMYK
RGB Variations
Color information
#700494 (or 0x700494) is known color: Purple. HEX triplet: 70, 04 and 94. RGB value is (112,4,148). Sum of RGB (Red+Green+Blue) = 112+4+148=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #700494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700494 is #8FFB6B. Grayscale: #343434. Windows color (decimal): -9436012 or 9700464. OLE color: 9700464.
HSL color Cylindrical-coordinate representation of color #700494: hue angle of 285º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700494 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 4 | 148 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.42 |
| HSL | 285º | 0.95% | 0.3% | - |
| HSV(B) | 285º | 0.97% | 0.58% | - |
| XYZ | 12.07 | 5.67 | 28.48 | - |
| YUV | 52.71 | 181.78 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 148 | 0.24 | 0.97 | 0 | 0.42 | 285 | 0.95 | 0.3 |
| Hex | 70 | 4 | 94 | 18 | 61 | 0 | 2A | 11D | 5F | 1E |
| Octal | 160 | 4 | 224 | 30 | 141 | 0 | 52 | 435 | 137 | 36 |
| Binary | 1110000 | 100 | 10010100 | 11000 | 1100001 | 0 | 101010 | 100011101 | 1011111 | 11110 |
Color Harmonies of #700494
Complementary color
Monochromatic Colors of #700494
Black with #700494
Text Example
Text Example
White with #700494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700494; }
p { color: rgb(112,4,148); }
H1.HeaderClassName
{
color: #700494;
}
.AnyTagClassName
{
color: #700494;
}
</style>
background-color css
<style>
a { background-color: #700494; }
a { background-color: rgb(112,4,148); }
div.DivClassName
{
background-color: #700494;
}
.BgClassName
{
background-color: #700494;
}
</style>
border-color css
<style>
span { border-color: #700494; }
span { border-color: rgb(112,4,148); }
td.TdClassName
{
border-color: #700494;
}
.TagClassName
{
border-color: #700494;
}
</style>