Shades of Dark Purple #731470
Tints of Dark Purple #731470
RGB
CMYK
RGB Variations
Color information
#731470 (or 0x731470) is known color: Dark Purple. HEX triplet: 73, 14 and 70. RGB value is (115,20,112). Sum of RGB (Red+Green+Blue) = 115+20+112=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #731470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731470 is #8CEB8F. Grayscale: #3A3A3A. Windows color (decimal): -9235344 or 7345267. OLE color: 7345267.
HSL color Cylindrical-coordinate representation of color #731470: hue angle of 301.89º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731470 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 20 | 112 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.55 |
| HSL | 301.89º | 0.7% | 0.26% | - |
| HSV(B) | 301.89º | 0.83% | 0.45% | - |
| XYZ | 10.25 | 5.32 | 15.82 | - |
| YUV | 58.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 112 | 0 | 0.83 | 0.03 | 0.55 | 301.89 | 0.7 | 0.26 |
| Hex | 73 | 14 | 70 | 0 | 53 | 3 | 37 | 12E | 46 | 1A |
| Octal | 163 | 24 | 160 | 0 | 123 | 3 | 67 | 456 | 106 | 32 |
| Binary | 1110011 | 10100 | 1110000 | 0 | 1010011 | 11 | 110111 | 100101110 | 1000110 | 11010 |
Color Harmonies of #731470
Complementary color
Monochromatic Colors of #731470
Black with #731470
Text Example
Text Example
White with #731470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731470; }
p { color: rgb(115,20,112); }
H1.HeaderClassName
{
color: #731470;
}
.AnyTagClassName
{
color: #731470;
}
</style>
background-color css
<style>
a { background-color: #731470; }
a { background-color: rgb(115,20,112); }
div.DivClassName
{
background-color: #731470;
}
.BgClassName
{
background-color: #731470;
}
</style>
border-color css
<style>
span { border-color: #731470; }
span { border-color: rgb(115,20,112); }
td.TdClassName
{
border-color: #731470;
}
.TagClassName
{
border-color: #731470;
}
</style>