Shades of Flirt #7F3255
Tints of Flirt #7F3255
RGB
CMYK
RGB Variations
Color information
#7F3255 (or 0x7F3255) is known color: Flirt. HEX triplet: 7F, 32 and 55. RGB value is (127,50,85). Sum of RGB (Red+Green+Blue) = 127+50+85=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3255 is #80CDAA. Grayscale: #4C4C4C. Windows color (decimal): -8441259 or 5583487. OLE color: 5583487.
HSL color Cylindrical-coordinate representation of color #7F3255: hue angle of 332.73º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3255 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 50 | 85 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.50 |
| HSL | 332.73º | 0.44% | 0.35% | - |
| HSV(B) | 332.73º | 0.61% | 0.5% | - |
| XYZ | 11.53 | 7.45 | 9.42 | - |
| YUV | 77.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 85 | 0 | 0.61 | 0.33 | 0.50 | 332.73 | 0.44 | 0.35 |
| Hex | 7F | 32 | 55 | 0 | 3D | 21 | 32 | 14D | 2C | 23 |
| Octal | 177 | 62 | 125 | 0 | 75 | 41 | 62 | 515 | 54 | 43 |
| Binary | 1111111 | 110010 | 1010101 | 0 | 111101 | 100001 | 110010 | 101001101 | 101100 | 100011 |
Color Harmonies of #7F3255
Complementary color
Monochromatic Colors of #7F3255
Black with #7F3255
Text Example
Text Example
White with #7F3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3255; }
p { color: rgb(127,50,85); }
H1.HeaderClassName
{
color: #7F3255;
}
.AnyTagClassName
{
color: #7F3255;
}
</style>
background-color css
<style>
a { background-color: #7F3255; }
a { background-color: rgb(127,50,85); }
div.DivClassName
{
background-color: #7F3255;
}
.BgClassName
{
background-color: #7F3255;
}
</style>
border-color css
<style>
span { border-color: #7F3255; }
span { border-color: rgb(127,50,85); }
td.TdClassName
{
border-color: #7F3255;
}
.TagClassName
{
border-color: #7F3255;
}
</style>