Shades of Flirt #7F244C
Tints of Flirt #7F244C
RGB
CMYK
RGB Variations
Color information
#7F244C (or 0x7F244C) is known color: Flirt. HEX triplet: 7F, 24 and 4C. RGB value is (127,36,76). Sum of RGB (Red+Green+Blue) = 127+36+76=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F244C is #80DBB3. Grayscale: #434343. Windows color (decimal): -8444852 or 4990079. OLE color: 4990079.
HSL color Cylindrical-coordinate representation of color #7F244C: hue angle of 333.63º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F244C is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 36 | 76 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.50 |
| HSL | 333.63º | 0.56% | 0.32% | - |
| HSV(B) | 333.63º | 0.72% | 0.5% | - |
| XYZ | 10.69 | 6.3 | 7.49 | - |
| YUV | 67.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 36 | 76 | 0 | 0.72 | 0.40 | 0.50 | 333.63 | 0.56 | 0.32 |
| Hex | 7F | 24 | 4C | 0 | 48 | 28 | 32 | 14E | 38 | 20 |
| Octal | 177 | 44 | 114 | 0 | 110 | 50 | 62 | 516 | 70 | 40 |
| Binary | 1111111 | 100100 | 1001100 | 0 | 1001000 | 101000 | 110010 | 101001110 | 111000 | 100000 |
Color Harmonies of #7F244C
Complementary color
Monochromatic Colors of #7F244C
Black with #7F244C
Text Example
Text Example
White with #7F244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F244C; }
p { color: rgb(127,36,76); }
H1.HeaderClassName
{
color: #7F244C;
}
.AnyTagClassName
{
color: #7F244C;
}
</style>
background-color css
<style>
a { background-color: #7F244C; }
a { background-color: rgb(127,36,76); }
div.DivClassName
{
background-color: #7F244C;
}
.BgClassName
{
background-color: #7F244C;
}
</style>
border-color css
<style>
span { border-color: #7F244C; }
span { border-color: rgb(127,36,76); }
td.TdClassName
{
border-color: #7F244C;
}
.TagClassName
{
border-color: #7F244C;
}
</style>