Shades of Dark Purple #731677
Tints of Dark Purple #731677
RGB
CMYK
RGB Variations
Color information
#731677 (or 0x731677) is known color: Dark Purple. HEX triplet: 73, 16 and 77. RGB value is (115,22,119). Sum of RGB (Red+Green+Blue) = 115+22+119=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #731677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731677 is #8CE988. Grayscale: #3C3C3C. Windows color (decimal): -9234825 or 7804531. OLE color: 7804531.
HSL color Cylindrical-coordinate representation of color #731677: hue angle of 297.53º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731677 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 22 | 119 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.53 |
| HSL | 297.53º | 0.69% | 0.28% | - |
| HSV(B) | 297.53º | 0.82% | 0.47% | - |
| XYZ | 10.69 | 5.55 | 17.96 | - |
| YUV | 60.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 119 | 0.03 | 0.82 | 0 | 0.53 | 297.53 | 0.69 | 0.28 |
| Hex | 73 | 16 | 77 | 3 | 52 | 0 | 35 | 12A | 45 | 1C |
| Octal | 163 | 26 | 167 | 3 | 122 | 0 | 65 | 452 | 105 | 34 |
| Binary | 1110011 | 10110 | 1110111 | 11 | 1010010 | 0 | 110101 | 100101010 | 1000101 | 11100 |
Color Harmonies of #731677
Complementary color
Monochromatic Colors of #731677
Black with #731677
Text Example
Text Example
White with #731677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731677; }
p { color: rgb(115,22,119); }
H1.HeaderClassName
{
color: #731677;
}
.AnyTagClassName
{
color: #731677;
}
</style>
background-color css
<style>
a { background-color: #731677; }
a { background-color: rgb(115,22,119); }
div.DivClassName
{
background-color: #731677;
}
.BgClassName
{
background-color: #731677;
}
</style>
border-color css
<style>
span { border-color: #731677; }
span { border-color: rgb(115,22,119); }
td.TdClassName
{
border-color: #731677;
}
.TagClassName
{
border-color: #731677;
}
</style>