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