Shades of Dark Purple #731772
Tints of Dark Purple #731772
RGB
CMYK
RGB Variations
Color information
#731772 (or 0x731772) is known color: Dark Purple. HEX triplet: 73, 17 and 72. RGB value is (115,23,114). Sum of RGB (Red+Green+Blue) = 115+23+114=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #731772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731772 is #8CE88D. Grayscale: #3C3C3C. Windows color (decimal): -9234574 or 7477107. OLE color: 7477107.
HSL color Cylindrical-coordinate representation of color #731772: hue angle of 300.65º 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 #731772 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 114 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.55 |
| HSL | 300.65º | 0.67% | 0.27% | - |
| HSV(B) | 300.65º | 0.8% | 0.45% | - |
| XYZ | 10.41 | 5.47 | 16.43 | - |
| YUV | 60.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 114 | 0 | 0.80 | 0.01 | 0.55 | 300.65 | 0.67 | 0.27 |
| Hex | 73 | 17 | 72 | 0 | 50 | 1 | 37 | 12D | 43 | 1B |
| Octal | 163 | 27 | 162 | 0 | 120 | 1 | 67 | 455 | 103 | 33 |
| Binary | 1110011 | 10111 | 1110010 | 0 | 1010000 | 1 | 110111 | 100101101 | 1000011 | 11011 |
Color Harmonies of #731772
Complementary color
Monochromatic Colors of #731772
Black with #731772
Text Example
Text Example
White with #731772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731772; }
p { color: rgb(115,23,114); }
H1.HeaderClassName
{
color: #731772;
}
.AnyTagClassName
{
color: #731772;
}
</style>
background-color css
<style>
a { background-color: #731772; }
a { background-color: rgb(115,23,114); }
div.DivClassName
{
background-color: #731772;
}
.BgClassName
{
background-color: #731772;
}
</style>
border-color css
<style>
span { border-color: #731772; }
span { border-color: rgb(115,23,114); }
td.TdClassName
{
border-color: #731772;
}
.TagClassName
{
border-color: #731772;
}
</style>