Shades of Flirt #7B3561
Tints of Flirt #7B3561
RGB
CMYK
RGB Variations
Color information
#7B3561 (or 0x7B3561) is known color: Flirt. HEX triplet: 7B, 35 and 61. RGB value is (123,53,97). Sum of RGB (Red+Green+Blue) = 123+53+97=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3561 is #84CA9E. Grayscale: #4E4E4E. Windows color (decimal): -8702623 or 6370683. OLE color: 6370683.
HSL color Cylindrical-coordinate representation of color #7B3561: hue angle of 322.29º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B3561 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 53 | 97 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.52 |
| HSL | 322.29º | 0.4% | 0.35% | - |
| HSV(B) | 322.29º | 0.57% | 0.48% | - |
| XYZ | 11.6 | 7.62 | 12.17 | - |
| YUV | 78.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 53 | 97 | 0 | 0.57 | 0.21 | 0.52 | 322.29 | 0.4 | 0.35 |
| Hex | 7B | 35 | 61 | 0 | 39 | 15 | 34 | 142 | 28 | 23 |
| Octal | 173 | 65 | 141 | 0 | 71 | 25 | 64 | 502 | 50 | 43 |
| Binary | 1111011 | 110101 | 1100001 | 0 | 111001 | 10101 | 110100 | 101000010 | 101000 | 100011 |
Color Harmonies of #7B3561
Complementary color
Monochromatic Colors of #7B3561
Black with #7B3561
Text Example
Text Example
White with #7B3561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3561; }
p { color: rgb(123,53,97); }
H1.HeaderClassName
{
color: #7B3561;
}
.AnyTagClassName
{
color: #7B3561;
}
</style>
background-color css
<style>
a { background-color: #7B3561; }
a { background-color: rgb(123,53,97); }
div.DivClassName
{
background-color: #7B3561;
}
.BgClassName
{
background-color: #7B3561;
}
</style>
border-color css
<style>
span { border-color: #7B3561; }
span { border-color: rgb(123,53,97); }
td.TdClassName
{
border-color: #7B3561;
}
.TagClassName
{
border-color: #7B3561;
}
</style>