Shades of Flirt #7F2556
Tints of Flirt #7F2556
RGB
CMYK
RGB Variations
Color information
#7F2556 (or 0x7F2556) is known color: Flirt. HEX triplet: 7F, 25 and 56. RGB value is (127,37,86). Sum of RGB (Red+Green+Blue) = 127+37+86=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2556 is #80DAA9. Grayscale: #454545. Windows color (decimal): -8444586 or 5645695. OLE color: 5645695.
HSL color Cylindrical-coordinate representation of color #7F2556: hue angle of 327.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F2556 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 86 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.50 |
| HSL | 327.33º | 0.55% | 0.32% | - |
| HSV(B) | 327.33º | 0.71% | 0.5% | - |
| XYZ | 11.09 | 6.51 | 9.48 | - |
| YUV | 69.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 86 | 0 | 0.71 | 0.32 | 0.50 | 327.33 | 0.55 | 0.32 |
| Hex | 7F | 25 | 56 | 0 | 47 | 20 | 32 | 147 | 37 | 20 |
| Octal | 177 | 45 | 126 | 0 | 107 | 40 | 62 | 507 | 67 | 40 |
| Binary | 1111111 | 100101 | 1010110 | 0 | 1000111 | 100000 | 110010 | 101000111 | 110111 | 100000 |
Color Harmonies of #7F2556
Complementary color
Monochromatic Colors of #7F2556
Black with #7F2556
Text Example
Text Example
White with #7F2556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2556; }
p { color: rgb(127,37,86); }
H1.HeaderClassName
{
color: #7F2556;
}
.AnyTagClassName
{
color: #7F2556;
}
</style>
background-color css
<style>
a { background-color: #7F2556; }
a { background-color: rgb(127,37,86); }
div.DivClassName
{
background-color: #7F2556;
}
.BgClassName
{
background-color: #7F2556;
}
</style>
border-color css
<style>
span { border-color: #7F2556; }
span { border-color: rgb(127,37,86); }
td.TdClassName
{
border-color: #7F2556;
}
.TagClassName
{
border-color: #7F2556;
}
</style>