Shades of Purple #700061
Tints of Purple #700061
RGB
CMYK
RGB Variations
Color information
#700061 (or 0x700061) is known color: Purple. HEX triplet: 70, 00 and 61. RGB value is (112,0,97). Sum of RGB (Red+Green+Blue) = 112+0+97=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #700061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700061 is #8FFF9E. Grayscale: #2C2C2C. Windows color (decimal): -9437087 or 6357104. OLE color: 6357104.
HSL color Cylindrical-coordinate representation of color #700061: hue angle of 308.04º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700061 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.13 | 0.56 |
| HSL | 308.04º | 1% | 0.22% | - |
| HSV(B) | 308.04º | 1% | 0.44% | - |
| XYZ | 8.84 | 4.31 | 11.67 | - |
| YUV | 44.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 97 | 0 | 1 | 0.13 | 0.56 | 308.04 | 1 | 0.22 |
| Hex | 70 | 0 | 61 | 0 | 64 | D | 38 | 134 | 64 | 16 |
| Octal | 160 | 0 | 141 | 0 | 144 | 15 | 70 | 464 | 144 | 26 |
| Binary | 1110000 | 0 | 1100001 | 0 | 1100100 | 1101 | 111000 | 100110100 | 1100100 | 10110 |
Color Harmonies of #700061
Complementary color
Monochromatic Colors of #700061
Black with #700061
Text Example
Text Example
White with #700061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700061; }
p { color: rgb(112,0,97); }
H1.HeaderClassName
{
color: #700061;
}
.AnyTagClassName
{
color: #700061;
}
</style>
background-color css
<style>
a { background-color: #700061; }
a { background-color: rgb(112,0,97); }
div.DivClassName
{
background-color: #700061;
}
.BgClassName
{
background-color: #700061;
}
</style>
border-color css
<style>
span { border-color: #700061; }
span { border-color: rgb(112,0,97); }
td.TdClassName
{
border-color: #700061;
}
.TagClassName
{
border-color: #700061;
}
</style>