Shades of Flirt #7B2558
Tints of Flirt #7B2558
RGB
CMYK
RGB Variations
Color information
#7B2558 (or 0x7B2558) is known color: Flirt. HEX triplet: 7B, 25 and 58. RGB value is (123,37,88). Sum of RGB (Red+Green+Blue) = 123+37+88=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2558 is #84DAA7. Grayscale: #444444. Windows color (decimal): -8706728 or 5776763. OLE color: 5776763.
HSL color Cylindrical-coordinate representation of color #7B2558: hue angle of 324.42º 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 #7B2558 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 37 | 88 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.52 |
| HSL | 324.42º | 0.54% | 0.31% | - |
| HSV(B) | 324.42º | 0.7% | 0.48% | - |
| XYZ | 10.59 | 6.24 | 9.88 | - |
| YUV | 68.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 37 | 88 | 0 | 0.70 | 0.28 | 0.52 | 324.42 | 0.54 | 0.31 |
| Hex | 7B | 25 | 58 | 0 | 46 | 1C | 34 | 144 | 36 | 1F |
| Octal | 173 | 45 | 130 | 0 | 106 | 34 | 64 | 504 | 66 | 37 |
| Binary | 1111011 | 100101 | 1011000 | 0 | 1000110 | 11100 | 110100 | 101000100 | 110110 | 11111 |
Color Harmonies of #7B2558
Complementary color
Monochromatic Colors of #7B2558
Black with #7B2558
Text Example
Text Example
White with #7B2558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2558; }
p { color: rgb(123,37,88); }
H1.HeaderClassName
{
color: #7B2558;
}
.AnyTagClassName
{
color: #7B2558;
}
</style>
background-color css
<style>
a { background-color: #7B2558; }
a { background-color: rgb(123,37,88); }
div.DivClassName
{
background-color: #7B2558;
}
.BgClassName
{
background-color: #7B2558;
}
</style>
border-color css
<style>
span { border-color: #7B2558; }
span { border-color: rgb(123,37,88); }
td.TdClassName
{
border-color: #7B2558;
}
.TagClassName
{
border-color: #7B2558;
}
</style>