Shades of Flirt #7A295D
Tints of Flirt #7A295D
RGB
CMYK
RGB Variations
Color information
#7A295D (or 0x7A295D) is known color: Flirt. HEX triplet: 7A, 29 and 5D. RGB value is (122,41,93). Sum of RGB (Red+Green+Blue) = 122+41+93=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A295D is #85D6A2. Grayscale: #474747. Windows color (decimal): -8771235 or 6105466. OLE color: 6105466.
HSL color Cylindrical-coordinate representation of color #7A295D: hue angle of 321.48º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A295D is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 41 | 93 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.52 |
| HSL | 321.48º | 0.5% | 0.32% | - |
| HSV(B) | 321.48º | 0.66% | 0.48% | - |
| XYZ | 10.79 | 6.51 | 11.04 | - |
| YUV | 71.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 41 | 93 | 0 | 0.66 | 0.24 | 0.52 | 321.48 | 0.5 | 0.32 |
| Hex | 7A | 29 | 5D | 0 | 42 | 18 | 34 | 141 | 32 | 20 |
| Octal | 172 | 51 | 135 | 0 | 102 | 30 | 64 | 501 | 62 | 40 |
| Binary | 1111010 | 101001 | 1011101 | 0 | 1000010 | 11000 | 110100 | 101000001 | 110010 | 100000 |
Color Harmonies of #7A295D
Complementary color
Monochromatic Colors of #7A295D
Black with #7A295D
Text Example
Text Example
White with #7A295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A295D; }
p { color: rgb(122,41,93); }
H1.HeaderClassName
{
color: #7A295D;
}
.AnyTagClassName
{
color: #7A295D;
}
</style>
background-color css
<style>
a { background-color: #7A295D; }
a { background-color: rgb(122,41,93); }
div.DivClassName
{
background-color: #7A295D;
}
.BgClassName
{
background-color: #7A295D;
}
</style>
border-color css
<style>
span { border-color: #7A295D; }
span { border-color: rgb(122,41,93); }
td.TdClassName
{
border-color: #7A295D;
}
.TagClassName
{
border-color: #7A295D;
}
</style>