Shades of Flirt #7F3455
Tints of Flirt #7F3455
RGB
CMYK
RGB Variations
Color information
#7F3455 (or 0x7F3455) is known color: Flirt. HEX triplet: 7F, 34 and 55. RGB value is (127,52,85). Sum of RGB (Red+Green+Blue) = 127+52+85=264 (34% of max value = 765). Red value is 127 (50% from 255 or 48.11% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3455 is #80CBAA. Grayscale: #4E4E4E. Windows color (decimal): -8440747 or 5583999. OLE color: 5583999.
HSL color Cylindrical-coordinate representation of color #7F3455: hue angle of 333.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F3455 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 52 | 85 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.50 |
| HSL | 333.6º | 0.42% | 0.35% | - |
| HSV(B) | 333.6º | 0.59% | 0.5% | - |
| XYZ | 11.62 | 7.62 | 9.45 | - |
| YUV | 78.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 52 | 85 | 0 | 0.59 | 0.33 | 0.50 | 333.6 | 0.42 | 0.35 |
| Hex | 7F | 34 | 55 | 0 | 3B | 21 | 32 | 14E | 2A | 23 |
| Octal | 177 | 64 | 125 | 0 | 73 | 41 | 62 | 516 | 52 | 43 |
| Binary | 1111111 | 110100 | 1010101 | 0 | 111011 | 100001 | 110010 | 101001110 | 101010 | 100011 |
Color Harmonies of #7F3455
Complementary color
Monochromatic Colors of #7F3455
Black with #7F3455
Text Example
Text Example
White with #7F3455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3455; }
p { color: rgb(127,52,85); }
H1.HeaderClassName
{
color: #7F3455;
}
.AnyTagClassName
{
color: #7F3455;
}
</style>
background-color css
<style>
a { background-color: #7F3455; }
a { background-color: rgb(127,52,85); }
div.DivClassName
{
background-color: #7F3455;
}
.BgClassName
{
background-color: #7F3455;
}
</style>
border-color css
<style>
span { border-color: #7F3455; }
span { border-color: rgb(127,52,85); }
td.TdClassName
{
border-color: #7F3455;
}
.TagClassName
{
border-color: #7F3455;
}
</style>