Shades of Affair #7F5295
Tints of Affair #7F5295
RGB
CMYK
RGB Variations
Color information
#7F5295 (or 0x7F5295) is known color: Affair. HEX triplet: 7F, 52 and 95. RGB value is (127,82,149). Sum of RGB (Red+Green+Blue) = 127+82+149=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F5295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5295 is #80AD6A. Grayscale: #666666. Windows color (decimal): -8433003 or 9785983. OLE color: 9785983.
HSL color Cylindrical-coordinate representation of color #7F5295: hue angle of 280.3º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F5295 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 82 | 149 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.42 |
| HSL | 280.3º | 0.29% | 0.45% | - |
| HSV(B) | 280.3º | 0.45% | 0.58% | - |
| XYZ | 17.19 | 12.72 | 29.98 | - |
| YUV | 103.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 149 | 0.15 | 0.45 | 0 | 0.42 | 280.3 | 0.29 | 0.45 |
| Hex | 7F | 52 | 95 | F | 2D | 0 | 2A | 118 | 1D | 2D |
| Octal | 177 | 122 | 225 | 17 | 55 | 0 | 52 | 430 | 35 | 55 |
| Binary | 1111111 | 1010010 | 10010101 | 1111 | 101101 | 0 | 101010 | 100011000 | 11101 | 101101 |
Color Harmonies of #7F5295
Complementary color
Monochromatic Colors of #7F5295
Black with #7F5295
Text Example
Text Example
White with #7F5295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5295; }
p { color: rgb(127,82,149); }
H1.HeaderClassName
{
color: #7F5295;
}
.AnyTagClassName
{
color: #7F5295;
}
</style>
background-color css
<style>
a { background-color: #7F5295; }
a { background-color: rgb(127,82,149); }
div.DivClassName
{
background-color: #7F5295;
}
.BgClassName
{
background-color: #7F5295;
}
</style>
border-color css
<style>
span { border-color: #7F5295; }
span { border-color: rgb(127,82,149); }
td.TdClassName
{
border-color: #7F5295;
}
.TagClassName
{
border-color: #7F5295;
}
</style>