Shades of Flirt #7A2D5C
Tints of Flirt #7A2D5C
RGB
CMYK
RGB Variations
Color information
#7A2D5C (or 0x7A2D5C) is known color: Flirt. HEX triplet: 7A, 2D and 5C. RGB value is (122,45,92). Sum of RGB (Red+Green+Blue) = 122+45+92=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2D5C is #85D2A3. Grayscale: #494949. Windows color (decimal): -8770212 or 6040954. OLE color: 6040954.
HSL color Cylindrical-coordinate representation of color #7A2D5C: hue angle of 323.38º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A2D5C is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 45 | 92 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.52 |
| HSL | 323.38º | 0.46% | 0.33% | - |
| HSV(B) | 323.38º | 0.63% | 0.48% | - |
| XYZ | 10.9 | 6.79 | 10.86 | - |
| YUV | 73.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 45 | 92 | 0 | 0.63 | 0.25 | 0.52 | 323.38 | 0.46 | 0.33 |
| Hex | 7A | 2D | 5C | 0 | 3F | 19 | 34 | 143 | 2E | 21 |
| Octal | 172 | 55 | 134 | 0 | 77 | 31 | 64 | 503 | 56 | 41 |
| Binary | 1111010 | 101101 | 1011100 | 0 | 111111 | 11001 | 110100 | 101000011 | 101110 | 100001 |
Color Harmonies of #7A2D5C
Complementary color
Monochromatic Colors of #7A2D5C
Black with #7A2D5C
Text Example
Text Example
White with #7A2D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2D5C; }
p { color: rgb(122,45,92); }
H1.HeaderClassName
{
color: #7A2D5C;
}
.AnyTagClassName
{
color: #7A2D5C;
}
</style>
background-color css
<style>
a { background-color: #7A2D5C; }
a { background-color: rgb(122,45,92); }
div.DivClassName
{
background-color: #7A2D5C;
}
.BgClassName
{
background-color: #7A2D5C;
}
</style>
border-color css
<style>
span { border-color: #7A2D5C; }
span { border-color: rgb(122,45,92); }
td.TdClassName
{
border-color: #7A2D5C;
}
.TagClassName
{
border-color: #7A2D5C;
}
</style>