Shades of Flirt #7C275A
Tints of Flirt #7C275A
RGB
CMYK
RGB Variations
Color information
#7C275A (or 0x7C275A) is known color: Flirt. HEX triplet: 7C, 27 and 5A. RGB value is (124,39,90). Sum of RGB (Red+Green+Blue) = 124+39+90=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C275A is #83D8A5. Grayscale: #464646. Windows color (decimal): -8640678 or 5908348. OLE color: 5908348.
HSL color Cylindrical-coordinate representation of color #7C275A: hue angle of 324º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C275A is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 39 | 90 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.51 |
| HSL | 324º | 0.52% | 0.32% | - |
| HSV(B) | 324º | 0.69% | 0.49% | - |
| XYZ | 10.88 | 6.47 | 10.35 | - |
| YUV | 70.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 90 | 0 | 0.69 | 0.27 | 0.51 | 324 | 0.52 | 0.32 |
| Hex | 7C | 27 | 5A | 0 | 45 | 1B | 33 | 144 | 34 | 20 |
| Octal | 174 | 47 | 132 | 0 | 105 | 33 | 63 | 504 | 64 | 40 |
| Binary | 1111100 | 100111 | 1011010 | 0 | 1000101 | 11011 | 110011 | 101000100 | 110100 | 100000 |
Color Harmonies of #7C275A
Complementary color
Monochromatic Colors of #7C275A
Black with #7C275A
Text Example
Text Example
White with #7C275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C275A; }
p { color: rgb(124,39,90); }
H1.HeaderClassName
{
color: #7C275A;
}
.AnyTagClassName
{
color: #7C275A;
}
</style>
background-color css
<style>
a { background-color: #7C275A; }
a { background-color: rgb(124,39,90); }
div.DivClassName
{
background-color: #7C275A;
}
.BgClassName
{
background-color: #7C275A;
}
</style>
border-color css
<style>
span { border-color: #7C275A; }
span { border-color: rgb(124,39,90); }
td.TdClassName
{
border-color: #7C275A;
}
.TagClassName
{
border-color: #7C275A;
}
</style>