Shades of Purple #750773
Tints of Purple #750773
RGB
CMYK
RGB Variations
Color information
#750773 (or 0x750773) is known color: Purple. HEX triplet: 75, 07 and 73. RGB value is (117,7,115). Sum of RGB (Red+Green+Blue) = 117+7+115=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #750773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750773 is #8AF88C. Grayscale: #333333. Windows color (decimal): -9107597 or 7538549. OLE color: 7538549.
HSL color Cylindrical-coordinate representation of color #750773: hue angle of 301.09º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750773 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 115 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.54 |
| HSL | 301.09º | 0.89% | 0.24% | - |
| HSV(B) | 301.09º | 0.94% | 0.46% | - |
| XYZ | 10.51 | 5.17 | 16.66 | - |
| YUV | 52.2 | 163.44 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 115 | 0 | 0.94 | 0.02 | 0.54 | 301.09 | 0.89 | 0.24 |
| Hex | 75 | 7 | 73 | 0 | 5E | 2 | 36 | 12D | 59 | 18 |
| Octal | 165 | 7 | 163 | 0 | 136 | 2 | 66 | 455 | 131 | 30 |
| Binary | 1110101 | 111 | 1110011 | 0 | 1011110 | 10 | 110110 | 100101101 | 1011001 | 11000 |
Color Harmonies of #750773
Complementary color
Monochromatic Colors of #750773
Black with #750773
Text Example
Text Example
White with #750773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750773; }
p { color: rgb(117,7,115); }
H1.HeaderClassName
{
color: #750773;
}
.AnyTagClassName
{
color: #750773;
}
</style>
background-color css
<style>
a { background-color: #750773; }
a { background-color: rgb(117,7,115); }
div.DivClassName
{
background-color: #750773;
}
.BgClassName
{
background-color: #750773;
}
</style>
border-color css
<style>
span { border-color: #750773; }
span { border-color: rgb(117,7,115); }
td.TdClassName
{
border-color: #750773;
}
.TagClassName
{
border-color: #750773;
}
</style>