Shades of Flirt #7C2255
Tints of Flirt #7C2255
RGB
CMYK
RGB Variations
Color information
#7C2255 (or 0x7C2255) is known color: Flirt. HEX triplet: 7C, 22 and 55. RGB value is (124,34,85). Sum of RGB (Red+Green+Blue) = 124+34+85=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2255 is #83DDAA. Grayscale: #424242. Windows color (decimal): -8641963 or 5579388. OLE color: 5579388.
HSL color Cylindrical-coordinate representation of color #7C2255: hue angle of 326º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2255 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 34 | 85 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.51 |
| HSL | 326º | 0.57% | 0.31% | - |
| HSV(B) | 326º | 0.73% | 0.49% | - |
| XYZ | 10.52 | 6.09 | 9.21 | - |
| YUV | 66.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 85 | 0 | 0.73 | 0.31 | 0.51 | 326 | 0.57 | 0.31 |
| Hex | 7C | 22 | 55 | 0 | 49 | 1F | 33 | 146 | 39 | 1F |
| Octal | 174 | 42 | 125 | 0 | 111 | 37 | 63 | 506 | 71 | 37 |
| Binary | 1111100 | 100010 | 1010101 | 0 | 1001001 | 11111 | 110011 | 101000110 | 111001 | 11111 |
Color Harmonies of #7C2255
Complementary color
Monochromatic Colors of #7C2255
Black with #7C2255
Text Example
Text Example
White with #7C2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2255; }
p { color: rgb(124,34,85); }
H1.HeaderClassName
{
color: #7C2255;
}
.AnyTagClassName
{
color: #7C2255;
}
</style>
background-color css
<style>
a { background-color: #7C2255; }
a { background-color: rgb(124,34,85); }
div.DivClassName
{
background-color: #7C2255;
}
.BgClassName
{
background-color: #7C2255;
}
</style>
border-color css
<style>
span { border-color: #7C2255; }
span { border-color: rgb(124,34,85); }
td.TdClassName
{
border-color: #7C2255;
}
.TagClassName
{
border-color: #7C2255;
}
</style>