Shades of Dark Purple #701673
Tints of Dark Purple #701673
RGB
CMYK
RGB Variations
Color information
#701673 (or 0x701673) is known color: Dark Purple. HEX triplet: 70, 16 and 73. RGB value is (112,22,115). Sum of RGB (Red+Green+Blue) = 112+22+115=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #701673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701673 is #8FE98C. Grayscale: #3B3B3B. Windows color (decimal): -9431437 or 7542384. OLE color: 7542384.
HSL color Cylindrical-coordinate representation of color #701673: hue angle of 298.06º 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 #701673 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 22 | 115 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.55 |
| HSL | 298.06º | 0.68% | 0.27% | - |
| HSV(B) | 298.06º | 0.81% | 0.45% | - |
| XYZ | 10.06 | 5.26 | 16.7 | - |
| YUV | 59.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 115 | 0.03 | 0.81 | 0 | 0.55 | 298.06 | 0.68 | 0.27 |
| Hex | 70 | 16 | 73 | 3 | 51 | 0 | 37 | 12A | 44 | 1B |
| Octal | 160 | 26 | 163 | 3 | 121 | 0 | 67 | 452 | 104 | 33 |
| Binary | 1110000 | 10110 | 1110011 | 11 | 1010001 | 0 | 110111 | 100101010 | 1000100 | 11011 |
Color Harmonies of #701673
Complementary color
Monochromatic Colors of #701673
Black with #701673
Text Example
Text Example
White with #701673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701673; }
p { color: rgb(112,22,115); }
H1.HeaderClassName
{
color: #701673;
}
.AnyTagClassName
{
color: #701673;
}
</style>
background-color css
<style>
a { background-color: #701673; }
a { background-color: rgb(112,22,115); }
div.DivClassName
{
background-color: #701673;
}
.BgClassName
{
background-color: #701673;
}
</style>
border-color css
<style>
span { border-color: #701673; }
span { border-color: rgb(112,22,115); }
td.TdClassName
{
border-color: #701673;
}
.TagClassName
{
border-color: #701673;
}
</style>