Shades of Purple #750C6A
Tints of Purple #750C6A
RGB
CMYK
RGB Variations
Color information
#750C6A (or 0x750C6A) is known color: Purple. HEX triplet: 75, 0C and 6A. RGB value is (117,12,106). Sum of RGB (Red+Green+Blue) = 117+12+106=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #750C6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C6A is #8AF395. Grayscale: #353535. Windows color (decimal): -9106326 or 6950005. OLE color: 6950005.
HSL color Cylindrical-coordinate representation of color #750C6A: hue angle of 306.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C6A is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 106 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.54 |
| HSL | 306.29º | 0.81% | 0.25% | - |
| HSV(B) | 306.29º | 0.9% | 0.46% | - |
| XYZ | 10.07 | 5.09 | 14.09 | - |
| YUV | 54.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 106 | 0 | 0.90 | 0.09 | 0.54 | 306.29 | 0.81 | 0.25 |
| Hex | 75 | C | 6A | 0 | 5A | 9 | 36 | 132 | 51 | 19 |
| Octal | 165 | 14 | 152 | 0 | 132 | 11 | 66 | 462 | 121 | 31 |
| Binary | 1110101 | 1100 | 1101010 | 0 | 1011010 | 1001 | 110110 | 100110010 | 1010001 | 11001 |
Color Harmonies of #750C6A
Complementary color
Monochromatic Colors of #750C6A
Black with #750C6A
Text Example
Text Example
White with #750C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C6A; }
p { color: rgb(117,12,106); }
H1.HeaderClassName
{
color: #750C6A;
}
.AnyTagClassName
{
color: #750C6A;
}
</style>
background-color css
<style>
a { background-color: #750C6A; }
a { background-color: rgb(117,12,106); }
div.DivClassName
{
background-color: #750C6A;
}
.BgClassName
{
background-color: #750C6A;
}
</style>
border-color css
<style>
span { border-color: #750C6A; }
span { border-color: rgb(117,12,106); }
td.TdClassName
{
border-color: #750C6A;
}
.TagClassName
{
border-color: #750C6A;
}
</style>