Shades of Flirt #7B305A
Tints of Flirt #7B305A
RGB
CMYK
RGB Variations
Color information
#7B305A (or 0x7B305A) is known color: Flirt. HEX triplet: 7B, 30 and 5A. RGB value is (123,48,90). Sum of RGB (Red+Green+Blue) = 123+48+90=261 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.13% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 123 - color contains mainly: red. Hex color #7B305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B305A is #84CFA5. Grayscale: #4B4B4B. Windows color (decimal): -8703910 or 5910651. OLE color: 5910651.
HSL color Cylindrical-coordinate representation of color #7B305A: hue angle of 326.4º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B305A is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 48 | 90 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.52 |
| HSL | 326.4º | 0.44% | 0.34% | - |
| HSV(B) | 326.4º | 0.61% | 0.48% | - |
| XYZ | 11.07 | 7.06 | 10.45 | - |
| YUV | 75.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 48 | 90 | 0 | 0.61 | 0.27 | 0.52 | 326.4 | 0.44 | 0.34 |
| Hex | 7B | 30 | 5A | 0 | 3D | 1B | 34 | 146 | 2C | 22 |
| Octal | 173 | 60 | 132 | 0 | 75 | 33 | 64 | 506 | 54 | 42 |
| Binary | 1111011 | 110000 | 1011010 | 0 | 111101 | 11011 | 110100 | 101000110 | 101100 | 100010 |
Color Harmonies of #7B305A
Complementary color
Monochromatic Colors of #7B305A
Black with #7B305A
Text Example
Text Example
White with #7B305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B305A; }
p { color: rgb(123,48,90); }
H1.HeaderClassName
{
color: #7B305A;
}
.AnyTagClassName
{
color: #7B305A;
}
</style>
background-color css
<style>
a { background-color: #7B305A; }
a { background-color: rgb(123,48,90); }
div.DivClassName
{
background-color: #7B305A;
}
.BgClassName
{
background-color: #7B305A;
}
</style>
border-color css
<style>
span { border-color: #7B305A; }
span { border-color: rgb(123,48,90); }
td.TdClassName
{
border-color: #7B305A;
}
.TagClassName
{
border-color: #7B305A;
}
</style>