Shades of Purple #7B046A
Tints of Purple #7B046A
RGB
CMYK
RGB Variations
Color information
#7B046A (or 0x7B046A) is known color: Purple. HEX triplet: 7B, 04 and 6A. RGB value is (123,4,106). Sum of RGB (Red+Green+Blue) = 123+4+106=233 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.79% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 123 - color contains mainly: red. Hex color #7B046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B046A is #84FB95. Grayscale: #323232. Windows color (decimal): -8715158 or 6947963. OLE color: 6947963.
HSL color Cylindrical-coordinate representation of color #7B046A: hue angle of 308.57º 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 #7B046A is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 4 | 106 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.52 |
| HSL | 308.57º | 0.94% | 0.25% | - |
| HSV(B) | 308.57º | 0.97% | 0.48% | - |
| XYZ | 10.81 | 5.34 | 14.1 | - |
| YUV | 51.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 106 | 0 | 0.97 | 0.14 | 0.52 | 308.57 | 0.94 | 0.25 |
| Hex | 7B | 4 | 6A | 0 | 61 | E | 34 | 135 | 5E | 19 |
| Octal | 173 | 4 | 152 | 0 | 141 | 16 | 64 | 465 | 136 | 31 |
| Binary | 1111011 | 100 | 1101010 | 0 | 1100001 | 1110 | 110100 | 100110101 | 1011110 | 11001 |
Color Harmonies of #7B046A
Complementary color
Monochromatic Colors of #7B046A
Black with #7B046A
Text Example
Text Example
White with #7B046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B046A; }
p { color: rgb(123,4,106); }
H1.HeaderClassName
{
color: #7B046A;
}
.AnyTagClassName
{
color: #7B046A;
}
</style>
background-color css
<style>
a { background-color: #7B046A; }
a { background-color: rgb(123,4,106); }
div.DivClassName
{
background-color: #7B046A;
}
.BgClassName
{
background-color: #7B046A;
}
</style>
border-color css
<style>
span { border-color: #7B046A; }
span { border-color: rgb(123,4,106); }
td.TdClassName
{
border-color: #7B046A;
}
.TagClassName
{
border-color: #7B046A;
}
</style>