Shades of Affair #7F5094
Tints of Affair #7F5094
RGB
CMYK
RGB Variations
Color information
#7F5094 (or 0x7F5094) is known color: Affair. HEX triplet: 7F, 50 and 94. RGB value is (127,80,148). Sum of RGB (Red+Green+Blue) = 127+80+148=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #7F5094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5094 is #80AF6B. Grayscale: #656565. Windows color (decimal): -8433516 or 9719935. OLE color: 9719935.
HSL color Cylindrical-coordinate representation of color #7F5094: hue angle of 281.47º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F5094 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 80 | 148 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.42 |
| HSL | 281.47º | 0.3% | 0.45% | - |
| HSV(B) | 281.47º | 0.46% | 0.58% | - |
| XYZ | 16.97 | 12.39 | 29.51 | - |
| YUV | 101.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 148 | 0.14 | 0.46 | 0 | 0.42 | 281.47 | 0.3 | 0.45 |
| Hex | 7F | 50 | 94 | E | 2E | 0 | 2A | 119 | 1E | 2D |
| Octal | 177 | 120 | 224 | 16 | 56 | 0 | 52 | 431 | 36 | 55 |
| Binary | 1111111 | 1010000 | 10010100 | 1110 | 101110 | 0 | 101010 | 100011001 | 11110 | 101101 |
Color Harmonies of #7F5094
Complementary color
Monochromatic Colors of #7F5094
Black with #7F5094
Text Example
Text Example
White with #7F5094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5094; }
p { color: rgb(127,80,148); }
H1.HeaderClassName
{
color: #7F5094;
}
.AnyTagClassName
{
color: #7F5094;
}
</style>
background-color css
<style>
a { background-color: #7F5094; }
a { background-color: rgb(127,80,148); }
div.DivClassName
{
background-color: #7F5094;
}
.BgClassName
{
background-color: #7F5094;
}
</style>
border-color css
<style>
span { border-color: #7F5094; }
span { border-color: rgb(127,80,148); }
td.TdClassName
{
border-color: #7F5094;
}
.TagClassName
{
border-color: #7F5094;
}
</style>