Shades of Flirt #7C335A
Tints of Flirt #7C335A
RGB
CMYK
RGB Variations
Color information
#7C335A (or 0x7C335A) is known color: Flirt. HEX triplet: 7C, 33 and 5A. RGB value is (124,51,90). Sum of RGB (Red+Green+Blue) = 124+51+90=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C335A is #83CCA5. Grayscale: #4D4D4D. Windows color (decimal): -8637606 or 5911420. OLE color: 5911420.
HSL color Cylindrical-coordinate representation of color #7C335A: hue angle of 327.95º 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 #7C335A is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 90 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.51 |
| HSL | 327.95º | 0.42% | 0.34% | - |
| HSV(B) | 327.95º | 0.59% | 0.49% | - |
| XYZ | 11.34 | 7.39 | 10.5 | - |
| YUV | 77.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 90 | 0 | 0.59 | 0.27 | 0.51 | 327.95 | 0.42 | 0.34 |
| Hex | 7C | 33 | 5A | 0 | 3B | 1B | 33 | 148 | 2A | 22 |
| Octal | 174 | 63 | 132 | 0 | 73 | 33 | 63 | 510 | 52 | 42 |
| Binary | 1111100 | 110011 | 1011010 | 0 | 111011 | 11011 | 110011 | 101001000 | 101010 | 100010 |
Color Harmonies of #7C335A
Complementary color
Monochromatic Colors of #7C335A
Black with #7C335A
Text Example
Text Example
White with #7C335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C335A; }
p { color: rgb(124,51,90); }
H1.HeaderClassName
{
color: #7C335A;
}
.AnyTagClassName
{
color: #7C335A;
}
</style>
background-color css
<style>
a { background-color: #7C335A; }
a { background-color: rgb(124,51,90); }
div.DivClassName
{
background-color: #7C335A;
}
.BgClassName
{
background-color: #7C335A;
}
</style>
border-color css
<style>
span { border-color: #7C335A; }
span { border-color: rgb(124,51,90); }
td.TdClassName
{
border-color: #7C335A;
}
.TagClassName
{
border-color: #7C335A;
}
</style>