Shades of Purple #700594
Tints of Purple #700594
RGB
CMYK
RGB Variations
Color information
#700594 (or 0x700594) is known color: Purple. HEX triplet: 70, 05 and 94. RGB value is (112,5,148). Sum of RGB (Red+Green+Blue) = 112+5+148=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #700594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700594 is #8FFA6B. Grayscale: #343434. Windows color (decimal): -9435756 or 9700720. OLE color: 9700720.
HSL color Cylindrical-coordinate representation of color #700594: hue angle of 284.9º degrees, saturation: 0.93, 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 #700594 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 5 | 148 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.42 |
| HSL | 284.9º | 0.93% | 0.3% | - |
| HSV(B) | 284.9º | 0.97% | 0.58% | - |
| XYZ | 12.08 | 5.69 | 28.48 | - |
| YUV | 53.3 | 181.45 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 148 | 0.24 | 0.97 | 0 | 0.42 | 284.9 | 0.93 | 0.3 |
| Hex | 70 | 5 | 94 | 18 | 61 | 0 | 2A | 11D | 5D | 1E |
| Octal | 160 | 5 | 224 | 30 | 141 | 0 | 52 | 435 | 135 | 36 |
| Binary | 1110000 | 101 | 10010100 | 11000 | 1100001 | 0 | 101010 | 100011101 | 1011101 | 11110 |
Color Harmonies of #700594
Complementary color
Monochromatic Colors of #700594
Black with #700594
Text Example
Text Example
White with #700594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700594; }
p { color: rgb(112,5,148); }
H1.HeaderClassName
{
color: #700594;
}
.AnyTagClassName
{
color: #700594;
}
</style>
background-color css
<style>
a { background-color: #700594; }
a { background-color: rgb(112,5,148); }
div.DivClassName
{
background-color: #700594;
}
.BgClassName
{
background-color: #700594;
}
</style>
border-color css
<style>
span { border-color: #700594; }
span { border-color: rgb(112,5,148); }
td.TdClassName
{
border-color: #700594;
}
.TagClassName
{
border-color: #700594;
}
</style>