Shades of Flirt #7C335C
Tints of Flirt #7C335C
RGB
CMYK
RGB Variations
Color information
#7C335C (or 0x7C335C) is known color: Flirt. HEX triplet: 7C, 33 and 5C. RGB value is (124,51,92). Sum of RGB (Red+Green+Blue) = 124+51+92=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C335C is #83CCA3. Grayscale: #4D4D4D. Windows color (decimal): -8637604 or 6042492. OLE color: 6042492.
HSL color Cylindrical-coordinate representation of color #7C335C: hue angle of 326.3º 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 #7C335C is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 92 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.51 |
| HSL | 326.3º | 0.42% | 0.34% | - |
| HSV(B) | 326.3º | 0.59% | 0.49% | - |
| XYZ | 11.43 | 7.43 | 10.96 | - |
| YUV | 77.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 92 | 0 | 0.59 | 0.26 | 0.51 | 326.3 | 0.42 | 0.34 |
| Hex | 7C | 33 | 5C | 0 | 3B | 1A | 33 | 146 | 2A | 22 |
| Octal | 174 | 63 | 134 | 0 | 73 | 32 | 63 | 506 | 52 | 42 |
| Binary | 1111100 | 110011 | 1011100 | 0 | 111011 | 11010 | 110011 | 101000110 | 101010 | 100010 |
Color Harmonies of #7C335C
Complementary color
Monochromatic Colors of #7C335C
Black with #7C335C
Text Example
Text Example
White with #7C335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C335C; }
p { color: rgb(124,51,92); }
H1.HeaderClassName
{
color: #7C335C;
}
.AnyTagClassName
{
color: #7C335C;
}
</style>
background-color css
<style>
a { background-color: #7C335C; }
a { background-color: rgb(124,51,92); }
div.DivClassName
{
background-color: #7C335C;
}
.BgClassName
{
background-color: #7C335C;
}
</style>
border-color css
<style>
span { border-color: #7C335C; }
span { border-color: rgb(124,51,92); }
td.TdClassName
{
border-color: #7C335C;
}
.TagClassName
{
border-color: #7C335C;
}
</style>