Shades of Purple #76068D
Tints of Purple #76068D
RGB
CMYK
RGB Variations
Color information
#76068D (or 0x76068D) is known color: Purple. HEX triplet: 76, 06 and 8D. RGB value is (118,6,141). Sum of RGB (Red+Green+Blue) = 118+6+141=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #76068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76068D is #89F972. Grayscale: #363636. Windows color (decimal): -9042291 or 9242230. OLE color: 9242230.
HSL color Cylindrical-coordinate representation of color #76068D: hue angle of 289.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76068D is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 6 | 141 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.45 |
| HSL | 289.78º | 0.92% | 0.29% | - |
| HSV(B) | 289.78º | 0.96% | 0.55% | - |
| XYZ | 12.34 | 5.9 | 25.69 | - |
| YUV | 54.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 6 | 141 | 0.16 | 0.96 | 0 | 0.45 | 289.78 | 0.92 | 0.29 |
| Hex | 76 | 6 | 8D | 10 | 60 | 0 | 2D | 122 | 5C | 1D |
| Octal | 166 | 6 | 215 | 20 | 140 | 0 | 55 | 442 | 134 | 35 |
| Binary | 1110110 | 110 | 10001101 | 10000 | 1100000 | 0 | 101101 | 100100010 | 1011100 | 11101 |
Color Harmonies of #76068D
Complementary color
Monochromatic Colors of #76068D
Black with #76068D
Text Example
Text Example
White with #76068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76068D; }
p { color: rgb(118,6,141); }
H1.HeaderClassName
{
color: #76068D;
}
.AnyTagClassName
{
color: #76068D;
}
</style>
background-color css
<style>
a { background-color: #76068D; }
a { background-color: rgb(118,6,141); }
div.DivClassName
{
background-color: #76068D;
}
.BgClassName
{
background-color: #76068D;
}
</style>
border-color css
<style>
span { border-color: #76068D; }
span { border-color: rgb(118,6,141); }
td.TdClassName
{
border-color: #76068D;
}
.TagClassName
{
border-color: #76068D;
}
</style>