Shades of Purple #750E6D
Tints of Purple #750E6D
RGB
CMYK
RGB Variations
Color information
#750E6D (or 0x750E6D) is known color: Purple. HEX triplet: 75, 0E and 6D. RGB value is (117,14,109). Sum of RGB (Red+Green+Blue) = 117+14+109=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #750E6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E6D is #8AF192. Grayscale: #373737. Windows color (decimal): -9105811 or 7147125. OLE color: 7147125.
HSL color Cylindrical-coordinate representation of color #750E6D: hue angle of 304.66º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E6D is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 109 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.54 |
| HSL | 304.66º | 0.79% | 0.26% | - |
| HSV(B) | 304.66º | 0.88% | 0.46% | - |
| XYZ | 10.25 | 5.2 | 14.93 | - |
| YUV | 55.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 109 | 0 | 0.88 | 0.07 | 0.54 | 304.66 | 0.79 | 0.26 |
| Hex | 75 | E | 6D | 0 | 58 | 7 | 36 | 131 | 4F | 1A |
| Octal | 165 | 16 | 155 | 0 | 130 | 7 | 66 | 461 | 117 | 32 |
| Binary | 1110101 | 1110 | 1101101 | 0 | 1011000 | 111 | 110110 | 100110001 | 1001111 | 11010 |
Color Harmonies of #750E6D
Complementary color
Monochromatic Colors of #750E6D
Black with #750E6D
Text Example
Text Example
White with #750E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E6D; }
p { color: rgb(117,14,109); }
H1.HeaderClassName
{
color: #750E6D;
}
.AnyTagClassName
{
color: #750E6D;
}
</style>
background-color css
<style>
a { background-color: #750E6D; }
a { background-color: rgb(117,14,109); }
div.DivClassName
{
background-color: #750E6D;
}
.BgClassName
{
background-color: #750E6D;
}
</style>
border-color css
<style>
span { border-color: #750E6D; }
span { border-color: rgb(117,14,109); }
td.TdClassName
{
border-color: #750E6D;
}
.TagClassName
{
border-color: #750E6D;
}
</style>