Shades of Affair #7F5292
Tints of Affair #7F5292
RGB
CMYK
RGB Variations
Color information
#7F5292 (or 0x7F5292) is known color: Affair. HEX triplet: 7F, 52 and 92. RGB value is (127,82,146). Sum of RGB (Red+Green+Blue) = 127+82+146=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F5292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5292 is #80AD6D. Grayscale: #666666. Windows color (decimal): -8433006 or 9589375. OLE color: 9589375.
HSL color Cylindrical-coordinate representation of color #7F5292: hue angle of 282.19º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F5292 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 82 | 146 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.43 |
| HSL | 282.19º | 0.28% | 0.45% | - |
| HSV(B) | 282.19º | 0.44% | 0.57% | - |
| XYZ | 16.96 | 12.62 | 28.74 | - |
| YUV | 102.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 146 | 0.13 | 0.44 | 0 | 0.43 | 282.19 | 0.28 | 0.45 |
| Hex | 7F | 52 | 92 | D | 2C | 0 | 2B | 11A | 1C | 2D |
| Octal | 177 | 122 | 222 | 15 | 54 | 0 | 53 | 432 | 34 | 55 |
| Binary | 1111111 | 1010010 | 10010010 | 1101 | 101100 | 0 | 101011 | 100011010 | 11100 | 101101 |
Color Harmonies of #7F5292
Complementary color
Monochromatic Colors of #7F5292
Black with #7F5292
Text Example
Text Example
White with #7F5292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5292; }
p { color: rgb(127,82,146); }
H1.HeaderClassName
{
color: #7F5292;
}
.AnyTagClassName
{
color: #7F5292;
}
</style>
background-color css
<style>
a { background-color: #7F5292; }
a { background-color: rgb(127,82,146); }
div.DivClassName
{
background-color: #7F5292;
}
.BgClassName
{
background-color: #7F5292;
}
</style>
border-color css
<style>
span { border-color: #7F5292; }
span { border-color: rgb(127,82,146); }
td.TdClassName
{
border-color: #7F5292;
}
.TagClassName
{
border-color: #7F5292;
}
</style>