Shades of Purple #76096F
Tints of Purple #76096F
RGB
CMYK
RGB Variations
Color information
#76096F (or 0x76096F) is known color: Purple. HEX triplet: 76, 09 and 6F. RGB value is (118,9,111). Sum of RGB (Red+Green+Blue) = 118+9+111=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #76096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76096F is #89F690. Grayscale: #343434. Windows color (decimal): -9041553 or 7276918. OLE color: 7276918.
HSL color Cylindrical-coordinate representation of color #76096F: hue angle of 303.85º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76096F is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 111 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.54 |
| HSL | 303.85º | 0.86% | 0.25% | - |
| HSV(B) | 303.85º | 0.92% | 0.46% | - |
| XYZ | 10.44 | 5.19 | 15.49 | - |
| YUV | 53.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 111 | 0 | 0.92 | 0.06 | 0.54 | 303.85 | 0.86 | 0.25 |
| Hex | 76 | 9 | 6F | 0 | 5C | 6 | 36 | 130 | 56 | 19 |
| Octal | 166 | 11 | 157 | 0 | 134 | 6 | 66 | 460 | 126 | 31 |
| Binary | 1110110 | 1001 | 1101111 | 0 | 1011100 | 110 | 110110 | 100110000 | 1010110 | 11001 |
Color Harmonies of #76096F
Complementary color
Monochromatic Colors of #76096F
Black with #76096F
Text Example
Text Example
White with #76096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76096F; }
p { color: rgb(118,9,111); }
H1.HeaderClassName
{
color: #76096F;
}
.AnyTagClassName
{
color: #76096F;
}
</style>
background-color css
<style>
a { background-color: #76096F; }
a { background-color: rgb(118,9,111); }
div.DivClassName
{
background-color: #76096F;
}
.BgClassName
{
background-color: #76096F;
}
</style>
border-color css
<style>
span { border-color: #76096F; }
span { border-color: rgb(118,9,111); }
td.TdClassName
{
border-color: #76096F;
}
.TagClassName
{
border-color: #76096F;
}
</style>