Shades of Dark Purple #731877
Tints of Dark Purple #731877
RGB
CMYK
RGB Variations
Color information
#731877 (or 0x731877) is known color: Dark Purple. HEX triplet: 73, 18 and 77. RGB value is (115,24,119). Sum of RGB (Red+Green+Blue) = 115+24+119=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #731877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731877 is #8CE788. Grayscale: #3D3D3D. Windows color (decimal): -9234313 or 7805043. OLE color: 7805043.
HSL color Cylindrical-coordinate representation of color #731877: hue angle of 297.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731877 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 24 | 119 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.53 |
| HSL | 297.47º | 0.66% | 0.28% | - |
| HSV(B) | 297.47º | 0.8% | 0.47% | - |
| XYZ | 10.73 | 5.63 | 17.97 | - |
| YUV | 62.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 119 | 0.03 | 0.80 | 0 | 0.53 | 297.47 | 0.66 | 0.28 |
| Hex | 73 | 18 | 77 | 3 | 50 | 0 | 35 | 129 | 42 | 1C |
| Octal | 163 | 30 | 167 | 3 | 120 | 0 | 65 | 451 | 102 | 34 |
| Binary | 1110011 | 11000 | 1110111 | 11 | 1010000 | 0 | 110101 | 100101001 | 1000010 | 11100 |
Color Harmonies of #731877
Complementary color
Monochromatic Colors of #731877
Black with #731877
Text Example
Text Example
White with #731877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731877; }
p { color: rgb(115,24,119); }
H1.HeaderClassName
{
color: #731877;
}
.AnyTagClassName
{
color: #731877;
}
</style>
background-color css
<style>
a { background-color: #731877; }
a { background-color: rgb(115,24,119); }
div.DivClassName
{
background-color: #731877;
}
.BgClassName
{
background-color: #731877;
}
</style>
border-color css
<style>
span { border-color: #731877; }
span { border-color: rgb(115,24,119); }
td.TdClassName
{
border-color: #731877;
}
.TagClassName
{
border-color: #731877;
}
</style>