Shades of Flirt #7B2155
Tints of Flirt #7B2155
RGB
CMYK
RGB Variations
Color information
#7B2155 (or 0x7B2155) is known color: Flirt. HEX triplet: 7B, 21 and 55. RGB value is (123,33,85). Sum of RGB (Red+Green+Blue) = 123+33+85=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2155 is #84DEAA. Grayscale: #414141. Windows color (decimal): -8707755 or 5579131. OLE color: 5579131.
HSL color Cylindrical-coordinate representation of color #7B2155: hue angle of 325.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B2155 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 85 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.52 |
| HSL | 325.33º | 0.58% | 0.31% | - |
| HSV(B) | 325.33º | 0.73% | 0.48% | - |
| XYZ | 10.35 | 5.95 | 9.2 | - |
| YUV | 65.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 85 | 0 | 0.73 | 0.31 | 0.52 | 325.33 | 0.58 | 0.31 |
| Hex | 7B | 21 | 55 | 0 | 49 | 1F | 34 | 145 | 3A | 1F |
| Octal | 173 | 41 | 125 | 0 | 111 | 37 | 64 | 505 | 72 | 37 |
| Binary | 1111011 | 100001 | 1010101 | 0 | 1001001 | 11111 | 110100 | 101000101 | 111010 | 11111 |
Color Harmonies of #7B2155
Complementary color
Monochromatic Colors of #7B2155
Black with #7B2155
Text Example
Text Example
White with #7B2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2155; }
p { color: rgb(123,33,85); }
H1.HeaderClassName
{
color: #7B2155;
}
.AnyTagClassName
{
color: #7B2155;
}
</style>
background-color css
<style>
a { background-color: #7B2155; }
a { background-color: rgb(123,33,85); }
div.DivClassName
{
background-color: #7B2155;
}
.BgClassName
{
background-color: #7B2155;
}
</style>
border-color css
<style>
span { border-color: #7B2155; }
span { border-color: rgb(123,33,85); }
td.TdClassName
{
border-color: #7B2155;
}
.TagClassName
{
border-color: #7B2155;
}
</style>