Shades of Dark Purple #701672
Tints of Dark Purple #701672
RGB
CMYK
RGB Variations
Color information
#701672 (or 0x701672) is known color: Dark Purple. HEX triplet: 70, 16 and 72. RGB value is (112,22,114). Sum of RGB (Red+Green+Blue) = 112+22+114=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #701672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701672 is #8FE98D. Grayscale: #3B3B3B. Windows color (decimal): -9431438 or 7476848. OLE color: 7476848.
HSL color Cylindrical-coordinate representation of color #701672: hue angle of 298.7º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701672 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 22 | 114 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.55 |
| HSL | 298.7º | 0.68% | 0.27% | - |
| HSV(B) | 298.7º | 0.81% | 0.45% | - |
| XYZ | 10.01 | 5.23 | 16.4 | - |
| YUV | 59.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 114 | 0.02 | 0.81 | 0 | 0.55 | 298.7 | 0.68 | 0.27 |
| Hex | 70 | 16 | 72 | 2 | 51 | 0 | 37 | 12B | 44 | 1B |
| Octal | 160 | 26 | 162 | 2 | 121 | 0 | 67 | 453 | 104 | 33 |
| Binary | 1110000 | 10110 | 1110010 | 10 | 1010001 | 0 | 110111 | 100101011 | 1000100 | 11011 |
Color Harmonies of #701672
Complementary color
Monochromatic Colors of #701672
Black with #701672
Text Example
Text Example
White with #701672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701672; }
p { color: rgb(112,22,114); }
H1.HeaderClassName
{
color: #701672;
}
.AnyTagClassName
{
color: #701672;
}
</style>
background-color css
<style>
a { background-color: #701672; }
a { background-color: rgb(112,22,114); }
div.DivClassName
{
background-color: #701672;
}
.BgClassName
{
background-color: #701672;
}
</style>
border-color css
<style>
span { border-color: #701672; }
span { border-color: rgb(112,22,114); }
td.TdClassName
{
border-color: #701672;
}
.TagClassName
{
border-color: #701672;
}
</style>