Shades of Purple #750F80
Tints of Purple #750F80
RGB
CMYK
RGB Variations
Color information
#750F80 (or 0x750F80) is known color: Purple. HEX triplet: 75, 0F and 80. RGB value is (117,15,128). Sum of RGB (Red+Green+Blue) = 117+15+128=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #750F80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750F80 is #8AF07F. Grayscale: #3A3A3A. Windows color (decimal): -9105536 or 8392565. OLE color: 8392565.
HSL color Cylindrical-coordinate representation of color #750F80: hue angle of 294.16º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750F80 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 15 | 128 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.50 |
| HSL | 294.16º | 0.79% | 0.28% | - |
| HSV(B) | 294.16º | 0.88% | 0.5% | - |
| XYZ | 11.4 | 5.68 | 20.92 | - |
| YUV | 58.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 128 | 0.09 | 0.88 | 0 | 0.50 | 294.16 | 0.79 | 0.28 |
| Hex | 75 | F | 80 | 9 | 58 | 0 | 32 | 126 | 4F | 1C |
| Octal | 165 | 17 | 200 | 11 | 130 | 0 | 62 | 446 | 117 | 34 |
| Binary | 1110101 | 1111 | 10000000 | 1001 | 1011000 | 0 | 110010 | 100100110 | 1001111 | 11100 |
Color Harmonies of #750F80
Complementary color
Monochromatic Colors of #750F80
Black with #750F80
Text Example
Text Example
White with #750F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F80; }
p { color: rgb(117,15,128); }
H1.HeaderClassName
{
color: #750F80;
}
.AnyTagClassName
{
color: #750F80;
}
</style>
background-color css
<style>
a { background-color: #750F80; }
a { background-color: rgb(117,15,128); }
div.DivClassName
{
background-color: #750F80;
}
.BgClassName
{
background-color: #750F80;
}
</style>
border-color css
<style>
span { border-color: #750F80; }
span { border-color: rgb(117,15,128); }
td.TdClassName
{
border-color: #750F80;
}
.TagClassName
{
border-color: #750F80;
}
</style>