Shades of Purple #700773
Tints of Purple #700773
RGB
CMYK
RGB Variations
Color information
#700773 (or 0x700773) is known color: Purple. HEX triplet: 70, 07 and 73. RGB value is (112,7,115). Sum of RGB (Red+Green+Blue) = 112+7+115=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #700773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700773 is #8FF88C. Grayscale: #323232. Windows color (decimal): -9435277 or 7538544. OLE color: 7538544.
HSL color Cylindrical-coordinate representation of color #700773: hue angle of 298.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700773 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 7 | 115 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.55 |
| HSL | 298.33º | 0.89% | 0.24% | - |
| HSV(B) | 298.33º | 0.94% | 0.45% | - |
| XYZ | 9.85 | 4.83 | 16.63 | - |
| YUV | 50.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 115 | 0.03 | 0.94 | 0 | 0.55 | 298.33 | 0.89 | 0.24 |
| Hex | 70 | 7 | 73 | 3 | 5E | 0 | 37 | 12A | 59 | 18 |
| Octal | 160 | 7 | 163 | 3 | 136 | 0 | 67 | 452 | 131 | 30 |
| Binary | 1110000 | 111 | 1110011 | 11 | 1011110 | 0 | 110111 | 100101010 | 1011001 | 11000 |
Color Harmonies of #700773
Complementary color
Monochromatic Colors of #700773
Black with #700773
Text Example
Text Example
White with #700773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700773; }
p { color: rgb(112,7,115); }
H1.HeaderClassName
{
color: #700773;
}
.AnyTagClassName
{
color: #700773;
}
</style>
background-color css
<style>
a { background-color: #700773; }
a { background-color: rgb(112,7,115); }
div.DivClassName
{
background-color: #700773;
}
.BgClassName
{
background-color: #700773;
}
</style>
border-color css
<style>
span { border-color: #700773; }
span { border-color: rgb(112,7,115); }
td.TdClassName
{
border-color: #700773;
}
.TagClassName
{
border-color: #700773;
}
</style>