Shades of Dark Purple #731872
Tints of Dark Purple #731872
RGB
CMYK
RGB Variations
Color information
#731872 (or 0x731872) is known color: Dark Purple. HEX triplet: 73, 18 and 72. RGB value is (115,24,114). Sum of RGB (Red+Green+Blue) = 115+24+114=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #731872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731872 is #8CE78D. Grayscale: #3D3D3D. Windows color (decimal): -9234318 or 7477363. OLE color: 7477363.
HSL color Cylindrical-coordinate representation of color #731872: hue angle of 300.66º 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 #731872 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 24 | 114 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.55 |
| HSL | 300.66º | 0.65% | 0.27% | - |
| HSV(B) | 300.66º | 0.79% | 0.45% | - |
| XYZ | 10.43 | 5.51 | 16.43 | - |
| YUV | 61.47 | 157.65 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 114 | 0 | 0.79 | 0.01 | 0.55 | 300.66 | 0.65 | 0.27 |
| Hex | 73 | 18 | 72 | 0 | 4F | 1 | 37 | 12D | 41 | 1B |
| Octal | 163 | 30 | 162 | 0 | 117 | 1 | 67 | 455 | 101 | 33 |
| Binary | 1110011 | 11000 | 1110010 | 0 | 1001111 | 1 | 110111 | 100101101 | 1000001 | 11011 |
Color Harmonies of #731872
Complementary color
Monochromatic Colors of #731872
Black with #731872
Text Example
Text Example
White with #731872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731872; }
p { color: rgb(115,24,114); }
H1.HeaderClassName
{
color: #731872;
}
.AnyTagClassName
{
color: #731872;
}
</style>
background-color css
<style>
a { background-color: #731872; }
a { background-color: rgb(115,24,114); }
div.DivClassName
{
background-color: #731872;
}
.BgClassName
{
background-color: #731872;
}
</style>
border-color css
<style>
span { border-color: #731872; }
span { border-color: rgb(115,24,114); }
td.TdClassName
{
border-color: #731872;
}
.TagClassName
{
border-color: #731872;
}
</style>