Shades of Flirt #7A325A
Tints of Flirt #7A325A
RGB
CMYK
RGB Variations
Color information
#7A325A (or 0x7A325A) is known color: Flirt. HEX triplet: 7A, 32 and 5A. RGB value is (122,50,90). Sum of RGB (Red+Green+Blue) = 122+50+90=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A325A is #85CDA5. Grayscale: #4C4C4C. Windows color (decimal): -8768934 or 5911162. OLE color: 5911162.
HSL color Cylindrical-coordinate representation of color #7A325A: hue angle of 326.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A325A is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 50 | 90 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.52 |
| HSL | 326.67º | 0.42% | 0.34% | - |
| HSV(B) | 326.67º | 0.59% | 0.48% | - |
| XYZ | 11.01 | 7.16 | 10.47 | - |
| YUV | 76.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 90 | 0 | 0.59 | 0.26 | 0.52 | 326.67 | 0.42 | 0.34 |
| Hex | 7A | 32 | 5A | 0 | 3B | 1A | 34 | 147 | 2A | 22 |
| Octal | 172 | 62 | 132 | 0 | 73 | 32 | 64 | 507 | 52 | 42 |
| Binary | 1111010 | 110010 | 1011010 | 0 | 111011 | 11010 | 110100 | 101000111 | 101010 | 100010 |
Color Harmonies of #7A325A
Complementary color
Monochromatic Colors of #7A325A
Black with #7A325A
Text Example
Text Example
White with #7A325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A325A; }
p { color: rgb(122,50,90); }
H1.HeaderClassName
{
color: #7A325A;
}
.AnyTagClassName
{
color: #7A325A;
}
</style>
background-color css
<style>
a { background-color: #7A325A; }
a { background-color: rgb(122,50,90); }
div.DivClassName
{
background-color: #7A325A;
}
.BgClassName
{
background-color: #7A325A;
}
</style>
border-color css
<style>
span { border-color: #7A325A; }
span { border-color: rgb(122,50,90); }
td.TdClassName
{
border-color: #7A325A;
}
.TagClassName
{
border-color: #7A325A;
}
</style>