Shades of Flirt #7A1E54
Tints of Flirt #7A1E54
RGB
CMYK
RGB Variations
Color information
#7A1E54 (or 0x7A1E54) is known color: Flirt. HEX triplet: 7A, 1E and 54. RGB value is (122,30,84). Sum of RGB (Red+Green+Blue) = 122+30+84=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1E54 is #85E1AB. Grayscale: #3F3F3F. Windows color (decimal): -8774060 or 5512826. OLE color: 5512826.
HSL color Cylindrical-coordinate representation of color #7A1E54: hue angle of 324.78º 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 #7A1E54 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 30 | 84 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.52 |
| HSL | 324.78º | 0.61% | 0.3% | - |
| HSV(B) | 324.78º | 0.75% | 0.48% | - |
| XYZ | 10.09 | 5.71 | 8.96 | - |
| YUV | 63.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 30 | 84 | 0 | 0.75 | 0.31 | 0.52 | 324.78 | 0.61 | 0.3 |
| Hex | 7A | 1E | 54 | 0 | 4B | 1F | 34 | 145 | 3D | 1E |
| Octal | 172 | 36 | 124 | 0 | 113 | 37 | 64 | 505 | 75 | 36 |
| Binary | 1111010 | 11110 | 1010100 | 0 | 1001011 | 11111 | 110100 | 101000101 | 111101 | 11110 |
Color Harmonies of #7A1E54
Complementary color
Monochromatic Colors of #7A1E54
Black with #7A1E54
Text Example
Text Example
White with #7A1E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1E54; }
p { color: rgb(122,30,84); }
H1.HeaderClassName
{
color: #7A1E54;
}
.AnyTagClassName
{
color: #7A1E54;
}
</style>
background-color css
<style>
a { background-color: #7A1E54; }
a { background-color: rgb(122,30,84); }
div.DivClassName
{
background-color: #7A1E54;
}
.BgClassName
{
background-color: #7A1E54;
}
</style>
border-color css
<style>
span { border-color: #7A1E54; }
span { border-color: rgb(122,30,84); }
td.TdClassName
{
border-color: #7A1E54;
}
.TagClassName
{
border-color: #7A1E54;
}
</style>