Shades of Flirt #7F254C
Tints of Flirt #7F254C
RGB
CMYK
RGB Variations
Color information
#7F254C (or 0x7F254C) is known color: Flirt. HEX triplet: 7F, 25 and 4C. RGB value is (127,37,76). Sum of RGB (Red+Green+Blue) = 127+37+76=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F254C is #80DAB3. Grayscale: #444444. Windows color (decimal): -8444596 or 4990335. OLE color: 4990335.
HSL color Cylindrical-coordinate representation of color #7F254C: hue angle of 334º 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 #7F254C is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 76 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.50 |
| HSL | 334º | 0.55% | 0.32% | - |
| HSV(B) | 334º | 0.71% | 0.5% | - |
| XYZ | 10.72 | 6.36 | 7.5 | - |
| YUV | 68.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 76 | 0 | 0.71 | 0.40 | 0.50 | 334 | 0.55 | 0.32 |
| Hex | 7F | 25 | 4C | 0 | 47 | 28 | 32 | 14E | 37 | 20 |
| Octal | 177 | 45 | 114 | 0 | 107 | 50 | 62 | 516 | 67 | 40 |
| Binary | 1111111 | 100101 | 1001100 | 0 | 1000111 | 101000 | 110010 | 101001110 | 110111 | 100000 |
Color Harmonies of #7F254C
Complementary color
Monochromatic Colors of #7F254C
Black with #7F254C
Text Example
Text Example
White with #7F254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F254C; }
p { color: rgb(127,37,76); }
H1.HeaderClassName
{
color: #7F254C;
}
.AnyTagClassName
{
color: #7F254C;
}
</style>
background-color css
<style>
a { background-color: #7F254C; }
a { background-color: rgb(127,37,76); }
div.DivClassName
{
background-color: #7F254C;
}
.BgClassName
{
background-color: #7F254C;
}
</style>
border-color css
<style>
span { border-color: #7F254C; }
span { border-color: rgb(127,37,76); }
td.TdClassName
{
border-color: #7F254C;
}
.TagClassName
{
border-color: #7F254C;
}
</style>