Shades of Flirt #7A315A
Tints of Flirt #7A315A
RGB
CMYK
RGB Variations
Color information
#7A315A (or 0x7A315A) is known color: Flirt. HEX triplet: 7A, 31 and 5A. RGB value is (122,49,90). Sum of RGB (Red+Green+Blue) = 122+49+90=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 122 - color contains mainly: red. Hex color #7A315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A315A is #85CEA5. Grayscale: #4B4B4B. Windows color (decimal): -8769190 or 5910906. OLE color: 5910906.
HSL color Cylindrical-coordinate representation of color #7A315A: hue angle of 326.3º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A315A is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 49 | 90 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.52 |
| HSL | 326.3º | 0.43% | 0.34% | - |
| HSV(B) | 326.3º | 0.6% | 0.48% | - |
| XYZ | 10.97 | 7.07 | 10.46 | - |
| YUV | 75.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 49 | 90 | 0 | 0.60 | 0.26 | 0.52 | 326.3 | 0.43 | 0.34 |
| Hex | 7A | 31 | 5A | 0 | 3C | 1A | 34 | 146 | 2B | 22 |
| Octal | 172 | 61 | 132 | 0 | 74 | 32 | 64 | 506 | 53 | 42 |
| Binary | 1111010 | 110001 | 1011010 | 0 | 111100 | 11010 | 110100 | 101000110 | 101011 | 100010 |
Color Harmonies of #7A315A
Complementary color
Monochromatic Colors of #7A315A
Black with #7A315A
Text Example
Text Example
White with #7A315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A315A; }
p { color: rgb(122,49,90); }
H1.HeaderClassName
{
color: #7A315A;
}
.AnyTagClassName
{
color: #7A315A;
}
</style>
background-color css
<style>
a { background-color: #7A315A; }
a { background-color: rgb(122,49,90); }
div.DivClassName
{
background-color: #7A315A;
}
.BgClassName
{
background-color: #7A315A;
}
</style>
border-color css
<style>
span { border-color: #7A315A; }
span { border-color: rgb(122,49,90); }
td.TdClassName
{
border-color: #7A315A;
}
.TagClassName
{
border-color: #7A315A;
}
</style>