Shades of Flirt #7F3858
Tints of Flirt #7F3858
RGB
CMYK
RGB Variations
Color information
#7F3858 (or 0x7F3858) is known color: Flirt. HEX triplet: 7F, 38 and 58. RGB value is (127,56,88). Sum of RGB (Red+Green+Blue) = 127+56+88=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3858 is #80C7A7. Grayscale: #505050. Windows color (decimal): -8439720 or 5781631. OLE color: 5781631.
HSL color Cylindrical-coordinate representation of color #7F3858: hue angle of 332.96º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F3858 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 56 | 88 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.50 |
| HSL | 332.96º | 0.39% | 0.36% | - |
| HSV(B) | 332.96º | 0.56% | 0.5% | - |
| XYZ | 11.93 | 8.04 | 10.16 | - |
| YUV | 80.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 88 | 0 | 0.56 | 0.31 | 0.50 | 332.96 | 0.39 | 0.36 |
| Hex | 7F | 38 | 58 | 0 | 38 | 1F | 32 | 14D | 27 | 24 |
| Octal | 177 | 70 | 130 | 0 | 70 | 37 | 62 | 515 | 47 | 44 |
| Binary | 1111111 | 111000 | 1011000 | 0 | 111000 | 11111 | 110010 | 101001101 | 100111 | 100100 |
Color Harmonies of #7F3858
Complementary color
Monochromatic Colors of #7F3858
Black with #7F3858
Text Example
Text Example
White with #7F3858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3858; }
p { color: rgb(127,56,88); }
H1.HeaderClassName
{
color: #7F3858;
}
.AnyTagClassName
{
color: #7F3858;
}
</style>
background-color css
<style>
a { background-color: #7F3858; }
a { background-color: rgb(127,56,88); }
div.DivClassName
{
background-color: #7F3858;
}
.BgClassName
{
background-color: #7F3858;
}
</style>
border-color css
<style>
span { border-color: #7F3858; }
span { border-color: rgb(127,56,88); }
td.TdClassName
{
border-color: #7F3858;
}
.TagClassName
{
border-color: #7F3858;
}
</style>