Shades of Affair #7F5290
Tints of Affair #7F5290
RGB
CMYK
RGB Variations
Color information
#7F5290 (or 0x7F5290) is known color: Affair. HEX triplet: 7F, 52 and 90. RGB value is (127,82,144). Sum of RGB (Red+Green+Blue) = 127+82+144=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F5290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5290 is #80AD6F. Grayscale: #666666. Windows color (decimal): -8433008 or 9458303. OLE color: 9458303.
HSL color Cylindrical-coordinate representation of color #7F5290: hue angle of 283.55º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F5290 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 82 | 144 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.44 |
| HSL | 283.55º | 0.27% | 0.44% | - |
| HSV(B) | 283.55º | 0.43% | 0.56% | - |
| XYZ | 16.8 | 12.56 | 27.92 | - |
| YUV | 102.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 144 | 0.12 | 0.43 | 0 | 0.44 | 283.55 | 0.27 | 0.44 |
| Hex | 7F | 52 | 90 | C | 2B | 0 | 2C | 11C | 1B | 2C |
| Octal | 177 | 122 | 220 | 14 | 53 | 0 | 54 | 434 | 33 | 54 |
| Binary | 1111111 | 1010010 | 10010000 | 1100 | 101011 | 0 | 101100 | 100011100 | 11011 | 101100 |
Color Harmonies of #7F5290
Complementary color
Monochromatic Colors of #7F5290
Black with #7F5290
Text Example
Text Example
White with #7F5290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5290; }
p { color: rgb(127,82,144); }
H1.HeaderClassName
{
color: #7F5290;
}
.AnyTagClassName
{
color: #7F5290;
}
</style>
background-color css
<style>
a { background-color: #7F5290; }
a { background-color: rgb(127,82,144); }
div.DivClassName
{
background-color: #7F5290;
}
.BgClassName
{
background-color: #7F5290;
}
</style>
border-color css
<style>
span { border-color: #7F5290; }
span { border-color: rgb(127,82,144); }
td.TdClassName
{
border-color: #7F5290;
}
.TagClassName
{
border-color: #7F5290;
}
</style>