Shades of Flirt #7B294A
Tints of Flirt #7B294A
RGB
CMYK
RGB Variations
Color information
#7B294A (or 0x7B294A) is known color: Flirt. HEX triplet: 7B, 29 and 4A. RGB value is (123,41,74). Sum of RGB (Red+Green+Blue) = 123+41+74=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B294A is #84D6B5. Grayscale: #454545. Windows color (decimal): -8705718 or 4860283. OLE color: 4860283.
HSL color Cylindrical-coordinate representation of color #7B294A: hue angle of 335.85º 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 #7B294A is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 41 | 74 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.52 |
| HSL | 335.85º | 0.5% | 0.32% | - |
| HSV(B) | 335.85º | 0.67% | 0.48% | - |
| XYZ | 10.2 | 6.29 | 7.16 | - |
| YUV | 69.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 74 | 0 | 0.67 | 0.40 | 0.52 | 335.85 | 0.5 | 0.32 |
| Hex | 7B | 29 | 4A | 0 | 43 | 28 | 34 | 150 | 32 | 20 |
| Octal | 173 | 51 | 112 | 0 | 103 | 50 | 64 | 520 | 62 | 40 |
| Binary | 1111011 | 101001 | 1001010 | 0 | 1000011 | 101000 | 110100 | 101010000 | 110010 | 100000 |
Color Harmonies of #7B294A
Complementary color
Monochromatic Colors of #7B294A
Black with #7B294A
Text Example
Text Example
White with #7B294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B294A; }
p { color: rgb(123,41,74); }
H1.HeaderClassName
{
color: #7B294A;
}
.AnyTagClassName
{
color: #7B294A;
}
</style>
background-color css
<style>
a { background-color: #7B294A; }
a { background-color: rgb(123,41,74); }
div.DivClassName
{
background-color: #7B294A;
}
.BgClassName
{
background-color: #7B294A;
}
</style>
border-color css
<style>
span { border-color: #7B294A; }
span { border-color: rgb(123,41,74); }
td.TdClassName
{
border-color: #7B294A;
}
.TagClassName
{
border-color: #7B294A;
}
</style>