Shades of Flirt #7C285C
Tints of Flirt #7C285C
RGB
CMYK
RGB Variations
Color information
#7C285C (or 0x7C285C) is known color: Flirt. HEX triplet: 7C, 28 and 5C. RGB value is (124,40,92). Sum of RGB (Red+Green+Blue) = 124+40+92=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C285C is #83D7A3. Grayscale: #464646. Windows color (decimal): -8640420 or 6039676. OLE color: 6039676.
HSL color Cylindrical-coordinate representation of color #7C285C: hue angle of 322.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C285C is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 92 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.51 |
| HSL | 322.86º | 0.51% | 0.32% | - |
| HSV(B) | 322.86º | 0.68% | 0.49% | - |
| XYZ | 11 | 6.58 | 10.81 | - |
| YUV | 71.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 92 | 0 | 0.68 | 0.26 | 0.51 | 322.86 | 0.51 | 0.32 |
| Hex | 7C | 28 | 5C | 0 | 44 | 1A | 33 | 143 | 33 | 20 |
| Octal | 174 | 50 | 134 | 0 | 104 | 32 | 63 | 503 | 63 | 40 |
| Binary | 1111100 | 101000 | 1011100 | 0 | 1000100 | 11010 | 110011 | 101000011 | 110011 | 100000 |
Color Harmonies of #7C285C
Complementary color
Monochromatic Colors of #7C285C
Black with #7C285C
Text Example
Text Example
White with #7C285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C285C; }
p { color: rgb(124,40,92); }
H1.HeaderClassName
{
color: #7C285C;
}
.AnyTagClassName
{
color: #7C285C;
}
</style>
background-color css
<style>
a { background-color: #7C285C; }
a { background-color: rgb(124,40,92); }
div.DivClassName
{
background-color: #7C285C;
}
.BgClassName
{
background-color: #7C285C;
}
</style>
border-color css
<style>
span { border-color: #7C285C; }
span { border-color: rgb(124,40,92); }
td.TdClassName
{
border-color: #7C285C;
}
.TagClassName
{
border-color: #7C285C;
}
</style>