Shades of Flirt #7B2054
Tints of Flirt #7B2054
RGB
CMYK
RGB Variations
Color information
#7B2054 (or 0x7B2054) is known color: Flirt. HEX triplet: 7B, 20 and 54. RGB value is (123,32,84). Sum of RGB (Red+Green+Blue) = 123+32+84=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2054 is #84DFAB. Grayscale: #414141. Windows color (decimal): -8708012 or 5513339. OLE color: 5513339.
HSL color Cylindrical-coordinate representation of color #7B2054: hue angle of 325.71º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B2054 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 84 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.52 |
| HSL | 325.71º | 0.59% | 0.3% | - |
| HSV(B) | 325.71º | 0.74% | 0.48% | - |
| XYZ | 10.29 | 5.88 | 8.98 | - |
| YUV | 65.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 84 | 0 | 0.74 | 0.32 | 0.52 | 325.71 | 0.59 | 0.3 |
| Hex | 7B | 20 | 54 | 0 | 4A | 20 | 34 | 146 | 3B | 1E |
| Octal | 173 | 40 | 124 | 0 | 112 | 40 | 64 | 506 | 73 | 36 |
| Binary | 1111011 | 100000 | 1010100 | 0 | 1001010 | 100000 | 110100 | 101000110 | 111011 | 11110 |
Color Harmonies of #7B2054
Complementary color
Monochromatic Colors of #7B2054
Black with #7B2054
Text Example
Text Example
White with #7B2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2054; }
p { color: rgb(123,32,84); }
H1.HeaderClassName
{
color: #7B2054;
}
.AnyTagClassName
{
color: #7B2054;
}
</style>
background-color css
<style>
a { background-color: #7B2054; }
a { background-color: rgb(123,32,84); }
div.DivClassName
{
background-color: #7B2054;
}
.BgClassName
{
background-color: #7B2054;
}
</style>
border-color css
<style>
span { border-color: #7B2054; }
span { border-color: rgb(123,32,84); }
td.TdClassName
{
border-color: #7B2054;
}
.TagClassName
{
border-color: #7B2054;
}
</style>