Shades of Purple #750075
Tints of Purple #750075
RGB
CMYK
RGB Variations
Color information
#750075 (or 0x750075) is known color: Purple. HEX triplet: 75, 00 and 75. RGB value is (117,0,117). Sum of RGB (Red+Green+Blue) = 117+0+117=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #750075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750075 is #8AFF8A. Grayscale: #2F2F2F. Windows color (decimal): -9109387 or 7667829. OLE color: 7667829.
HSL color Cylindrical-coordinate representation of color #750075: hue angle of 300º 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 #750075 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 117 | - |
| CMYK | 0 | 1 | 0 | 0.54 |
| HSL | 300º | 1% | 0.23% | - |
| HSV(B) | 300º | 1% | 0.46% | - |
| XYZ | 10.55 | 5.07 | 17.25 | - |
| YUV | 48.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 117 | 0 | 1 | 0 | 0.54 | 300 | 1 | 0.23 |
| Hex | 75 | 0 | 75 | 0 | 64 | 0 | 36 | 12C | 64 | 17 |
| Octal | 165 | 0 | 165 | 0 | 144 | 0 | 66 | 454 | 144 | 27 |
| Binary | 1110101 | 0 | 1110101 | 0 | 1100100 | 0 | 110110 | 100101100 | 1100100 | 10111 |
Color Harmonies of #750075
Complementary color
Monochromatic Colors of #750075
Black with #750075
Text Example
Text Example
White with #750075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750075; }
p { color: rgb(117,0,117); }
H1.HeaderClassName
{
color: #750075;
}
.AnyTagClassName
{
color: #750075;
}
</style>
background-color css
<style>
a { background-color: #750075; }
a { background-color: rgb(117,0,117); }
div.DivClassName
{
background-color: #750075;
}
.BgClassName
{
background-color: #750075;
}
</style>
border-color css
<style>
span { border-color: #750075; }
span { border-color: rgb(117,0,117); }
td.TdClassName
{
border-color: #750075;
}
.TagClassName
{
border-color: #750075;
}
</style>