Shades of Purple #700D73
Tints of Purple #700D73
RGB
CMYK
RGB Variations
Color information
#700D73 (or 0x700D73) is known color: Purple. HEX triplet: 70, 0D and 73. RGB value is (112,13,115). Sum of RGB (Red+Green+Blue) = 112+13+115=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #700D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D73 is #8FF28C. Grayscale: #353535. Windows color (decimal): -9433741 or 7540080. OLE color: 7540080.
HSL color Cylindrical-coordinate representation of color #700D73: hue angle of 298.24º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700D73 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 13 | 115 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.55 |
| HSL | 298.24º | 0.8% | 0.25% | - |
| HSV(B) | 298.24º | 0.89% | 0.45% | - |
| XYZ | 9.92 | 4.97 | 16.66 | - |
| YUV | 54.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 115 | 0.03 | 0.89 | 0 | 0.55 | 298.24 | 0.8 | 0.25 |
| Hex | 70 | D | 73 | 3 | 59 | 0 | 37 | 12A | 50 | 19 |
| Octal | 160 | 15 | 163 | 3 | 131 | 0 | 67 | 452 | 120 | 31 |
| Binary | 1110000 | 1101 | 1110011 | 11 | 1011001 | 0 | 110111 | 100101010 | 1010000 | 11001 |
Color Harmonies of #700D73
Complementary color
Monochromatic Colors of #700D73
Black with #700D73
Text Example
Text Example
White with #700D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D73; }
p { color: rgb(112,13,115); }
H1.HeaderClassName
{
color: #700D73;
}
.AnyTagClassName
{
color: #700D73;
}
</style>
background-color css
<style>
a { background-color: #700D73; }
a { background-color: rgb(112,13,115); }
div.DivClassName
{
background-color: #700D73;
}
.BgClassName
{
background-color: #700D73;
}
</style>
border-color css
<style>
span { border-color: #700D73; }
span { border-color: rgb(112,13,115); }
td.TdClassName
{
border-color: #700D73;
}
.TagClassName
{
border-color: #700D73;
}
</style>