Shades of Flirt #7E3052
Tints of Flirt #7E3052
RGB
CMYK
RGB Variations
Color information
#7E3052 (or 0x7E3052) is known color: Flirt. HEX triplet: 7E, 30 and 52. RGB value is (126,48,82). Sum of RGB (Red+Green+Blue) = 126+48+82=256 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.22% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3052 is #81CFAD. Grayscale: #4B4B4B. Windows color (decimal): -8507310 or 5386366. OLE color: 5386366.
HSL color Cylindrical-coordinate representation of color #7E3052: hue angle of 333.85º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E3052 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 48 | 82 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.51 |
| HSL | 333.85º | 0.45% | 0.34% | - |
| HSV(B) | 333.85º | 0.62% | 0.49% | - |
| XYZ | 11.18 | 7.16 | 8.77 | - |
| YUV | 75.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 48 | 82 | 0 | 0.62 | 0.35 | 0.51 | 333.85 | 0.45 | 0.34 |
| Hex | 7E | 30 | 52 | 0 | 3E | 23 | 33 | 14E | 2D | 22 |
| Octal | 176 | 60 | 122 | 0 | 76 | 43 | 63 | 516 | 55 | 42 |
| Binary | 1111110 | 110000 | 1010010 | 0 | 111110 | 100011 | 110011 | 101001110 | 101101 | 100010 |
Color Harmonies of #7E3052
Complementary color
Monochromatic Colors of #7E3052
Black with #7E3052
Text Example
Text Example
White with #7E3052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3052; }
p { color: rgb(126,48,82); }
H1.HeaderClassName
{
color: #7E3052;
}
.AnyTagClassName
{
color: #7E3052;
}
</style>
background-color css
<style>
a { background-color: #7E3052; }
a { background-color: rgb(126,48,82); }
div.DivClassName
{
background-color: #7E3052;
}
.BgClassName
{
background-color: #7E3052;
}
</style>
border-color css
<style>
span { border-color: #7E3052; }
span { border-color: rgb(126,48,82); }
td.TdClassName
{
border-color: #7E3052;
}
.TagClassName
{
border-color: #7E3052;
}
</style>