Shades of Flirt #7F1A4A
Tints of Flirt #7F1A4A
RGB
CMYK
RGB Variations
Color information
#7F1A4A (or 0x7F1A4A) is known color: Flirt. HEX triplet: 7F, 1A and 4A. RGB value is (127,26,74). Sum of RGB (Red+Green+Blue) = 127+26+74=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1A4A is #80E5B5. Grayscale: #3D3D3D. Windows color (decimal): -8447414 or 4856447. OLE color: 4856447.
HSL color Cylindrical-coordinate representation of color #7F1A4A: hue angle of 331.49º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1A4A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 26 | 74 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.50 |
| HSL | 331.49º | 0.66% | 0.3% | - |
| HSV(B) | 331.49º | 0.8% | 0.5% | - |
| XYZ | 10.36 | 5.75 | 7.04 | - |
| YUV | 61.67 | 134.96 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 26 | 74 | 0 | 0.80 | 0.42 | 0.50 | 331.49 | 0.66 | 0.3 |
| Hex | 7F | 1A | 4A | 0 | 50 | 2A | 32 | 14B | 42 | 1E |
| Octal | 177 | 32 | 112 | 0 | 120 | 52 | 62 | 513 | 102 | 36 |
| Binary | 1111111 | 11010 | 1001010 | 0 | 1010000 | 101010 | 110010 | 101001011 | 1000010 | 11110 |
Color Harmonies of #7F1A4A
Complementary color
Monochromatic Colors of #7F1A4A
Black with #7F1A4A
Text Example
Text Example
White with #7F1A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1A4A; }
p { color: rgb(127,26,74); }
H1.HeaderClassName
{
color: #7F1A4A;
}
.AnyTagClassName
{
color: #7F1A4A;
}
</style>
background-color css
<style>
a { background-color: #7F1A4A; }
a { background-color: rgb(127,26,74); }
div.DivClassName
{
background-color: #7F1A4A;
}
.BgClassName
{
background-color: #7F1A4A;
}
</style>
border-color css
<style>
span { border-color: #7F1A4A; }
span { border-color: rgb(127,26,74); }
td.TdClassName
{
border-color: #7F1A4A;
}
.TagClassName
{
border-color: #7F1A4A;
}
</style>