Shades of Purple #760E7D
Tints of Purple #760E7D
RGB
CMYK
RGB Variations
Color information
#760E7D (or 0x760E7D) is known color: Purple. HEX triplet: 76, 0E and 7D. RGB value is (118,14,125). Sum of RGB (Red+Green+Blue) = 118+14+125=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #760E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E7D is #89F182. Grayscale: #393939. Windows color (decimal): -9040259 or 8195702. OLE color: 8195702.
HSL color Cylindrical-coordinate representation of color #760E7D: hue angle of 296.22º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760E7D is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 14 | 125 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.51 |
| HSL | 296.22º | 0.8% | 0.27% | - |
| HSV(B) | 296.22º | 0.89% | 0.49% | - |
| XYZ | 11.33 | 5.65 | 19.89 | - |
| YUV | 57.75 | 165.96 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 125 | 0.06 | 0.89 | 0 | 0.51 | 296.22 | 0.8 | 0.27 |
| Hex | 76 | E | 7D | 6 | 59 | 0 | 33 | 128 | 50 | 1B |
| Octal | 166 | 16 | 175 | 6 | 131 | 0 | 63 | 450 | 120 | 33 |
| Binary | 1110110 | 1110 | 1111101 | 110 | 1011001 | 0 | 110011 | 100101000 | 1010000 | 11011 |
Color Harmonies of #760E7D
Complementary color
Monochromatic Colors of #760E7D
Black with #760E7D
Text Example
Text Example
White with #760E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E7D; }
p { color: rgb(118,14,125); }
H1.HeaderClassName
{
color: #760E7D;
}
.AnyTagClassName
{
color: #760E7D;
}
</style>
background-color css
<style>
a { background-color: #760E7D; }
a { background-color: rgb(118,14,125); }
div.DivClassName
{
background-color: #760E7D;
}
.BgClassName
{
background-color: #760E7D;
}
</style>
border-color css
<style>
span { border-color: #760E7D; }
span { border-color: rgb(118,14,125); }
td.TdClassName
{
border-color: #760E7D;
}
.TagClassName
{
border-color: #760E7D;
}
</style>