Shades of Flirt #7A3C55
Tints of Flirt #7A3C55
RGB
CMYK
RGB Variations
Color information
#7A3C55 (or 0x7A3C55) is known color: Flirt. HEX triplet: 7A, 3C and 55. RGB value is (122,60,85). Sum of RGB (Red+Green+Blue) = 122+60+85=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3C55 is #85C3AA. Grayscale: #515151. Windows color (decimal): -8766379 or 5586042. OLE color: 5586042.
HSL color Cylindrical-coordinate representation of color #7A3C55: hue angle of 335.81º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A3C55 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 60 | 85 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.52 |
| HSL | 335.81º | 0.34% | 0.36% | - |
| HSV(B) | 335.81º | 0.51% | 0.48% | - |
| XYZ | 11.28 | 8.03 | 9.55 | - |
| YUV | 81.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 60 | 85 | 0 | 0.51 | 0.30 | 0.52 | 335.81 | 0.34 | 0.36 |
| Hex | 7A | 3C | 55 | 0 | 33 | 1E | 34 | 150 | 22 | 24 |
| Octal | 172 | 74 | 125 | 0 | 63 | 36 | 64 | 520 | 42 | 44 |
| Binary | 1111010 | 111100 | 1010101 | 0 | 110011 | 11110 | 110100 | 101010000 | 100010 | 100100 |
Color Harmonies of #7A3C55
Complementary color
Monochromatic Colors of #7A3C55
Black with #7A3C55
Text Example
Text Example
White with #7A3C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3C55; }
p { color: rgb(122,60,85); }
H1.HeaderClassName
{
color: #7A3C55;
}
.AnyTagClassName
{
color: #7A3C55;
}
</style>
background-color css
<style>
a { background-color: #7A3C55; }
a { background-color: rgb(122,60,85); }
div.DivClassName
{
background-color: #7A3C55;
}
.BgClassName
{
background-color: #7A3C55;
}
</style>
border-color css
<style>
span { border-color: #7A3C55; }
span { border-color: rgb(122,60,85); }
td.TdClassName
{
border-color: #7A3C55;
}
.TagClassName
{
border-color: #7A3C55;
}
</style>