Shades of Dark Purple #731A72
Tints of Dark Purple #731A72
RGB
CMYK
RGB Variations
Color information
#731A72 (or 0x731A72) is known color: Dark Purple. HEX triplet: 73, 1A and 72. RGB value is (115,26,114). Sum of RGB (Red+Green+Blue) = 115+26+114=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #731A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731A72 is #8CE58D. Grayscale: #3E3E3E. Windows color (decimal): -9233806 or 7477875. OLE color: 7477875.
HSL color Cylindrical-coordinate representation of color #731A72: hue angle of 300.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731A72 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 26 | 114 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.55 |
| HSL | 300.67º | 0.63% | 0.28% | - |
| HSV(B) | 300.67º | 0.77% | 0.45% | - |
| XYZ | 10.48 | 5.6 | 16.45 | - |
| YUV | 62.64 | 156.99 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 114 | 0 | 0.77 | 0.01 | 0.55 | 300.67 | 0.63 | 0.28 |
| Hex | 73 | 1A | 72 | 0 | 4D | 1 | 37 | 12D | 3F | 1C |
| Octal | 163 | 32 | 162 | 0 | 115 | 1 | 67 | 455 | 77 | 34 |
| Binary | 1110011 | 11010 | 1110010 | 0 | 1001101 | 1 | 110111 | 100101101 | 111111 | 11100 |
Color Harmonies of #731A72
Complementary color
Monochromatic Colors of #731A72
Black with #731A72
Text Example
Text Example
White with #731A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731A72; }
p { color: rgb(115,26,114); }
H1.HeaderClassName
{
color: #731A72;
}
.AnyTagClassName
{
color: #731A72;
}
</style>
background-color css
<style>
a { background-color: #731A72; }
a { background-color: rgb(115,26,114); }
div.DivClassName
{
background-color: #731A72;
}
.BgClassName
{
background-color: #731A72;
}
</style>
border-color css
<style>
span { border-color: #731A72; }
span { border-color: rgb(115,26,114); }
td.TdClassName
{
border-color: #731A72;
}
.TagClassName
{
border-color: #731A72;
}
</style>