Shades of Purple #76007B
Tints of Purple #76007B
RGB
CMYK
RGB Variations
Color information
#76007B (or 0x76007B) is known color: Purple. HEX triplet: 76, 00 and 7B. RGB value is (118,0,123). Sum of RGB (Red+Green+Blue) = 118+0+123=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #76007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76007B is #89FF84. Grayscale: #303030. Windows color (decimal): -9043845 or 8061046. OLE color: 8061046.
HSL color Cylindrical-coordinate representation of color #76007B: hue angle of 297.56º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76007B is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 0 | 123 | - |
| CMYK | 0.04 | 1 | 0 | 0.52 |
| HSL | 297.56º | 1% | 0.24% | - |
| HSV(B) | 297.56º | 1% | 0.48% | - |
| XYZ | 11.05 | 5.28 | 19.18 | - |
| YUV | 49.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 123 | 0.04 | 1 | 0 | 0.52 | 297.56 | 1 | 0.24 |
| Hex | 76 | 0 | 7B | 4 | 64 | 0 | 34 | 12A | 64 | 18 |
| Octal | 166 | 0 | 173 | 4 | 144 | 0 | 64 | 452 | 144 | 30 |
| Binary | 1110110 | 0 | 1111011 | 100 | 1100100 | 0 | 110100 | 100101010 | 1100100 | 11000 |
Color Harmonies of #76007B
Complementary color
Monochromatic Colors of #76007B
Black with #76007B
Text Example
Text Example
White with #76007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76007B; }
p { color: rgb(118,0,123); }
H1.HeaderClassName
{
color: #76007B;
}
.AnyTagClassName
{
color: #76007B;
}
</style>
background-color css
<style>
a { background-color: #76007B; }
a { background-color: rgb(118,0,123); }
div.DivClassName
{
background-color: #76007B;
}
.BgClassName
{
background-color: #76007B;
}
</style>
border-color css
<style>
span { border-color: #76007B; }
span { border-color: rgb(118,0,123); }
td.TdClassName
{
border-color: #76007B;
}
.TagClassName
{
border-color: #76007B;
}
</style>