Shades of Flirt #7F2B54
Tints of Flirt #7F2B54
RGB
CMYK
RGB Variations
Color information
#7F2B54 (or 0x7F2B54) is known color: Flirt. HEX triplet: 7F, 2B and 54. RGB value is (127,43,84). Sum of RGB (Red+Green+Blue) = 127+43+84=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2B54 is #80D4AB. Grayscale: #484848. Windows color (decimal): -8443052 or 5516159. OLE color: 5516159.
HSL color Cylindrical-coordinate representation of color #7F2B54: hue angle of 330.71º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F2B54 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 43 | 84 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.50 |
| HSL | 330.71º | 0.49% | 0.33% | - |
| HSV(B) | 330.71º | 0.66% | 0.5% | - |
| XYZ | 11.22 | 6.88 | 9.12 | - |
| YUV | 72.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 43 | 84 | 0 | 0.66 | 0.34 | 0.50 | 330.71 | 0.49 | 0.33 |
| Hex | 7F | 2B | 54 | 0 | 42 | 22 | 32 | 14B | 31 | 21 |
| Octal | 177 | 53 | 124 | 0 | 102 | 42 | 62 | 513 | 61 | 41 |
| Binary | 1111111 | 101011 | 1010100 | 0 | 1000010 | 100010 | 110010 | 101001011 | 110001 | 100001 |
Color Harmonies of #7F2B54
Complementary color
Monochromatic Colors of #7F2B54
Black with #7F2B54
Text Example
Text Example
White with #7F2B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2B54; }
p { color: rgb(127,43,84); }
H1.HeaderClassName
{
color: #7F2B54;
}
.AnyTagClassName
{
color: #7F2B54;
}
</style>
background-color css
<style>
a { background-color: #7F2B54; }
a { background-color: rgb(127,43,84); }
div.DivClassName
{
background-color: #7F2B54;
}
.BgClassName
{
background-color: #7F2B54;
}
</style>
border-color css
<style>
span { border-color: #7F2B54; }
span { border-color: rgb(127,43,84); }
td.TdClassName
{
border-color: #7F2B54;
}
.TagClassName
{
border-color: #7F2B54;
}
</style>