Shades of Flirt #7A2D5B
Tints of Flirt #7A2D5B
RGB
CMYK
RGB Variations
Color information
#7A2D5B (or 0x7A2D5B) is known color: Flirt. HEX triplet: 7A, 2D and 5B. RGB value is (122,45,91). Sum of RGB (Red+Green+Blue) = 122+45+91=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2D5B is #85D2A4. Grayscale: #494949. Windows color (decimal): -8770213 or 5975418. OLE color: 5975418.
HSL color Cylindrical-coordinate representation of color #7A2D5B: hue angle of 324.16º 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 #7A2D5B is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 45 | 91 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.52 |
| HSL | 324.16º | 0.46% | 0.33% | - |
| HSV(B) | 324.16º | 0.63% | 0.48% | - |
| XYZ | 10.85 | 6.77 | 10.63 | - |
| YUV | 73.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 45 | 91 | 0 | 0.63 | 0.25 | 0.52 | 324.16 | 0.46 | 0.33 |
| Hex | 7A | 2D | 5B | 0 | 3F | 19 | 34 | 144 | 2E | 21 |
| Octal | 172 | 55 | 133 | 0 | 77 | 31 | 64 | 504 | 56 | 41 |
| Binary | 1111010 | 101101 | 1011011 | 0 | 111111 | 11001 | 110100 | 101000100 | 101110 | 100001 |
Color Harmonies of #7A2D5B
Complementary color
Monochromatic Colors of #7A2D5B
Black with #7A2D5B
Text Example
Text Example
White with #7A2D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2D5B; }
p { color: rgb(122,45,91); }
H1.HeaderClassName
{
color: #7A2D5B;
}
.AnyTagClassName
{
color: #7A2D5B;
}
</style>
background-color css
<style>
a { background-color: #7A2D5B; }
a { background-color: rgb(122,45,91); }
div.DivClassName
{
background-color: #7A2D5B;
}
.BgClassName
{
background-color: #7A2D5B;
}
</style>
border-color css
<style>
span { border-color: #7A2D5B; }
span { border-color: rgb(122,45,91); }
td.TdClassName
{
border-color: #7A2D5B;
}
.TagClassName
{
border-color: #7A2D5B;
}
</style>