Shades of Flirt #7D204D
Tints of Flirt #7D204D
RGB
CMYK
RGB Variations
Color information
#7D204D (or 0x7D204D) is known color: Flirt. HEX triplet: 7D, 20 and 4D. RGB value is (125,32,77). Sum of RGB (Red+Green+Blue) = 125+32+77=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D204D is #82DFB2. Grayscale: #404040. Windows color (decimal): -8576947 or 5054589. OLE color: 5054589.
HSL color Cylindrical-coordinate representation of color #7D204D: hue angle of 330.97º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D204D is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 32 | 77 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.51 |
| HSL | 330.97º | 0.59% | 0.31% | - |
| HSV(B) | 330.97º | 0.74% | 0.49% | - |
| XYZ | 10.31 | 5.93 | 7.62 | - |
| YUV | 64.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 77 | 0 | 0.74 | 0.38 | 0.51 | 330.97 | 0.59 | 0.31 |
| Hex | 7D | 20 | 4D | 0 | 4A | 26 | 33 | 14B | 3B | 1F |
| Octal | 175 | 40 | 115 | 0 | 112 | 46 | 63 | 513 | 73 | 37 |
| Binary | 1111101 | 100000 | 1001101 | 0 | 1001010 | 100110 | 110011 | 101001011 | 111011 | 11111 |
Color Harmonies of #7D204D
Complementary color
Monochromatic Colors of #7D204D
Black with #7D204D
Text Example
Text Example
White with #7D204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D204D; }
p { color: rgb(125,32,77); }
H1.HeaderClassName
{
color: #7D204D;
}
.AnyTagClassName
{
color: #7D204D;
}
</style>
background-color css
<style>
a { background-color: #7D204D; }
a { background-color: rgb(125,32,77); }
div.DivClassName
{
background-color: #7D204D;
}
.BgClassName
{
background-color: #7D204D;
}
</style>
border-color css
<style>
span { border-color: #7D204D; }
span { border-color: rgb(125,32,77); }
td.TdClassName
{
border-color: #7D204D;
}
.TagClassName
{
border-color: #7D204D;
}
</style>