Shades of Dark Purple #731873
Tints of Dark Purple #731873
RGB
CMYK
RGB Variations
Color information
#731873 (or 0x731873) is known color: Dark Purple. HEX triplet: 73, 18 and 73. RGB value is (115,24,115). Sum of RGB (Red+Green+Blue) = 115+24+115=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #731873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731873 is #8CE78C. Grayscale: #3D3D3D. Windows color (decimal): -9234317 or 7542899. OLE color: 7542899.
HSL color Cylindrical-coordinate representation of color #731873: hue angle of 300º 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 #731873 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 24 | 115 | - |
| CMYK | 0 | 0.79 | 0 | 0.55 |
| HSL | 300º | 0.65% | 0.27% | - |
| HSV(B) | 300º | 0.79% | 0.45% | - |
| XYZ | 10.49 | 5.54 | 16.74 | - |
| YUV | 61.58 | 158.15 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 115 | 0 | 0.79 | 0 | 0.55 | 300 | 0.65 | 0.27 |
| Hex | 73 | 18 | 73 | 0 | 4F | 0 | 37 | 12C | 41 | 1B |
| Octal | 163 | 30 | 163 | 0 | 117 | 0 | 67 | 454 | 101 | 33 |
| Binary | 1110011 | 11000 | 1110011 | 0 | 1001111 | 0 | 110111 | 100101100 | 1000001 | 11011 |
Color Harmonies of #731873
Complementary color
Monochromatic Colors of #731873
Black with #731873
Text Example
Text Example
White with #731873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731873; }
p { color: rgb(115,24,115); }
H1.HeaderClassName
{
color: #731873;
}
.AnyTagClassName
{
color: #731873;
}
</style>
background-color css
<style>
a { background-color: #731873; }
a { background-color: rgb(115,24,115); }
div.DivClassName
{
background-color: #731873;
}
.BgClassName
{
background-color: #731873;
}
</style>
border-color css
<style>
span { border-color: #731873; }
span { border-color: rgb(115,24,115); }
td.TdClassName
{
border-color: #731873;
}
.TagClassName
{
border-color: #731873;
}
</style>