Shades of Purple #76096C
Tints of Purple #76096C
RGB
CMYK
RGB Variations
Color information
#76096C (or 0x76096C) is known color: Purple. HEX triplet: 76, 09 and 6C. RGB value is (118,9,108). Sum of RGB (Red+Green+Blue) = 118+9+108=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76096C is #89F693. Grayscale: #343434. Windows color (decimal): -9041556 or 7080310. OLE color: 7080310.
HSL color Cylindrical-coordinate representation of color #76096C: hue angle of 305.5º 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 #76096C is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 108 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.54 |
| HSL | 305.5º | 0.86% | 0.25% | - |
| HSV(B) | 305.5º | 0.92% | 0.46% | - |
| XYZ | 10.28 | 5.13 | 14.64 | - |
| YUV | 52.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 108 | 0 | 0.92 | 0.08 | 0.54 | 305.5 | 0.86 | 0.25 |
| Hex | 76 | 9 | 6C | 0 | 5C | 8 | 36 | 132 | 56 | 19 |
| Octal | 166 | 11 | 154 | 0 | 134 | 10 | 66 | 462 | 126 | 31 |
| Binary | 1110110 | 1001 | 1101100 | 0 | 1011100 | 1000 | 110110 | 100110010 | 1010110 | 11001 |
Color Harmonies of #76096C
Complementary color
Monochromatic Colors of #76096C
Black with #76096C
Text Example
Text Example
White with #76096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76096C; }
p { color: rgb(118,9,108); }
H1.HeaderClassName
{
color: #76096C;
}
.AnyTagClassName
{
color: #76096C;
}
</style>
background-color css
<style>
a { background-color: #76096C; }
a { background-color: rgb(118,9,108); }
div.DivClassName
{
background-color: #76096C;
}
.BgClassName
{
background-color: #76096C;
}
</style>
border-color css
<style>
span { border-color: #76096C; }
span { border-color: rgb(118,9,108); }
td.TdClassName
{
border-color: #76096C;
}
.TagClassName
{
border-color: #76096C;
}
</style>