Shades of Purple #760C6D
Tints of Purple #760C6D
RGB
CMYK
RGB Variations
Color information
#760C6D (or 0x760C6D) is known color: Purple. HEX triplet: 76, 0C and 6D. RGB value is (118,12,109). Sum of RGB (Red+Green+Blue) = 118+12+109=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #760C6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C6D is #89F392. Grayscale: #363636. Windows color (decimal): -9040787 or 7146614. OLE color: 7146614.
HSL color Cylindrical-coordinate representation of color #760C6D: hue angle of 305.09º 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 #760C6D is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 109 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.54 |
| HSL | 305.09º | 0.82% | 0.25% | - |
| HSV(B) | 305.09º | 0.9% | 0.46% | - |
| XYZ | 10.36 | 5.22 | 14.93 | - |
| YUV | 54.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 109 | 0 | 0.90 | 0.08 | 0.54 | 305.09 | 0.82 | 0.25 |
| Hex | 76 | C | 6D | 0 | 5A | 8 | 36 | 131 | 52 | 19 |
| Octal | 166 | 14 | 155 | 0 | 132 | 10 | 66 | 461 | 122 | 31 |
| Binary | 1110110 | 1100 | 1101101 | 0 | 1011010 | 1000 | 110110 | 100110001 | 1010010 | 11001 |
Color Harmonies of #760C6D
Complementary color
Monochromatic Colors of #760C6D
Black with #760C6D
Text Example
Text Example
White with #760C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C6D; }
p { color: rgb(118,12,109); }
H1.HeaderClassName
{
color: #760C6D;
}
.AnyTagClassName
{
color: #760C6D;
}
</style>
background-color css
<style>
a { background-color: #760C6D; }
a { background-color: rgb(118,12,109); }
div.DivClassName
{
background-color: #760C6D;
}
.BgClassName
{
background-color: #760C6D;
}
</style>
border-color css
<style>
span { border-color: #760C6D; }
span { border-color: rgb(118,12,109); }
td.TdClassName
{
border-color: #760C6D;
}
.TagClassName
{
border-color: #760C6D;
}
</style>