Shades of Dark Purple #731870
Tints of Dark Purple #731870
RGB
CMYK
RGB Variations
Color information
#731870 (or 0x731870) is known color: Dark Purple. HEX triplet: 73, 18 and 70. RGB value is (115,24,112). Sum of RGB (Red+Green+Blue) = 115+24+112=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #731870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731870 is #8CE78F. Grayscale: #3C3C3C. Windows color (decimal): -9234320 or 7346291. OLE color: 7346291.
HSL color Cylindrical-coordinate representation of color #731870: hue angle of 301.98º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #731870 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 24 | 112 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.55 |
| HSL | 301.98º | 0.65% | 0.27% | - |
| HSV(B) | 301.98º | 0.79% | 0.45% | - |
| XYZ | 10.32 | 5.47 | 15.84 | - |
| YUV | 61.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 112 | 0 | 0.79 | 0.03 | 0.55 | 301.98 | 0.65 | 0.27 |
| Hex | 73 | 18 | 70 | 0 | 4F | 3 | 37 | 12E | 41 | 1B |
| Octal | 163 | 30 | 160 | 0 | 117 | 3 | 67 | 456 | 101 | 33 |
| Binary | 1110011 | 11000 | 1110000 | 0 | 1001111 | 11 | 110111 | 100101110 | 1000001 | 11011 |
Color Harmonies of #731870
Complementary color
Monochromatic Colors of #731870
Black with #731870
Text Example
Text Example
White with #731870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731870; }
p { color: rgb(115,24,112); }
H1.HeaderClassName
{
color: #731870;
}
.AnyTagClassName
{
color: #731870;
}
</style>
background-color css
<style>
a { background-color: #731870; }
a { background-color: rgb(115,24,112); }
div.DivClassName
{
background-color: #731870;
}
.BgClassName
{
background-color: #731870;
}
</style>
border-color css
<style>
span { border-color: #731870; }
span { border-color: rgb(115,24,112); }
td.TdClassName
{
border-color: #731870;
}
.TagClassName
{
border-color: #731870;
}
</style>