Shades of Purple #750060
Tints of Purple #750060
RGB
CMYK
RGB Variations
Color information
#750060 (or 0x750060) is known color: Purple. HEX triplet: 75, 00 and 60. RGB value is (117,0,96). Sum of RGB (Red+Green+Blue) = 117+0+96=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #750060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750060 is #8AFF9F. Grayscale: #2D2D2D. Windows color (decimal): -9109408 or 6291573. OLE color: 6291573.
HSL color Cylindrical-coordinate representation of color #750060: hue angle of 310.77º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750060 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.18 | 0.54 |
| HSL | 310.77º | 1% | 0.23% | - |
| HSV(B) | 310.77º | 1% | 0.46% | - |
| XYZ | 9.45 | 4.63 | 11.46 | - |
| YUV | 45.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 96 | 0 | 1 | 0.18 | 0.54 | 310.77 | 1 | 0.23 |
| Hex | 75 | 0 | 60 | 0 | 64 | 12 | 36 | 137 | 64 | 17 |
| Octal | 165 | 0 | 140 | 0 | 144 | 22 | 66 | 467 | 144 | 27 |
| Binary | 1110101 | 0 | 1100000 | 0 | 1100100 | 10010 | 110110 | 100110111 | 1100100 | 10111 |
Color Harmonies of #750060
Complementary color
Monochromatic Colors of #750060
Black with #750060
Text Example
Text Example
White with #750060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750060; }
p { color: rgb(117,0,96); }
H1.HeaderClassName
{
color: #750060;
}
.AnyTagClassName
{
color: #750060;
}
</style>
background-color css
<style>
a { background-color: #750060; }
a { background-color: rgb(117,0,96); }
div.DivClassName
{
background-color: #750060;
}
.BgClassName
{
background-color: #750060;
}
</style>
border-color css
<style>
span { border-color: #750060; }
span { border-color: rgb(117,0,96); }
td.TdClassName
{
border-color: #750060;
}
.TagClassName
{
border-color: #750060;
}
</style>