Shades of Dark Purple #731570
Tints of Dark Purple #731570
RGB
CMYK
RGB Variations
Color information
#731570 (or 0x731570) is known color: Dark Purple. HEX triplet: 73, 15 and 70. RGB value is (115,21,112). Sum of RGB (Red+Green+Blue) = 115+21+112=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #731570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731570 is #8CEA8F. Grayscale: #3B3B3B. Windows color (decimal): -9235088 or 7345523. OLE color: 7345523.
HSL color Cylindrical-coordinate representation of color #731570: hue angle of 301.91º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731570 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 21 | 112 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.55 |
| HSL | 301.91º | 0.69% | 0.27% | - |
| HSV(B) | 301.91º | 0.82% | 0.45% | - |
| XYZ | 10.26 | 5.35 | 15.82 | - |
| YUV | 59.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 112 | 0 | 0.82 | 0.03 | 0.55 | 301.91 | 0.69 | 0.27 |
| Hex | 73 | 15 | 70 | 0 | 52 | 3 | 37 | 12E | 45 | 1B |
| Octal | 163 | 25 | 160 | 0 | 122 | 3 | 67 | 456 | 105 | 33 |
| Binary | 1110011 | 10101 | 1110000 | 0 | 1010010 | 11 | 110111 | 100101110 | 1000101 | 11011 |
Color Harmonies of #731570
Complementary color
Monochromatic Colors of #731570
Black with #731570
Text Example
Text Example
White with #731570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731570; }
p { color: rgb(115,21,112); }
H1.HeaderClassName
{
color: #731570;
}
.AnyTagClassName
{
color: #731570;
}
</style>
background-color css
<style>
a { background-color: #731570; }
a { background-color: rgb(115,21,112); }
div.DivClassName
{
background-color: #731570;
}
.BgClassName
{
background-color: #731570;
}
</style>
border-color css
<style>
span { border-color: #731570; }
span { border-color: rgb(115,21,112); }
td.TdClassName
{
border-color: #731570;
}
.TagClassName
{
border-color: #731570;
}
</style>