Shades of Flirt #7A335C
Tints of Flirt #7A335C
RGB
CMYK
RGB Variations
Color information
#7A335C (or 0x7A335C) is known color: Flirt. HEX triplet: 7A, 33 and 5C. RGB value is (122,51,92). Sum of RGB (Red+Green+Blue) = 122+51+92=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A335C is #85CCA3. Grayscale: #4C4C4C. Windows color (decimal): -8768676 or 6042490. OLE color: 6042490.
HSL color Cylindrical-coordinate representation of color #7A335C: hue angle of 325.35º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A335C is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 92 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.52 |
| HSL | 325.35º | 0.41% | 0.34% | - |
| HSV(B) | 325.35º | 0.58% | 0.48% | - |
| XYZ | 11.14 | 7.28 | 10.94 | - |
| YUV | 76.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 92 | 0 | 0.58 | 0.25 | 0.52 | 325.35 | 0.41 | 0.34 |
| Hex | 7A | 33 | 5C | 0 | 3A | 19 | 34 | 145 | 29 | 22 |
| Octal | 172 | 63 | 134 | 0 | 72 | 31 | 64 | 505 | 51 | 42 |
| Binary | 1111010 | 110011 | 1011100 | 0 | 111010 | 11001 | 110100 | 101000101 | 101001 | 100010 |
Color Harmonies of #7A335C
Complementary color
Monochromatic Colors of #7A335C
Black with #7A335C
Text Example
Text Example
White with #7A335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A335C; }
p { color: rgb(122,51,92); }
H1.HeaderClassName
{
color: #7A335C;
}
.AnyTagClassName
{
color: #7A335C;
}
</style>
background-color css
<style>
a { background-color: #7A335C; }
a { background-color: rgb(122,51,92); }
div.DivClassName
{
background-color: #7A335C;
}
.BgClassName
{
background-color: #7A335C;
}
</style>
border-color css
<style>
span { border-color: #7A335C; }
span { border-color: rgb(122,51,92); }
td.TdClassName
{
border-color: #7A335C;
}
.TagClassName
{
border-color: #7A335C;
}
</style>