Shades of Flirt #7D295F
Tints of Flirt #7D295F
RGB
CMYK
RGB Variations
Color information
#7D295F (or 0x7D295F) is known color: Flirt. HEX triplet: 7D, 29 and 5F. RGB value is (125,41,95). Sum of RGB (Red+Green+Blue) = 125+41+95=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D295F is #82D6A0. Grayscale: #484848. Windows color (decimal): -8574625 or 6236541. OLE color: 6236541.
HSL color Cylindrical-coordinate representation of color #7D295F: hue angle of 321.43º 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 #7D295F is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 95 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.51 |
| HSL | 321.43º | 0.51% | 0.33% | - |
| HSV(B) | 321.43º | 0.67% | 0.49% | - |
| XYZ | 11.32 | 6.77 | 11.54 | - |
| YUV | 72.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 95 | 0 | 0.67 | 0.24 | 0.51 | 321.43 | 0.51 | 0.33 |
| Hex | 7D | 29 | 5F | 0 | 43 | 18 | 33 | 141 | 33 | 21 |
| Octal | 175 | 51 | 137 | 0 | 103 | 30 | 63 | 501 | 63 | 41 |
| Binary | 1111101 | 101001 | 1011111 | 0 | 1000011 | 11000 | 110011 | 101000001 | 110011 | 100001 |
Color Harmonies of #7D295F
Complementary color
Monochromatic Colors of #7D295F
Black with #7D295F
Text Example
Text Example
White with #7D295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D295F; }
p { color: rgb(125,41,95); }
H1.HeaderClassName
{
color: #7D295F;
}
.AnyTagClassName
{
color: #7D295F;
}
</style>
background-color css
<style>
a { background-color: #7D295F; }
a { background-color: rgb(125,41,95); }
div.DivClassName
{
background-color: #7D295F;
}
.BgClassName
{
background-color: #7D295F;
}
</style>
border-color css
<style>
span { border-color: #7D295F; }
span { border-color: rgb(125,41,95); }
td.TdClassName
{
border-color: #7D295F;
}
.TagClassName
{
border-color: #7D295F;
}
</style>