Shades of Flirt #7B254D
Tints of Flirt #7B254D
RGB
CMYK
RGB Variations
Color information
#7B254D (or 0x7B254D) is known color: Flirt. HEX triplet: 7B, 25 and 4D. RGB value is (123,37,77). Sum of RGB (Red+Green+Blue) = 123+37+77=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B254D is #84DAB2. Grayscale: #434343. Windows color (decimal): -8706739 or 5055867. OLE color: 5055867.
HSL color Cylindrical-coordinate representation of color #7B254D: hue angle of 332.09º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B254D is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 37 | 77 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.52 |
| HSL | 332.09º | 0.54% | 0.31% | - |
| HSV(B) | 332.09º | 0.7% | 0.48% | - |
| XYZ | 10.17 | 6.07 | 7.66 | - |
| YUV | 67.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 37 | 77 | 0 | 0.70 | 0.37 | 0.52 | 332.09 | 0.54 | 0.31 |
| Hex | 7B | 25 | 4D | 0 | 46 | 25 | 34 | 14C | 36 | 1F |
| Octal | 173 | 45 | 115 | 0 | 106 | 45 | 64 | 514 | 66 | 37 |
| Binary | 1111011 | 100101 | 1001101 | 0 | 1000110 | 100101 | 110100 | 101001100 | 110110 | 11111 |
Color Harmonies of #7B254D
Complementary color
Monochromatic Colors of #7B254D
Black with #7B254D
Text Example
Text Example
White with #7B254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B254D; }
p { color: rgb(123,37,77); }
H1.HeaderClassName
{
color: #7B254D;
}
.AnyTagClassName
{
color: #7B254D;
}
</style>
background-color css
<style>
a { background-color: #7B254D; }
a { background-color: rgb(123,37,77); }
div.DivClassName
{
background-color: #7B254D;
}
.BgClassName
{
background-color: #7B254D;
}
</style>
border-color css
<style>
span { border-color: #7B254D; }
span { border-color: rgb(123,37,77); }
td.TdClassName
{
border-color: #7B254D;
}
.TagClassName
{
border-color: #7B254D;
}
</style>