Shades of Purple #750471
Tints of Purple #750471
RGB
CMYK
RGB Variations
Color information
#750471 (or 0x750471) is known color: Purple. HEX triplet: 75, 04 and 71. RGB value is (117,4,113). Sum of RGB (Red+Green+Blue) = 117+4+113=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #750471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750471 is #8AFB8E. Grayscale: #313131. Windows color (decimal): -9108367 or 7406709. OLE color: 7406709.
HSL color Cylindrical-coordinate representation of color #750471: hue angle of 302.12º 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 #750471 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 113 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.54 |
| HSL | 302.12º | 0.93% | 0.24% | - |
| HSV(B) | 302.12º | 0.97% | 0.46% | - |
| XYZ | 10.36 | 5.06 | 16.05 | - |
| YUV | 50.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 113 | 0 | 0.97 | 0.03 | 0.54 | 302.12 | 0.93 | 0.24 |
| Hex | 75 | 4 | 71 | 0 | 61 | 3 | 36 | 12E | 5D | 18 |
| Octal | 165 | 4 | 161 | 0 | 141 | 3 | 66 | 456 | 135 | 30 |
| Binary | 1110101 | 100 | 1110001 | 0 | 1100001 | 11 | 110110 | 100101110 | 1011101 | 11000 |
Color Harmonies of #750471
Complementary color
Monochromatic Colors of #750471
Black with #750471
Text Example
Text Example
White with #750471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750471; }
p { color: rgb(117,4,113); }
H1.HeaderClassName
{
color: #750471;
}
.AnyTagClassName
{
color: #750471;
}
</style>
background-color css
<style>
a { background-color: #750471; }
a { background-color: rgb(117,4,113); }
div.DivClassName
{
background-color: #750471;
}
.BgClassName
{
background-color: #750471;
}
</style>
border-color css
<style>
span { border-color: #750471; }
span { border-color: rgb(117,4,113); }
td.TdClassName
{
border-color: #750471;
}
.TagClassName
{
border-color: #750471;
}
</style>