Shades of Purple #7B046C
Tints of Purple #7B046C
RGB
CMYK
RGB Variations
Color information
#7B046C (or 0x7B046C) is known color: Purple. HEX triplet: 7B, 04 and 6C. RGB value is (123,4,108). Sum of RGB (Red+Green+Blue) = 123+4+108=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B046C is #84FB93. Grayscale: #333333. Windows color (decimal): -8715156 or 7079035. OLE color: 7079035.
HSL color Cylindrical-coordinate representation of color #7B046C: hue angle of 307.56º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B046C is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 4 | 108 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.52 |
| HSL | 307.56º | 0.94% | 0.25% | - |
| HSV(B) | 307.56º | 0.97% | 0.48% | - |
| XYZ | 10.92 | 5.38 | 14.65 | - |
| YUV | 51.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 108 | 0 | 0.97 | 0.12 | 0.52 | 307.56 | 0.94 | 0.25 |
| Hex | 7B | 4 | 6C | 0 | 61 | C | 34 | 134 | 5E | 19 |
| Octal | 173 | 4 | 154 | 0 | 141 | 14 | 64 | 464 | 136 | 31 |
| Binary | 1111011 | 100 | 1101100 | 0 | 1100001 | 1100 | 110100 | 100110100 | 1011110 | 11001 |
Color Harmonies of #7B046C
Complementary color
Monochromatic Colors of #7B046C
Black with #7B046C
Text Example
Text Example
White with #7B046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B046C; }
p { color: rgb(123,4,108); }
H1.HeaderClassName
{
color: #7B046C;
}
.AnyTagClassName
{
color: #7B046C;
}
</style>
background-color css
<style>
a { background-color: #7B046C; }
a { background-color: rgb(123,4,108); }
div.DivClassName
{
background-color: #7B046C;
}
.BgClassName
{
background-color: #7B046C;
}
</style>
border-color css
<style>
span { border-color: #7B046C; }
span { border-color: rgb(123,4,108); }
td.TdClassName
{
border-color: #7B046C;
}
.TagClassName
{
border-color: #7B046C;
}
</style>