Shades of Flirt #7C3360
Tints of Flirt #7C3360
RGB
CMYK
RGB Variations
Color information
#7C3360 (or 0x7C3360) is known color: Flirt. HEX triplet: 7C, 33 and 60. RGB value is (124,51,96). Sum of RGB (Red+Green+Blue) = 124+51+96=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3360 is #83CC9F. Grayscale: #4D4D4D. Windows color (decimal): -8637600 or 6304636. OLE color: 6304636.
HSL color Cylindrical-coordinate representation of color #7C3360: hue angle of 323.01º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C3360 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 96 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.51 |
| HSL | 323.01º | 0.42% | 0.34% | - |
| HSV(B) | 323.01º | 0.59% | 0.49% | - |
| XYZ | 11.61 | 7.5 | 11.9 | - |
| YUV | 77.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 96 | 0 | 0.59 | 0.23 | 0.51 | 323.01 | 0.42 | 0.34 |
| Hex | 7C | 33 | 60 | 0 | 3B | 17 | 33 | 143 | 2A | 22 |
| Octal | 174 | 63 | 140 | 0 | 73 | 27 | 63 | 503 | 52 | 42 |
| Binary | 1111100 | 110011 | 1100000 | 0 | 111011 | 10111 | 110011 | 101000011 | 101010 | 100010 |
Color Harmonies of #7C3360
Complementary color
Monochromatic Colors of #7C3360
Black with #7C3360
Text Example
Text Example
White with #7C3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3360; }
p { color: rgb(124,51,96); }
H1.HeaderClassName
{
color: #7C3360;
}
.AnyTagClassName
{
color: #7C3360;
}
</style>
background-color css
<style>
a { background-color: #7C3360; }
a { background-color: rgb(124,51,96); }
div.DivClassName
{
background-color: #7C3360;
}
.BgClassName
{
background-color: #7C3360;
}
</style>
border-color css
<style>
span { border-color: #7C3360; }
span { border-color: rgb(124,51,96); }
td.TdClassName
{
border-color: #7C3360;
}
.TagClassName
{
border-color: #7C3360;
}
</style>