Shades of Dark Purple #731770
Tints of Dark Purple #731770
RGB
CMYK
RGB Variations
Color information
#731770 (or 0x731770) is known color: Dark Purple. HEX triplet: 73, 17 and 70. RGB value is (115,23,112). Sum of RGB (Red+Green+Blue) = 115+23+112=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #731770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731770 is #8CE88F. Grayscale: #3C3C3C. Windows color (decimal): -9234576 or 7346035. OLE color: 7346035.
HSL color Cylindrical-coordinate representation of color #731770: hue angle of 301.96º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731770 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 112 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.55 |
| HSL | 301.96º | 0.67% | 0.27% | - |
| HSV(B) | 301.96º | 0.8% | 0.45% | - |
| XYZ | 10.3 | 5.43 | 15.83 | - |
| YUV | 60.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 112 | 0 | 0.80 | 0.03 | 0.55 | 301.96 | 0.67 | 0.27 |
| Hex | 73 | 17 | 70 | 0 | 50 | 3 | 37 | 12E | 43 | 1B |
| Octal | 163 | 27 | 160 | 0 | 120 | 3 | 67 | 456 | 103 | 33 |
| Binary | 1110011 | 10111 | 1110000 | 0 | 1010000 | 11 | 110111 | 100101110 | 1000011 | 11011 |
Color Harmonies of #731770
Complementary color
Monochromatic Colors of #731770
Black with #731770
Text Example
Text Example
White with #731770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731770; }
p { color: rgb(115,23,112); }
H1.HeaderClassName
{
color: #731770;
}
.AnyTagClassName
{
color: #731770;
}
</style>
background-color css
<style>
a { background-color: #731770; }
a { background-color: rgb(115,23,112); }
div.DivClassName
{
background-color: #731770;
}
.BgClassName
{
background-color: #731770;
}
</style>
border-color css
<style>
span { border-color: #731770; }
span { border-color: rgb(115,23,112); }
td.TdClassName
{
border-color: #731770;
}
.TagClassName
{
border-color: #731770;
}
</style>