Shades of Dark Purple #731778
Tints of Dark Purple #731778
RGB
CMYK
RGB Variations
Color information
#731778 (or 0x731778) is known color: Dark Purple. HEX triplet: 73, 17 and 78. RGB value is (115,23,120). Sum of RGB (Red+Green+Blue) = 115+23+120=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #731778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731778 is #8CE887. Grayscale: #3D3D3D. Windows color (decimal): -9234568 or 7870323. OLE color: 7870323.
HSL color Cylindrical-coordinate representation of color #731778: hue angle of 296.91º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731778 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 23 | 120 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.53 |
| HSL | 296.91º | 0.68% | 0.28% | - |
| HSV(B) | 296.91º | 0.81% | 0.47% | - |
| XYZ | 10.77 | 5.61 | 18.29 | - |
| YUV | 61.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 120 | 0.04 | 0.81 | 0 | 0.53 | 296.91 | 0.68 | 0.28 |
| Hex | 73 | 17 | 78 | 4 | 51 | 0 | 35 | 129 | 44 | 1C |
| Octal | 163 | 27 | 170 | 4 | 121 | 0 | 65 | 451 | 104 | 34 |
| Binary | 1110011 | 10111 | 1111000 | 100 | 1010001 | 0 | 110101 | 100101001 | 1000100 | 11100 |
Color Harmonies of #731778
Complementary color
Monochromatic Colors of #731778
Black with #731778
Text Example
Text Example
White with #731778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731778; }
p { color: rgb(115,23,120); }
H1.HeaderClassName
{
color: #731778;
}
.AnyTagClassName
{
color: #731778;
}
</style>
background-color css
<style>
a { background-color: #731778; }
a { background-color: rgb(115,23,120); }
div.DivClassName
{
background-color: #731778;
}
.BgClassName
{
background-color: #731778;
}
</style>
border-color css
<style>
span { border-color: #731778; }
span { border-color: rgb(115,23,120); }
td.TdClassName
{
border-color: #731778;
}
.TagClassName
{
border-color: #731778;
}
</style>