Shades of Dark Purple #731973
Tints of Dark Purple #731973
RGB
CMYK
RGB Variations
Color information
#731973 (or 0x731973) is known color: Dark Purple. HEX triplet: 73, 19 and 73. RGB value is (115,25,115). Sum of RGB (Red+Green+Blue) = 115+25+115=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #731973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731973 is #8CE68C. Grayscale: #3D3D3D. Windows color (decimal): -9234061 or 7543155. OLE color: 7543155.
HSL color Cylindrical-coordinate representation of color #731973: hue angle of 300º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731973 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 25 | 115 | - |
| CMYK | 0 | 0.78 | 0 | 0.55 |
| HSL | 300º | 0.64% | 0.27% | - |
| HSV(B) | 300º | 0.78% | 0.45% | - |
| XYZ | 10.51 | 5.58 | 16.74 | - |
| YUV | 62.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 115 | 0 | 0.78 | 0 | 0.55 | 300 | 0.64 | 0.27 |
| Hex | 73 | 19 | 73 | 0 | 4E | 0 | 37 | 12C | 40 | 1B |
| Octal | 163 | 31 | 163 | 0 | 116 | 0 | 67 | 454 | 100 | 33 |
| Binary | 1110011 | 11001 | 1110011 | 0 | 1001110 | 0 | 110111 | 100101100 | 1000000 | 11011 |
Color Harmonies of #731973
Complementary color
Monochromatic Colors of #731973
Black with #731973
Text Example
Text Example
White with #731973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731973; }
p { color: rgb(115,25,115); }
H1.HeaderClassName
{
color: #731973;
}
.AnyTagClassName
{
color: #731973;
}
</style>
background-color css
<style>
a { background-color: #731973; }
a { background-color: rgb(115,25,115); }
div.DivClassName
{
background-color: #731973;
}
.BgClassName
{
background-color: #731973;
}
</style>
border-color css
<style>
span { border-color: #731973; }
span { border-color: rgb(115,25,115); }
td.TdClassName
{
border-color: #731973;
}
.TagClassName
{
border-color: #731973;
}
</style>