Shades of Flirt #7A1E4E
Tints of Flirt #7A1E4E
RGB
CMYK
RGB Variations
Color information
#7A1E4E (or 0x7A1E4E) is known color: Flirt. HEX triplet: 7A, 1E and 4E. RGB value is (122,30,78). Sum of RGB (Red+Green+Blue) = 122+30+78=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1E4E is #85E1B1. Grayscale: #3E3E3E. Windows color (decimal): -8774066 or 5119610. OLE color: 5119610.
HSL color Cylindrical-coordinate representation of color #7A1E4E: hue angle of 328.7º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A1E4E is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 30 | 78 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.52 |
| HSL | 328.7º | 0.61% | 0.3% | - |
| HSV(B) | 328.7º | 0.75% | 0.48% | - |
| XYZ | 9.87 | 5.62 | 7.77 | - |
| YUV | 62.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 30 | 78 | 0 | 0.75 | 0.36 | 0.52 | 328.7 | 0.61 | 0.3 |
| Hex | 7A | 1E | 4E | 0 | 4B | 24 | 34 | 149 | 3D | 1E |
| Octal | 172 | 36 | 116 | 0 | 113 | 44 | 64 | 511 | 75 | 36 |
| Binary | 1111010 | 11110 | 1001110 | 0 | 1001011 | 100100 | 110100 | 101001001 | 111101 | 11110 |
Color Harmonies of #7A1E4E
Complementary color
Monochromatic Colors of #7A1E4E
Black with #7A1E4E
Text Example
Text Example
White with #7A1E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1E4E; }
p { color: rgb(122,30,78); }
H1.HeaderClassName
{
color: #7A1E4E;
}
.AnyTagClassName
{
color: #7A1E4E;
}
</style>
background-color css
<style>
a { background-color: #7A1E4E; }
a { background-color: rgb(122,30,78); }
div.DivClassName
{
background-color: #7A1E4E;
}
.BgClassName
{
background-color: #7A1E4E;
}
</style>
border-color css
<style>
span { border-color: #7A1E4E; }
span { border-color: rgb(122,30,78); }
td.TdClassName
{
border-color: #7A1E4E;
}
.TagClassName
{
border-color: #7A1E4E;
}
</style>