Shades of Purple #750672
Tints of Purple #750672
RGB
CMYK
RGB Variations
Color information
#750672 (or 0x750672) is known color: Purple. HEX triplet: 75, 06 and 72. RGB value is (117,6,114). Sum of RGB (Red+Green+Blue) = 117+6+114=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #750672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750672 is #8AF98D. Grayscale: #333333. Windows color (decimal): -9107854 or 7472757. OLE color: 7472757.
HSL color Cylindrical-coordinate representation of color #750672: hue angle of 301.62º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750672 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 6 | 114 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.54 |
| HSL | 301.62º | 0.9% | 0.24% | - |
| HSV(B) | 301.62º | 0.95% | 0.46% | - |
| XYZ | 10.44 | 5.13 | 16.36 | - |
| YUV | 51.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 114 | 0 | 0.95 | 0.03 | 0.54 | 301.62 | 0.9 | 0.24 |
| Hex | 75 | 6 | 72 | 0 | 5F | 3 | 36 | 12E | 5A | 18 |
| Octal | 165 | 6 | 162 | 0 | 137 | 3 | 66 | 456 | 132 | 30 |
| Binary | 1110101 | 110 | 1110010 | 0 | 1011111 | 11 | 110110 | 100101110 | 1011010 | 11000 |
Color Harmonies of #750672
Complementary color
Monochromatic Colors of #750672
Black with #750672
Text Example
Text Example
White with #750672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750672; }
p { color: rgb(117,6,114); }
H1.HeaderClassName
{
color: #750672;
}
.AnyTagClassName
{
color: #750672;
}
</style>
background-color css
<style>
a { background-color: #750672; }
a { background-color: rgb(117,6,114); }
div.DivClassName
{
background-color: #750672;
}
.BgClassName
{
background-color: #750672;
}
</style>
border-color css
<style>
span { border-color: #750672; }
span { border-color: rgb(117,6,114); }
td.TdClassName
{
border-color: #750672;
}
.TagClassName
{
border-color: #750672;
}
</style>