Shades of Flirt #7B314D
Tints of Flirt #7B314D
RGB
CMYK
RGB Variations
Color information
#7B314D (or 0x7B314D) is known color: Flirt. HEX triplet: 7B, 31 and 4D. RGB value is (123,49,77). Sum of RGB (Red+Green+Blue) = 123+49+77=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B314D is #84CEB2. Grayscale: #4A4A4A. Windows color (decimal): -8703667 or 5058939. OLE color: 5058939.
HSL color Cylindrical-coordinate representation of color #7B314D: hue angle of 337.3º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B314D is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 49 | 77 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.52 |
| HSL | 337.3º | 0.43% | 0.34% | - |
| HSV(B) | 337.3º | 0.6% | 0.48% | - |
| XYZ | 10.61 | 6.94 | 7.8 | - |
| YUV | 74.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 77 | 0 | 0.60 | 0.37 | 0.52 | 337.3 | 0.43 | 0.34 |
| Hex | 7B | 31 | 4D | 0 | 3C | 25 | 34 | 151 | 2B | 22 |
| Octal | 173 | 61 | 115 | 0 | 74 | 45 | 64 | 521 | 53 | 42 |
| Binary | 1111011 | 110001 | 1001101 | 0 | 111100 | 100101 | 110100 | 101010001 | 101011 | 100010 |
Color Harmonies of #7B314D
Complementary color
Monochromatic Colors of #7B314D
Black with #7B314D
Text Example
Text Example
White with #7B314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B314D; }
p { color: rgb(123,49,77); }
H1.HeaderClassName
{
color: #7B314D;
}
.AnyTagClassName
{
color: #7B314D;
}
</style>
background-color css
<style>
a { background-color: #7B314D; }
a { background-color: rgb(123,49,77); }
div.DivClassName
{
background-color: #7B314D;
}
.BgClassName
{
background-color: #7B314D;
}
</style>
border-color css
<style>
span { border-color: #7B314D; }
span { border-color: rgb(123,49,77); }
td.TdClassName
{
border-color: #7B314D;
}
.TagClassName
{
border-color: #7B314D;
}
</style>