Shades of Dark Purple #731777
Tints of Dark Purple #731777
RGB
CMYK
RGB Variations
Color information
#731777 (or 0x731777) is known color: Dark Purple. HEX triplet: 73, 17 and 77. RGB value is (115,23,119). Sum of RGB (Red+Green+Blue) = 115+23+119=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #731777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731777 is #8CE888. Grayscale: #3D3D3D. Windows color (decimal): -9234569 or 7804787. OLE color: 7804787.
HSL color Cylindrical-coordinate representation of color #731777: hue angle of 297.5º 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 #731777 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 23 | 119 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.53 |
| HSL | 297.5º | 0.68% | 0.28% | - |
| HSV(B) | 297.5º | 0.81% | 0.47% | - |
| XYZ | 10.71 | 5.59 | 17.97 | - |
| YUV | 61.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 119 | 0.03 | 0.81 | 0 | 0.53 | 297.5 | 0.68 | 0.28 |
| Hex | 73 | 17 | 77 | 3 | 51 | 0 | 35 | 12A | 44 | 1C |
| Octal | 163 | 27 | 167 | 3 | 121 | 0 | 65 | 452 | 104 | 34 |
| Binary | 1110011 | 10111 | 1110111 | 11 | 1010001 | 0 | 110101 | 100101010 | 1000100 | 11100 |
Color Harmonies of #731777
Complementary color
Monochromatic Colors of #731777
Black with #731777
Text Example
Text Example
White with #731777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731777; }
p { color: rgb(115,23,119); }
H1.HeaderClassName
{
color: #731777;
}
.AnyTagClassName
{
color: #731777;
}
</style>
background-color css
<style>
a { background-color: #731777; }
a { background-color: rgb(115,23,119); }
div.DivClassName
{
background-color: #731777;
}
.BgClassName
{
background-color: #731777;
}
</style>
border-color css
<style>
span { border-color: #731777; }
span { border-color: rgb(115,23,119); }
td.TdClassName
{
border-color: #731777;
}
.TagClassName
{
border-color: #731777;
}
</style>