Shades of Flirt #7B225B
Tints of Flirt #7B225B
RGB
CMYK
RGB Variations
Color information
#7B225B (or 0x7B225B) is known color: Flirt. HEX triplet: 7B, 22 and 5B. RGB value is (123,34,91). Sum of RGB (Red+Green+Blue) = 123+34+91=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B225B is #84DDA4. Grayscale: #424242. Windows color (decimal): -8707493 or 5972603. OLE color: 5972603.
HSL color Cylindrical-coordinate representation of color #7B225B: hue angle of 321.57º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B225B is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 34 | 91 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.52 |
| HSL | 321.57º | 0.57% | 0.31% | - |
| HSV(B) | 321.57º | 0.72% | 0.48% | - |
| XYZ | 10.63 | 6.11 | 10.52 | - |
| YUV | 67.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 34 | 91 | 0 | 0.72 | 0.26 | 0.52 | 321.57 | 0.57 | 0.31 |
| Hex | 7B | 22 | 5B | 0 | 48 | 1A | 34 | 142 | 39 | 1F |
| Octal | 173 | 42 | 133 | 0 | 110 | 32 | 64 | 502 | 71 | 37 |
| Binary | 1111011 | 100010 | 1011011 | 0 | 1001000 | 11010 | 110100 | 101000010 | 111001 | 11111 |
Color Harmonies of #7B225B
Complementary color
Monochromatic Colors of #7B225B
Black with #7B225B
Text Example
Text Example
White with #7B225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B225B; }
p { color: rgb(123,34,91); }
H1.HeaderClassName
{
color: #7B225B;
}
.AnyTagClassName
{
color: #7B225B;
}
</style>
background-color css
<style>
a { background-color: #7B225B; }
a { background-color: rgb(123,34,91); }
div.DivClassName
{
background-color: #7B225B;
}
.BgClassName
{
background-color: #7B225B;
}
</style>
border-color css
<style>
span { border-color: #7B225B; }
span { border-color: rgb(123,34,91); }
td.TdClassName
{
border-color: #7B225B;
}
.TagClassName
{
border-color: #7B225B;
}
</style>