Shades of Purple #731179
Tints of Purple #731179
RGB
CMYK
RGB Variations
Color information
#731179 (or 0x731179) is known color: Purple. HEX triplet: 73, 11 and 79. RGB value is (115,17,121). Sum of RGB (Red+Green+Blue) = 115+17+121=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #731179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731179 is #8CEE86. Grayscale: #393939. Windows color (decimal): -9236103 or 7934323. OLE color: 7934323.
HSL color Cylindrical-coordinate representation of color #731179: hue angle of 296.54º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731179 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 17 | 121 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.53 |
| HSL | 296.54º | 0.75% | 0.27% | - |
| HSV(B) | 296.54º | 0.86% | 0.47% | - |
| XYZ | 10.72 | 5.43 | 18.57 | - |
| YUV | 58.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 121 | 0.05 | 0.86 | 0 | 0.53 | 296.54 | 0.75 | 0.27 |
| Hex | 73 | 11 | 79 | 5 | 56 | 0 | 35 | 129 | 4B | 1B |
| Octal | 163 | 21 | 171 | 5 | 126 | 0 | 65 | 451 | 113 | 33 |
| Binary | 1110011 | 10001 | 1111001 | 101 | 1010110 | 0 | 110101 | 100101001 | 1001011 | 11011 |
Color Harmonies of #731179
Complementary color
Monochromatic Colors of #731179
Black with #731179
Text Example
Text Example
White with #731179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731179; }
p { color: rgb(115,17,121); }
H1.HeaderClassName
{
color: #731179;
}
.AnyTagClassName
{
color: #731179;
}
</style>
background-color css
<style>
a { background-color: #731179; }
a { background-color: rgb(115,17,121); }
div.DivClassName
{
background-color: #731179;
}
.BgClassName
{
background-color: #731179;
}
</style>
border-color css
<style>
span { border-color: #731179; }
span { border-color: rgb(115,17,121); }
td.TdClassName
{
border-color: #731179;
}
.TagClassName
{
border-color: #731179;
}
</style>