Shades of Affair #7F5092
Tints of Affair #7F5092
RGB
CMYK
RGB Variations
Color information
#7F5092 (or 0x7F5092) is known color: Affair. HEX triplet: 7F, 50 and 92. RGB value is (127,80,146). Sum of RGB (Red+Green+Blue) = 127+80+146=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F5092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5092 is #80AF6D. Grayscale: #656565. Windows color (decimal): -8433518 or 9588863. OLE color: 9588863.
HSL color Cylindrical-coordinate representation of color #7F5092: hue angle of 282.73º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F5092 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 80 | 146 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.43 |
| HSL | 282.73º | 0.29% | 0.44% | - |
| HSV(B) | 282.73º | 0.45% | 0.57% | - |
| XYZ | 16.81 | 12.32 | 28.69 | - |
| YUV | 101.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 146 | 0.13 | 0.45 | 0 | 0.43 | 282.73 | 0.29 | 0.44 |
| Hex | 7F | 50 | 92 | D | 2D | 0 | 2B | 11B | 1D | 2C |
| Octal | 177 | 120 | 222 | 15 | 55 | 0 | 53 | 433 | 35 | 54 |
| Binary | 1111111 | 1010000 | 10010010 | 1101 | 101101 | 0 | 101011 | 100011011 | 11101 | 101100 |
Color Harmonies of #7F5092
Complementary color
Monochromatic Colors of #7F5092
Black with #7F5092
Text Example
Text Example
White with #7F5092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5092; }
p { color: rgb(127,80,146); }
H1.HeaderClassName
{
color: #7F5092;
}
.AnyTagClassName
{
color: #7F5092;
}
</style>
background-color css
<style>
a { background-color: #7F5092; }
a { background-color: rgb(127,80,146); }
div.DivClassName
{
background-color: #7F5092;
}
.BgClassName
{
background-color: #7F5092;
}
</style>
border-color css
<style>
span { border-color: #7F5092; }
span { border-color: rgb(127,80,146); }
td.TdClassName
{
border-color: #7F5092;
}
.TagClassName
{
border-color: #7F5092;
}
</style>