Shades of Flirt #7C304E
Tints of Flirt #7C304E
RGB
CMYK
RGB Variations
Color information
#7C304E (or 0x7C304E) is known color: Flirt. HEX triplet: 7C, 30 and 4E. RGB value is (124,48,78). Sum of RGB (Red+Green+Blue) = 124+48+78=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C304E is #83CFB1. Grayscale: #4A4A4A. Windows color (decimal): -8638386 or 5124220. OLE color: 5124220.
HSL color Cylindrical-coordinate representation of color #7C304E: hue angle of 336.32º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C304E is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 78 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.51 |
| HSL | 336.32º | 0.44% | 0.34% | - |
| HSV(B) | 336.32º | 0.61% | 0.49% | - |
| XYZ | 10.74 | 6.95 | 7.98 | - |
| YUV | 74.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 78 | 0 | 0.61 | 0.37 | 0.51 | 336.32 | 0.44 | 0.34 |
| Hex | 7C | 30 | 4E | 0 | 3D | 25 | 33 | 150 | 2C | 22 |
| Octal | 174 | 60 | 116 | 0 | 75 | 45 | 63 | 520 | 54 | 42 |
| Binary | 1111100 | 110000 | 1001110 | 0 | 111101 | 100101 | 110011 | 101010000 | 101100 | 100010 |
Color Harmonies of #7C304E
Complementary color
Monochromatic Colors of #7C304E
Black with #7C304E
Text Example
Text Example
White with #7C304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C304E; }
p { color: rgb(124,48,78); }
H1.HeaderClassName
{
color: #7C304E;
}
.AnyTagClassName
{
color: #7C304E;
}
</style>
background-color css
<style>
a { background-color: #7C304E; }
a { background-color: rgb(124,48,78); }
div.DivClassName
{
background-color: #7C304E;
}
.BgClassName
{
background-color: #7C304E;
}
</style>
border-color css
<style>
span { border-color: #7C304E; }
span { border-color: rgb(124,48,78); }
td.TdClassName
{
border-color: #7C304E;
}
.TagClassName
{
border-color: #7C304E;
}
</style>