Shades of Purple #750A6D
Tints of Purple #750A6D
RGB
CMYK
RGB Variations
Color information
#750A6D (or 0x750A6D) is known color: Purple. HEX triplet: 75, 0A and 6D. RGB value is (117,10,109). Sum of RGB (Red+Green+Blue) = 117+10+109=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #750A6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A6D is #8AF592. Grayscale: #343434. Windows color (decimal): -9106835 or 7146101. OLE color: 7146101.
HSL color Cylindrical-coordinate representation of color #750A6D: hue angle of 304.49º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A6D is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 109 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.54 |
| HSL | 304.49º | 0.84% | 0.25% | - |
| HSV(B) | 304.49º | 0.91% | 0.46% | - |
| XYZ | 10.2 | 5.1 | 14.92 | - |
| YUV | 53.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 109 | 0 | 0.91 | 0.07 | 0.54 | 304.49 | 0.84 | 0.25 |
| Hex | 75 | A | 6D | 0 | 5B | 7 | 36 | 130 | 54 | 19 |
| Octal | 165 | 12 | 155 | 0 | 133 | 7 | 66 | 460 | 124 | 31 |
| Binary | 1110101 | 1010 | 1101101 | 0 | 1011011 | 111 | 110110 | 100110000 | 1010100 | 11001 |
Color Harmonies of #750A6D
Complementary color
Monochromatic Colors of #750A6D
Black with #750A6D
Text Example
Text Example
White with #750A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A6D; }
p { color: rgb(117,10,109); }
H1.HeaderClassName
{
color: #750A6D;
}
.AnyTagClassName
{
color: #750A6D;
}
</style>
background-color css
<style>
a { background-color: #750A6D; }
a { background-color: rgb(117,10,109); }
div.DivClassName
{
background-color: #750A6D;
}
.BgClassName
{
background-color: #750A6D;
}
</style>
border-color css
<style>
span { border-color: #750A6D; }
span { border-color: rgb(117,10,109); }
td.TdClassName
{
border-color: #750A6D;
}
.TagClassName
{
border-color: #750A6D;
}
</style>