Shades of Flirt #7A315B
Tints of Flirt #7A315B
RGB
CMYK
RGB Variations
Color information
#7A315B (or 0x7A315B) is known color: Flirt. HEX triplet: 7A, 31 and 5B. RGB value is (122,49,91). Sum of RGB (Red+Green+Blue) = 122+49+91=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A315B is #85CEA4. Grayscale: #4B4B4B. Windows color (decimal): -8769189 or 5976442. OLE color: 5976442.
HSL color Cylindrical-coordinate representation of color #7A315B: hue angle of 325.48º 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 #7A315B is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 49 | 91 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.52 |
| HSL | 325.48º | 0.43% | 0.34% | - |
| HSV(B) | 325.48º | 0.6% | 0.48% | - |
| XYZ | 11.01 | 7.09 | 10.69 | - |
| YUV | 75.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 49 | 91 | 0 | 0.60 | 0.25 | 0.52 | 325.48 | 0.43 | 0.34 |
| Hex | 7A | 31 | 5B | 0 | 3C | 19 | 34 | 145 | 2B | 22 |
| Octal | 172 | 61 | 133 | 0 | 74 | 31 | 64 | 505 | 53 | 42 |
| Binary | 1111010 | 110001 | 1011011 | 0 | 111100 | 11001 | 110100 | 101000101 | 101011 | 100010 |
Color Harmonies of #7A315B
Complementary color
Monochromatic Colors of #7A315B
Black with #7A315B
Text Example
Text Example
White with #7A315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A315B; }
p { color: rgb(122,49,91); }
H1.HeaderClassName
{
color: #7A315B;
}
.AnyTagClassName
{
color: #7A315B;
}
</style>
background-color css
<style>
a { background-color: #7A315B; }
a { background-color: rgb(122,49,91); }
div.DivClassName
{
background-color: #7A315B;
}
.BgClassName
{
background-color: #7A315B;
}
</style>
border-color css
<style>
span { border-color: #7A315B; }
span { border-color: rgb(122,49,91); }
td.TdClassName
{
border-color: #7A315B;
}
.TagClassName
{
border-color: #7A315B;
}
</style>