Shades of Flirt #7B264D
Tints of Flirt #7B264D
RGB
CMYK
RGB Variations
Color information
#7B264D (or 0x7B264D) is known color: Flirt. HEX triplet: 7B, 26 and 4D. RGB value is (123,38,77). Sum of RGB (Red+Green+Blue) = 123+38+77=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B264D is #84D9B2. Grayscale: #434343. Windows color (decimal): -8706483 or 5056123. OLE color: 5056123.
HSL color Cylindrical-coordinate representation of color #7B264D: hue angle of 332.47º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B264D is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 38 | 77 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.52 |
| HSL | 332.47º | 0.53% | 0.32% | - |
| HSV(B) | 332.47º | 0.69% | 0.48% | - |
| XYZ | 10.2 | 6.13 | 7.67 | - |
| YUV | 67.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 38 | 77 | 0 | 0.69 | 0.37 | 0.52 | 332.47 | 0.53 | 0.32 |
| Hex | 7B | 26 | 4D | 0 | 45 | 25 | 34 | 14C | 35 | 20 |
| Octal | 173 | 46 | 115 | 0 | 105 | 45 | 64 | 514 | 65 | 40 |
| Binary | 1111011 | 100110 | 1001101 | 0 | 1000101 | 100101 | 110100 | 101001100 | 110101 | 100000 |
Color Harmonies of #7B264D
Complementary color
Monochromatic Colors of #7B264D
Black with #7B264D
Text Example
Text Example
White with #7B264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B264D; }
p { color: rgb(123,38,77); }
H1.HeaderClassName
{
color: #7B264D;
}
.AnyTagClassName
{
color: #7B264D;
}
</style>
background-color css
<style>
a { background-color: #7B264D; }
a { background-color: rgb(123,38,77); }
div.DivClassName
{
background-color: #7B264D;
}
.BgClassName
{
background-color: #7B264D;
}
</style>
border-color css
<style>
span { border-color: #7B264D; }
span { border-color: rgb(123,38,77); }
td.TdClassName
{
border-color: #7B264D;
}
.TagClassName
{
border-color: #7B264D;
}
</style>