Shades of Purple #750F6E
Tints of Purple #750F6E
RGB
CMYK
RGB Variations
Color information
#750F6E (or 0x750F6E) is known color: Purple. HEX triplet: 75, 0F and 6E. RGB value is (117,15,110). Sum of RGB (Red+Green+Blue) = 117+15+110=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #750F6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750F6E is #8AF091. Grayscale: #383838. Windows color (decimal): -9105554 or 7212917. OLE color: 7212917.
HSL color Cylindrical-coordinate representation of color #750F6E: hue angle of 304.12º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F6E is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 15 | 110 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.54 |
| HSL | 304.12º | 0.77% | 0.26% | - |
| HSV(B) | 304.12º | 0.87% | 0.46% | - |
| XYZ | 10.32 | 5.25 | 15.22 | - |
| YUV | 56.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 110 | 0 | 0.87 | 0.06 | 0.54 | 304.12 | 0.77 | 0.26 |
| Hex | 75 | F | 6E | 0 | 57 | 6 | 36 | 130 | 4D | 1A |
| Octal | 165 | 17 | 156 | 0 | 127 | 6 | 66 | 460 | 115 | 32 |
| Binary | 1110101 | 1111 | 1101110 | 0 | 1010111 | 110 | 110110 | 100110000 | 1001101 | 11010 |
Color Harmonies of #750F6E
Complementary color
Monochromatic Colors of #750F6E
Black with #750F6E
Text Example
Text Example
White with #750F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F6E; }
p { color: rgb(117,15,110); }
H1.HeaderClassName
{
color: #750F6E;
}
.AnyTagClassName
{
color: #750F6E;
}
</style>
background-color css
<style>
a { background-color: #750F6E; }
a { background-color: rgb(117,15,110); }
div.DivClassName
{
background-color: #750F6E;
}
.BgClassName
{
background-color: #750F6E;
}
</style>
border-color css
<style>
span { border-color: #750F6E; }
span { border-color: rgb(117,15,110); }
td.TdClassName
{
border-color: #750F6E;
}
.TagClassName
{
border-color: #750F6E;
}
</style>