Shades of Flirt #7F3453
Tints of Flirt #7F3453
RGB
CMYK
RGB Variations
Color information
#7F3453 (or 0x7F3453) is known color: Flirt. HEX triplet: 7F, 34 and 53. RGB value is (127,52,83). Sum of RGB (Red+Green+Blue) = 127+52+83=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3453 is #80CBAC. Grayscale: #4D4D4D. Windows color (decimal): -8440749 or 5452927. OLE color: 5452927.
HSL color Cylindrical-coordinate representation of color #7F3453: hue angle of 335.2º 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 #7F3453 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 52 | 83 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.50 |
| HSL | 335.2º | 0.42% | 0.35% | - |
| HSV(B) | 335.2º | 0.59% | 0.5% | - |
| XYZ | 11.54 | 7.59 | 9.04 | - |
| YUV | 77.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 52 | 83 | 0 | 0.59 | 0.35 | 0.50 | 335.2 | 0.42 | 0.35 |
| Hex | 7F | 34 | 53 | 0 | 3B | 23 | 32 | 14F | 2A | 23 |
| Octal | 177 | 64 | 123 | 0 | 73 | 43 | 62 | 517 | 52 | 43 |
| Binary | 1111111 | 110100 | 1010011 | 0 | 111011 | 100011 | 110010 | 101001111 | 101010 | 100011 |
Color Harmonies of #7F3453
Complementary color
Monochromatic Colors of #7F3453
Black with #7F3453
Text Example
Text Example
White with #7F3453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3453; }
p { color: rgb(127,52,83); }
H1.HeaderClassName
{
color: #7F3453;
}
.AnyTagClassName
{
color: #7F3453;
}
</style>
background-color css
<style>
a { background-color: #7F3453; }
a { background-color: rgb(127,52,83); }
div.DivClassName
{
background-color: #7F3453;
}
.BgClassName
{
background-color: #7F3453;
}
</style>
border-color css
<style>
span { border-color: #7F3453; }
span { border-color: rgb(127,52,83); }
td.TdClassName
{
border-color: #7F3453;
}
.TagClassName
{
border-color: #7F3453;
}
</style>