Shades of Purple #750C76
Tints of Purple #750C76
RGB
CMYK
RGB Variations
Color information
#750C76 (or 0x750C76) is known color: Purple. HEX triplet: 75, 0C and 76. RGB value is (117,12,118). Sum of RGB (Red+Green+Blue) = 117+12+118=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #750C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C76 is #8AF389. Grayscale: #373737. Windows color (decimal): -9106314 or 7736437. OLE color: 7736437.
HSL color Cylindrical-coordinate representation of color #750C76: hue angle of 299.43º degrees, saturation: 0.82, 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 #750C76 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 118 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.54 |
| HSL | 299.43º | 0.82% | 0.25% | - |
| HSV(B) | 299.43º | 0.9% | 0.46% | - |
| XYZ | 10.74 | 5.35 | 17.61 | - |
| YUV | 55.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 118 | 0.01 | 0.90 | 0 | 0.54 | 299.43 | 0.82 | 0.25 |
| Hex | 75 | C | 76 | 1 | 5A | 0 | 36 | 12B | 52 | 19 |
| Octal | 165 | 14 | 166 | 1 | 132 | 0 | 66 | 453 | 122 | 31 |
| Binary | 1110101 | 1100 | 1110110 | 1 | 1011010 | 0 | 110110 | 100101011 | 1010010 | 11001 |
Color Harmonies of #750C76
Complementary color
Monochromatic Colors of #750C76
Black with #750C76
Text Example
Text Example
White with #750C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C76; }
p { color: rgb(117,12,118); }
H1.HeaderClassName
{
color: #750C76;
}
.AnyTagClassName
{
color: #750C76;
}
</style>
background-color css
<style>
a { background-color: #750C76; }
a { background-color: rgb(117,12,118); }
div.DivClassName
{
background-color: #750C76;
}
.BgClassName
{
background-color: #750C76;
}
</style>
border-color css
<style>
span { border-color: #750C76; }
span { border-color: rgb(117,12,118); }
td.TdClassName
{
border-color: #750C76;
}
.TagClassName
{
border-color: #750C76;
}
</style>