Shades of Flirt #7B284E
Tints of Flirt #7B284E
RGB
CMYK
RGB Variations
Color information
#7B284E (or 0x7B284E) is known color: Flirt. HEX triplet: 7B, 28 and 4E. RGB value is (123,40,78). Sum of RGB (Red+Green+Blue) = 123+40+78=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B284E is #84D7B1. Grayscale: #454545. Windows color (decimal): -8705970 or 5122171. OLE color: 5122171.
HSL color Cylindrical-coordinate representation of color #7B284E: hue angle of 332.53º degrees, saturation: 0.51, 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 #7B284E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 40 | 78 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.52 |
| HSL | 332.53º | 0.51% | 0.32% | - |
| HSV(B) | 332.53º | 0.67% | 0.48% | - |
| XYZ | 10.3 | 6.28 | 7.88 | - |
| YUV | 69.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 40 | 78 | 0 | 0.67 | 0.37 | 0.52 | 332.53 | 0.51 | 0.32 |
| Hex | 7B | 28 | 4E | 0 | 43 | 25 | 34 | 14D | 33 | 20 |
| Octal | 173 | 50 | 116 | 0 | 103 | 45 | 64 | 515 | 63 | 40 |
| Binary | 1111011 | 101000 | 1001110 | 0 | 1000011 | 100101 | 110100 | 101001101 | 110011 | 100000 |
Color Harmonies of #7B284E
Complementary color
Monochromatic Colors of #7B284E
Black with #7B284E
Text Example
Text Example
White with #7B284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B284E; }
p { color: rgb(123,40,78); }
H1.HeaderClassName
{
color: #7B284E;
}
.AnyTagClassName
{
color: #7B284E;
}
</style>
background-color css
<style>
a { background-color: #7B284E; }
a { background-color: rgb(123,40,78); }
div.DivClassName
{
background-color: #7B284E;
}
.BgClassName
{
background-color: #7B284E;
}
</style>
border-color css
<style>
span { border-color: #7B284E; }
span { border-color: rgb(123,40,78); }
td.TdClassName
{
border-color: #7B284E;
}
.TagClassName
{
border-color: #7B284E;
}
</style>