Shades of Purple #750E7F
Tints of Purple #750E7F
RGB
CMYK
RGB Variations
Color information
#750E7F (or 0x750E7F) is known color: Purple. HEX triplet: 75, 0E and 7F. RGB value is (117,14,127). Sum of RGB (Red+Green+Blue) = 117+14+127=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #750E7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E7F is #8AF180. Grayscale: #393939. Windows color (decimal): -9105793 or 8326773. OLE color: 8326773.
HSL color Cylindrical-coordinate representation of color #750E7F: hue angle of 294.69º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750E7F is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 14 | 127 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.50 |
| HSL | 294.69º | 0.8% | 0.28% | - |
| HSV(B) | 294.69º | 0.89% | 0.5% | - |
| XYZ | 11.32 | 5.63 | 20.57 | - |
| YUV | 57.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 127 | 0.08 | 0.89 | 0 | 0.50 | 294.69 | 0.8 | 0.28 |
| Hex | 75 | E | 7F | 8 | 59 | 0 | 32 | 127 | 50 | 1C |
| Octal | 165 | 16 | 177 | 10 | 131 | 0 | 62 | 447 | 120 | 34 |
| Binary | 1110101 | 1110 | 1111111 | 1000 | 1011001 | 0 | 110010 | 100100111 | 1010000 | 11100 |
Color Harmonies of #750E7F
Complementary color
Monochromatic Colors of #750E7F
Black with #750E7F
Text Example
Text Example
White with #750E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E7F; }
p { color: rgb(117,14,127); }
H1.HeaderClassName
{
color: #750E7F;
}
.AnyTagClassName
{
color: #750E7F;
}
</style>
background-color css
<style>
a { background-color: #750E7F; }
a { background-color: rgb(117,14,127); }
div.DivClassName
{
background-color: #750E7F;
}
.BgClassName
{
background-color: #750E7F;
}
</style>
border-color css
<style>
span { border-color: #750E7F; }
span { border-color: rgb(117,14,127); }
td.TdClassName
{
border-color: #750E7F;
}
.TagClassName
{
border-color: #750E7F;
}
</style>