Shades of Flirt #7B294E
Tints of Flirt #7B294E
RGB
CMYK
RGB Variations
Color information
#7B294E (or 0x7B294E) is known color: Flirt. HEX triplet: 7B, 29 and 4E. RGB value is (123,41,78). Sum of RGB (Red+Green+Blue) = 123+41+78=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B294E is #84D6B1. Grayscale: #454545. Windows color (decimal): -8705714 or 5122427. OLE color: 5122427.
HSL color Cylindrical-coordinate representation of color #7B294E: hue angle of 332.93º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B294E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 41 | 78 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.52 |
| HSL | 332.93º | 0.5% | 0.32% | - |
| HSV(B) | 332.93º | 0.67% | 0.48% | - |
| XYZ | 10.34 | 6.35 | 7.89 | - |
| YUV | 69.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 78 | 0 | 0.67 | 0.37 | 0.52 | 332.93 | 0.5 | 0.32 |
| Hex | 7B | 29 | 4E | 0 | 43 | 25 | 34 | 14D | 32 | 20 |
| Octal | 173 | 51 | 116 | 0 | 103 | 45 | 64 | 515 | 62 | 40 |
| Binary | 1111011 | 101001 | 1001110 | 0 | 1000011 | 100101 | 110100 | 101001101 | 110010 | 100000 |
Color Harmonies of #7B294E
Complementary color
Monochromatic Colors of #7B294E
Black with #7B294E
Text Example
Text Example
White with #7B294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B294E; }
p { color: rgb(123,41,78); }
H1.HeaderClassName
{
color: #7B294E;
}
.AnyTagClassName
{
color: #7B294E;
}
</style>
background-color css
<style>
a { background-color: #7B294E; }
a { background-color: rgb(123,41,78); }
div.DivClassName
{
background-color: #7B294E;
}
.BgClassName
{
background-color: #7B294E;
}
</style>
border-color css
<style>
span { border-color: #7B294E; }
span { border-color: rgb(123,41,78); }
td.TdClassName
{
border-color: #7B294E;
}
.TagClassName
{
border-color: #7B294E;
}
</style>