Shades of Flirt #7D3157
Tints of Flirt #7D3157
RGB
CMYK
RGB Variations
Color information
#7D3157 (or 0x7D3157) is known color: Flirt. HEX triplet: 7D, 31 and 57. RGB value is (125,49,87). Sum of RGB (Red+Green+Blue) = 125+49+87=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3157 is #82CEA8. Grayscale: #4B4B4B. Windows color (decimal): -8572585 or 5714301. OLE color: 5714301.
HSL color Cylindrical-coordinate representation of color #7D3157: hue angle of 330º 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 #7D3157 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 49 | 87 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.51 |
| HSL | 330º | 0.44% | 0.34% | - |
| HSV(B) | 330º | 0.61% | 0.49% | - |
| XYZ | 11.28 | 7.24 | 9.82 | - |
| YUV | 76.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 49 | 87 | 0 | 0.61 | 0.30 | 0.51 | 330 | 0.44 | 0.34 |
| Hex | 7D | 31 | 57 | 0 | 3D | 1E | 33 | 14A | 2C | 22 |
| Octal | 175 | 61 | 127 | 0 | 75 | 36 | 63 | 512 | 54 | 42 |
| Binary | 1111101 | 110001 | 1010111 | 0 | 111101 | 11110 | 110011 | 101001010 | 101100 | 100010 |
Color Harmonies of #7D3157
Complementary color
Monochromatic Colors of #7D3157
Black with #7D3157
Text Example
Text Example
White with #7D3157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3157; }
p { color: rgb(125,49,87); }
H1.HeaderClassName
{
color: #7D3157;
}
.AnyTagClassName
{
color: #7D3157;
}
</style>
background-color css
<style>
a { background-color: #7D3157; }
a { background-color: rgb(125,49,87); }
div.DivClassName
{
background-color: #7D3157;
}
.BgClassName
{
background-color: #7D3157;
}
</style>
border-color css
<style>
span { border-color: #7D3157; }
span { border-color: rgb(125,49,87); }
td.TdClassName
{
border-color: #7D3157;
}
.TagClassName
{
border-color: #7D3157;
}
</style>