Shades of Flirt #7D295C
Tints of Flirt #7D295C
RGB
CMYK
RGB Variations
Color information
#7D295C (or 0x7D295C) is known color: Flirt. HEX triplet: 7D, 29 and 5C. RGB value is (125,41,92). Sum of RGB (Red+Green+Blue) = 125+41+92=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D295C is #82D6A3. Grayscale: #474747. Windows color (decimal): -8574628 or 6039933. OLE color: 6039933.
HSL color Cylindrical-coordinate representation of color #7D295C: hue angle of 323.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D295C is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 92 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.51 |
| HSL | 323.57º | 0.51% | 0.33% | - |
| HSV(B) | 323.57º | 0.67% | 0.49% | - |
| XYZ | 11.18 | 6.72 | 10.83 | - |
| YUV | 71.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 92 | 0 | 0.67 | 0.26 | 0.51 | 323.57 | 0.51 | 0.33 |
| Hex | 7D | 29 | 5C | 0 | 43 | 1A | 33 | 144 | 33 | 21 |
| Octal | 175 | 51 | 134 | 0 | 103 | 32 | 63 | 504 | 63 | 41 |
| Binary | 1111101 | 101001 | 1011100 | 0 | 1000011 | 11010 | 110011 | 101000100 | 110011 | 100001 |
Color Harmonies of #7D295C
Complementary color
Monochromatic Colors of #7D295C
Black with #7D295C
Text Example
Text Example
White with #7D295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D295C; }
p { color: rgb(125,41,92); }
H1.HeaderClassName
{
color: #7D295C;
}
.AnyTagClassName
{
color: #7D295C;
}
</style>
background-color css
<style>
a { background-color: #7D295C; }
a { background-color: rgb(125,41,92); }
div.DivClassName
{
background-color: #7D295C;
}
.BgClassName
{
background-color: #7D295C;
}
</style>
border-color css
<style>
span { border-color: #7D295C; }
span { border-color: rgb(125,41,92); }
td.TdClassName
{
border-color: #7D295C;
}
.TagClassName
{
border-color: #7D295C;
}
</style>