Shades of Flirt #7B3060
Tints of Flirt #7B3060
RGB
CMYK
RGB Variations
Color information
#7B3060 (or 0x7B3060) is known color: Flirt. HEX triplet: 7B, 30 and 60. RGB value is (123,48,96). Sum of RGB (Red+Green+Blue) = 123+48+96=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3060 is #84CF9F. Grayscale: #4B4B4B. Windows color (decimal): -8703904 or 6303867. OLE color: 6303867.
HSL color Cylindrical-coordinate representation of color #7B3060: hue angle of 321.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B3060 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 48 | 96 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.52 |
| HSL | 321.6º | 0.44% | 0.34% | - |
| HSV(B) | 321.6º | 0.61% | 0.48% | - |
| XYZ | 11.34 | 7.17 | 11.85 | - |
| YUV | 75.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 48 | 96 | 0 | 0.61 | 0.22 | 0.52 | 321.6 | 0.44 | 0.34 |
| Hex | 7B | 30 | 60 | 0 | 3D | 16 | 34 | 142 | 2C | 22 |
| Octal | 173 | 60 | 140 | 0 | 75 | 26 | 64 | 502 | 54 | 42 |
| Binary | 1111011 | 110000 | 1100000 | 0 | 111101 | 10110 | 110100 | 101000010 | 101100 | 100010 |
Color Harmonies of #7B3060
Complementary color
Monochromatic Colors of #7B3060
Black with #7B3060
Text Example
Text Example
White with #7B3060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3060; }
p { color: rgb(123,48,96); }
H1.HeaderClassName
{
color: #7B3060;
}
.AnyTagClassName
{
color: #7B3060;
}
</style>
background-color css
<style>
a { background-color: #7B3060; }
a { background-color: rgb(123,48,96); }
div.DivClassName
{
background-color: #7B3060;
}
.BgClassName
{
background-color: #7B3060;
}
</style>
border-color css
<style>
span { border-color: #7B3060; }
span { border-color: rgb(123,48,96); }
td.TdClassName
{
border-color: #7B3060;
}
.TagClassName
{
border-color: #7B3060;
}
</style>