Shades of Purple #750460
Tints of Purple #750460
RGB
CMYK
RGB Variations
Color information
#750460 (or 0x750460) is known color: Purple. HEX triplet: 75, 04 and 60. RGB value is (117,4,96). Sum of RGB (Red+Green+Blue) = 117+4+96=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #750460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750460 is #8AFB9F. Grayscale: #303030. Windows color (decimal): -9108384 or 6292597. OLE color: 6292597.
HSL color Cylindrical-coordinate representation of color #750460: hue angle of 311.15º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750460 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 96 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.54 |
| HSL | 311.15º | 0.93% | 0.24% | - |
| HSV(B) | 311.15º | 0.97% | 0.46% | - |
| XYZ | 9.49 | 4.71 | 11.48 | - |
| YUV | 48.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 96 | 0 | 0.97 | 0.18 | 0.54 | 311.15 | 0.93 | 0.24 |
| Hex | 75 | 4 | 60 | 0 | 61 | 12 | 36 | 137 | 5D | 18 |
| Octal | 165 | 4 | 140 | 0 | 141 | 22 | 66 | 467 | 135 | 30 |
| Binary | 1110101 | 100 | 1100000 | 0 | 1100001 | 10010 | 110110 | 100110111 | 1011101 | 11000 |
Color Harmonies of #750460
Complementary color
Monochromatic Colors of #750460
Black with #750460
Text Example
Text Example
White with #750460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750460; }
p { color: rgb(117,4,96); }
H1.HeaderClassName
{
color: #750460;
}
.AnyTagClassName
{
color: #750460;
}
</style>
background-color css
<style>
a { background-color: #750460; }
a { background-color: rgb(117,4,96); }
div.DivClassName
{
background-color: #750460;
}
.BgClassName
{
background-color: #750460;
}
</style>
border-color css
<style>
span { border-color: #750460; }
span { border-color: rgb(117,4,96); }
td.TdClassName
{
border-color: #750460;
}
.TagClassName
{
border-color: #750460;
}
</style>