Shades of Purple #760773
Tints of Purple #760773
RGB
CMYK
RGB Variations
Color information
#760773 (or 0x760773) is known color: Purple. HEX triplet: 76, 07 and 73. RGB value is (118,7,115). Sum of RGB (Red+Green+Blue) = 118+7+115=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #760773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760773 is #89F88C. Grayscale: #343434. Windows color (decimal): -9042061 or 7538550. OLE color: 7538550.
HSL color Cylindrical-coordinate representation of color #760773: hue angle of 301.62º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760773 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 115 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.54 |
| HSL | 301.62º | 0.89% | 0.25% | - |
| HSV(B) | 301.62º | 0.94% | 0.46% | - |
| XYZ | 10.64 | 5.24 | 16.67 | - |
| YUV | 52.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 115 | 0 | 0.94 | 0.03 | 0.54 | 301.62 | 0.89 | 0.25 |
| Hex | 76 | 7 | 73 | 0 | 5E | 3 | 36 | 12E | 59 | 19 |
| Octal | 166 | 7 | 163 | 0 | 136 | 3 | 66 | 456 | 131 | 31 |
| Binary | 1110110 | 111 | 1110011 | 0 | 1011110 | 11 | 110110 | 100101110 | 1011001 | 11001 |
Color Harmonies of #760773
Complementary color
Monochromatic Colors of #760773
Black with #760773
Text Example
Text Example
White with #760773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760773; }
p { color: rgb(118,7,115); }
H1.HeaderClassName
{
color: #760773;
}
.AnyTagClassName
{
color: #760773;
}
</style>
background-color css
<style>
a { background-color: #760773; }
a { background-color: rgb(118,7,115); }
div.DivClassName
{
background-color: #760773;
}
.BgClassName
{
background-color: #760773;
}
</style>
border-color css
<style>
span { border-color: #760773; }
span { border-color: rgb(118,7,115); }
td.TdClassName
{
border-color: #760773;
}
.TagClassName
{
border-color: #760773;
}
</style>