Shades of Purple #76096B
Tints of Purple #76096B
RGB
CMYK
RGB Variations
Color information
#76096B (or 0x76096B) is known color: Purple. HEX triplet: 76, 09 and 6B. RGB value is (118,9,107). Sum of RGB (Red+Green+Blue) = 118+9+107=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76096B is #89F694. Grayscale: #343434. Windows color (decimal): -9041557 or 7014774. OLE color: 7014774.
HSL color Cylindrical-coordinate representation of color #76096B: hue angle of 306.06º 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 #76096B is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 107 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.54 |
| HSL | 306.06º | 0.86% | 0.25% | - |
| HSV(B) | 306.06º | 0.92% | 0.46% | - |
| XYZ | 10.22 | 5.11 | 14.36 | - |
| YUV | 52.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 107 | 0 | 0.92 | 0.09 | 0.54 | 306.06 | 0.86 | 0.25 |
| Hex | 76 | 9 | 6B | 0 | 5C | 9 | 36 | 132 | 56 | 19 |
| Octal | 166 | 11 | 153 | 0 | 134 | 11 | 66 | 462 | 126 | 31 |
| Binary | 1110110 | 1001 | 1101011 | 0 | 1011100 | 1001 | 110110 | 100110010 | 1010110 | 11001 |
Color Harmonies of #76096B
Complementary color
Monochromatic Colors of #76096B
Black with #76096B
Text Example
Text Example
White with #76096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76096B; }
p { color: rgb(118,9,107); }
H1.HeaderClassName
{
color: #76096B;
}
.AnyTagClassName
{
color: #76096B;
}
</style>
background-color css
<style>
a { background-color: #76096B; }
a { background-color: rgb(118,9,107); }
div.DivClassName
{
background-color: #76096B;
}
.BgClassName
{
background-color: #76096B;
}
</style>
border-color css
<style>
span { border-color: #76096B; }
span { border-color: rgb(118,9,107); }
td.TdClassName
{
border-color: #76096B;
}
.TagClassName
{
border-color: #76096B;
}
</style>