Shades of Flirt #7E204F
Tints of Flirt #7E204F
RGB
CMYK
RGB Variations
Color information
#7E204F (or 0x7E204F) is known color: Flirt. HEX triplet: 7E, 20 and 4F. RGB value is (126,32,79). Sum of RGB (Red+Green+Blue) = 126+32+79=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E204F is #81DFB0. Grayscale: #414141. Windows color (decimal): -8511409 or 5185662. OLE color: 5185662.
HSL color Cylindrical-coordinate representation of color #7E204F: hue angle of 330º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E204F is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 32 | 79 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.51 |
| HSL | 330º | 0.59% | 0.31% | - |
| HSV(B) | 330º | 0.75% | 0.49% | - |
| XYZ | 10.53 | 6.03 | 8.01 | - |
| YUV | 65.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 32 | 79 | 0 | 0.75 | 0.37 | 0.51 | 330 | 0.59 | 0.31 |
| Hex | 7E | 20 | 4F | 0 | 4B | 25 | 33 | 14A | 3B | 1F |
| Octal | 176 | 40 | 117 | 0 | 113 | 45 | 63 | 512 | 73 | 37 |
| Binary | 1111110 | 100000 | 1001111 | 0 | 1001011 | 100101 | 110011 | 101001010 | 111011 | 11111 |
Color Harmonies of #7E204F
Complementary color
Monochromatic Colors of #7E204F
Black with #7E204F
Text Example
Text Example
White with #7E204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E204F; }
p { color: rgb(126,32,79); }
H1.HeaderClassName
{
color: #7E204F;
}
.AnyTagClassName
{
color: #7E204F;
}
</style>
background-color css
<style>
a { background-color: #7E204F; }
a { background-color: rgb(126,32,79); }
div.DivClassName
{
background-color: #7E204F;
}
.BgClassName
{
background-color: #7E204F;
}
</style>
border-color css
<style>
span { border-color: #7E204F; }
span { border-color: rgb(126,32,79); }
td.TdClassName
{
border-color: #7E204F;
}
.TagClassName
{
border-color: #7E204F;
}
</style>