Shades of Flirt #7A334F
Tints of Flirt #7A334F
RGB
CMYK
RGB Variations
Color information
#7A334F (or 0x7A334F) is known color: Flirt. HEX triplet: 7A, 33 and 4F. RGB value is (122,51,79). Sum of RGB (Red+Green+Blue) = 122+51+79=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A334F is #85CCB0. Grayscale: #4B4B4B. Windows color (decimal): -8768689 or 5190522. OLE color: 5190522.
HSL color Cylindrical-coordinate representation of color #7A334F: hue angle of 336.34º 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 #7A334F is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 79 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.52 |
| HSL | 336.34º | 0.41% | 0.34% | - |
| HSV(B) | 336.34º | 0.58% | 0.48% | - |
| XYZ | 10.62 | 7.07 | 8.2 | - |
| YUV | 75.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 79 | 0 | 0.58 | 0.35 | 0.52 | 336.34 | 0.41 | 0.34 |
| Hex | 7A | 33 | 4F | 0 | 3A | 23 | 34 | 150 | 29 | 22 |
| Octal | 172 | 63 | 117 | 0 | 72 | 43 | 64 | 520 | 51 | 42 |
| Binary | 1111010 | 110011 | 1001111 | 0 | 111010 | 100011 | 110100 | 101010000 | 101001 | 100010 |
Color Harmonies of #7A334F
Complementary color
Monochromatic Colors of #7A334F
Black with #7A334F
Text Example
Text Example
White with #7A334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A334F; }
p { color: rgb(122,51,79); }
H1.HeaderClassName
{
color: #7A334F;
}
.AnyTagClassName
{
color: #7A334F;
}
</style>
background-color css
<style>
a { background-color: #7A334F; }
a { background-color: rgb(122,51,79); }
div.DivClassName
{
background-color: #7A334F;
}
.BgClassName
{
background-color: #7A334F;
}
</style>
border-color css
<style>
span { border-color: #7A334F; }
span { border-color: rgb(122,51,79); }
td.TdClassName
{
border-color: #7A334F;
}
.TagClassName
{
border-color: #7A334F;
}
</style>