Shades of Purple #760F74
Tints of Purple #760F74
RGB
CMYK
RGB Variations
Color information
#760F74 (or 0x760F74) is known color: Purple. HEX triplet: 76, 0F and 74. RGB value is (118,15,116). Sum of RGB (Red+Green+Blue) = 118+15+116=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #760F74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760F74 is #89F08B. Grayscale: #393939. Windows color (decimal): -9040012 or 7606134. OLE color: 7606134.
HSL color Cylindrical-coordinate representation of color #760F74: hue angle of 301.17º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F74 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 116 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.54 |
| HSL | 301.17º | 0.77% | 0.26% | - |
| HSV(B) | 301.17º | 0.87% | 0.46% | - |
| XYZ | 10.79 | 5.45 | 17.01 | - |
| YUV | 57.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 116 | 0 | 0.87 | 0.02 | 0.54 | 301.17 | 0.77 | 0.26 |
| Hex | 76 | F | 74 | 0 | 57 | 2 | 36 | 12D | 4D | 1A |
| Octal | 166 | 17 | 164 | 0 | 127 | 2 | 66 | 455 | 115 | 32 |
| Binary | 1110110 | 1111 | 1110100 | 0 | 1010111 | 10 | 110110 | 100101101 | 1001101 | 11010 |
Color Harmonies of #760F74
Complementary color
Monochromatic Colors of #760F74
Black with #760F74
Text Example
Text Example
White with #760F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F74; }
p { color: rgb(118,15,116); }
H1.HeaderClassName
{
color: #760F74;
}
.AnyTagClassName
{
color: #760F74;
}
</style>
background-color css
<style>
a { background-color: #760F74; }
a { background-color: rgb(118,15,116); }
div.DivClassName
{
background-color: #760F74;
}
.BgClassName
{
background-color: #760F74;
}
</style>
border-color css
<style>
span { border-color: #760F74; }
span { border-color: rgb(118,15,116); }
td.TdClassName
{
border-color: #760F74;
}
.TagClassName
{
border-color: #760F74;
}
</style>