Shades of Flirt #7A2257
Tints of Flirt #7A2257
RGB
CMYK
RGB Variations
Color information
#7A2257 (or 0x7A2257) is known color: Flirt. HEX triplet: 7A, 22 and 57. RGB value is (122,34,87). Sum of RGB (Red+Green+Blue) = 122+34+87=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2257 is #85DDA8. Grayscale: #424242. Windows color (decimal): -8773033 or 5710458. OLE color: 5710458.
HSL color Cylindrical-coordinate representation of color #7A2257: hue angle of 323.86º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A2257 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 34 | 87 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.52 |
| HSL | 323.86º | 0.56% | 0.31% | - |
| HSV(B) | 323.86º | 0.72% | 0.48% | - |
| XYZ | 10.32 | 5.97 | 9.63 | - |
| YUV | 66.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 34 | 87 | 0 | 0.72 | 0.29 | 0.52 | 323.86 | 0.56 | 0.31 |
| Hex | 7A | 22 | 57 | 0 | 48 | 1D | 34 | 144 | 38 | 1F |
| Octal | 172 | 42 | 127 | 0 | 110 | 35 | 64 | 504 | 70 | 37 |
| Binary | 1111010 | 100010 | 1010111 | 0 | 1001000 | 11101 | 110100 | 101000100 | 111000 | 11111 |
Color Harmonies of #7A2257
Complementary color
Monochromatic Colors of #7A2257
Black with #7A2257
Text Example
Text Example
White with #7A2257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2257; }
p { color: rgb(122,34,87); }
H1.HeaderClassName
{
color: #7A2257;
}
.AnyTagClassName
{
color: #7A2257;
}
</style>
background-color css
<style>
a { background-color: #7A2257; }
a { background-color: rgb(122,34,87); }
div.DivClassName
{
background-color: #7A2257;
}
.BgClassName
{
background-color: #7A2257;
}
</style>
border-color css
<style>
span { border-color: #7A2257; }
span { border-color: rgb(122,34,87); }
td.TdClassName
{
border-color: #7A2257;
}
.TagClassName
{
border-color: #7A2257;
}
</style>