Shades of Flirt #7B245C
Tints of Flirt #7B245C
RGB
CMYK
RGB Variations
Color information
#7B245C (or 0x7B245C) is known color: Flirt. HEX triplet: 7B, 24 and 5C. RGB value is (123,36,92). Sum of RGB (Red+Green+Blue) = 123+36+92=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B245C is #84DBA3. Grayscale: #444444. Windows color (decimal): -8706980 or 6038651. OLE color: 6038651.
HSL color Cylindrical-coordinate representation of color #7B245C: hue angle of 321.38º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B245C is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 36 | 92 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.52 |
| HSL | 321.38º | 0.55% | 0.31% | - |
| HSV(B) | 321.38º | 0.71% | 0.48% | - |
| XYZ | 10.73 | 6.25 | 10.77 | - |
| YUV | 68.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 92 | 0 | 0.71 | 0.25 | 0.52 | 321.38 | 0.55 | 0.31 |
| Hex | 7B | 24 | 5C | 0 | 47 | 19 | 34 | 141 | 37 | 1F |
| Octal | 173 | 44 | 134 | 0 | 107 | 31 | 64 | 501 | 67 | 37 |
| Binary | 1111011 | 100100 | 1011100 | 0 | 1000111 | 11001 | 110100 | 101000001 | 110111 | 11111 |
Color Harmonies of #7B245C
Complementary color
Monochromatic Colors of #7B245C
Black with #7B245C
Text Example
Text Example
White with #7B245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B245C; }
p { color: rgb(123,36,92); }
H1.HeaderClassName
{
color: #7B245C;
}
.AnyTagClassName
{
color: #7B245C;
}
</style>
background-color css
<style>
a { background-color: #7B245C; }
a { background-color: rgb(123,36,92); }
div.DivClassName
{
background-color: #7B245C;
}
.BgClassName
{
background-color: #7B245C;
}
</style>
border-color css
<style>
span { border-color: #7B245C; }
span { border-color: rgb(123,36,92); }
td.TdClassName
{
border-color: #7B245C;
}
.TagClassName
{
border-color: #7B245C;
}
</style>