Shades of Purple #750F73
Tints of Purple #750F73
RGB
CMYK
RGB Variations
Color information
#750F73 (or 0x750F73) is known color: Purple. HEX triplet: 75, 0F and 73. RGB value is (117,15,115). Sum of RGB (Red+Green+Blue) = 117+15+115=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #750F73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750F73 is #8AF08C. Grayscale: #383838. Windows color (decimal): -9105549 or 7540597. OLE color: 7540597.
HSL color Cylindrical-coordinate representation of color #750F73: hue angle of 301.18º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F73 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 15 | 115 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.54 |
| HSL | 301.18º | 0.77% | 0.26% | - |
| HSV(B) | 301.18º | 0.87% | 0.46% | - |
| XYZ | 10.6 | 5.36 | 16.7 | - |
| YUV | 56.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 115 | 0 | 0.87 | 0.02 | 0.54 | 301.18 | 0.77 | 0.26 |
| Hex | 75 | F | 73 | 0 | 57 | 2 | 36 | 12D | 4D | 1A |
| Octal | 165 | 17 | 163 | 0 | 127 | 2 | 66 | 455 | 115 | 32 |
| Binary | 1110101 | 1111 | 1110011 | 0 | 1010111 | 10 | 110110 | 100101101 | 1001101 | 11010 |
Color Harmonies of #750F73
Complementary color
Monochromatic Colors of #750F73
Black with #750F73
Text Example
Text Example
White with #750F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F73; }
p { color: rgb(117,15,115); }
H1.HeaderClassName
{
color: #750F73;
}
.AnyTagClassName
{
color: #750F73;
}
</style>
background-color css
<style>
a { background-color: #750F73; }
a { background-color: rgb(117,15,115); }
div.DivClassName
{
background-color: #750F73;
}
.BgClassName
{
background-color: #750F73;
}
</style>
border-color css
<style>
span { border-color: #750F73; }
span { border-color: rgb(117,15,115); }
td.TdClassName
{
border-color: #750F73;
}
.TagClassName
{
border-color: #750F73;
}
</style>