Shades of Flirt #7D295E
Tints of Flirt #7D295E
RGB
CMYK
RGB Variations
Color information
#7D295E (or 0x7D295E) is known color: Flirt. HEX triplet: 7D, 29 and 5E. RGB value is (125,41,94). Sum of RGB (Red+Green+Blue) = 125+41+94=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 125 - color contains mainly: red. Hex color #7D295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D295E is #82D6A1. Grayscale: #484848. Windows color (decimal): -8574626 or 6171005. OLE color: 6171005.
HSL color Cylindrical-coordinate representation of color #7D295E: hue angle of 322.14º 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 #7D295E is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 94 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.51 |
| HSL | 322.14º | 0.51% | 0.33% | - |
| HSV(B) | 322.14º | 0.67% | 0.49% | - |
| XYZ | 11.27 | 6.75 | 11.3 | - |
| YUV | 72.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 94 | 0 | 0.67 | 0.25 | 0.51 | 322.14 | 0.51 | 0.33 |
| Hex | 7D | 29 | 5E | 0 | 43 | 19 | 33 | 142 | 33 | 21 |
| Octal | 175 | 51 | 136 | 0 | 103 | 31 | 63 | 502 | 63 | 41 |
| Binary | 1111101 | 101001 | 1011110 | 0 | 1000011 | 11001 | 110011 | 101000010 | 110011 | 100001 |
Color Harmonies of #7D295E
Complementary color
Monochromatic Colors of #7D295E
Black with #7D295E
Text Example
Text Example
White with #7D295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D295E; }
p { color: rgb(125,41,94); }
H1.HeaderClassName
{
color: #7D295E;
}
.AnyTagClassName
{
color: #7D295E;
}
</style>
background-color css
<style>
a { background-color: #7D295E; }
a { background-color: rgb(125,41,94); }
div.DivClassName
{
background-color: #7D295E;
}
.BgClassName
{
background-color: #7D295E;
}
</style>
border-color css
<style>
span { border-color: #7D295E; }
span { border-color: rgb(125,41,94); }
td.TdClassName
{
border-color: #7D295E;
}
.TagClassName
{
border-color: #7D295E;
}
</style>