Shades of Affair #7F5596
Tints of Affair #7F5596
RGB
CMYK
RGB Variations
Color information
#7F5596 (or 0x7F5596) is known color: Affair. HEX triplet: 7F, 55 and 96. RGB value is (127,85,150). Sum of RGB (Red+Green+Blue) = 127+85+150=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #7F5596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5596 is #80AA69. Grayscale: #686868. Windows color (decimal): -8432234 or 9852287. OLE color: 9852287.
HSL color Cylindrical-coordinate representation of color #7F5596: hue angle of 278.77º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F5596 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 85 | 150 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.41 |
| HSL | 278.77º | 0.28% | 0.46% | - |
| HSV(B) | 278.77º | 0.43% | 0.59% | - |
| XYZ | 17.51 | 13.21 | 30.48 | - |
| YUV | 104.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 150 | 0.15 | 0.43 | 0 | 0.41 | 278.77 | 0.28 | 0.46 |
| Hex | 7F | 55 | 96 | F | 2B | 0 | 29 | 117 | 1C | 2E |
| Octal | 177 | 125 | 226 | 17 | 53 | 0 | 51 | 427 | 34 | 56 |
| Binary | 1111111 | 1010101 | 10010110 | 1111 | 101011 | 0 | 101001 | 100010111 | 11100 | 101110 |
Color Harmonies of #7F5596
Complementary color
Monochromatic Colors of #7F5596
Black with #7F5596
Text Example
Text Example
White with #7F5596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5596; }
p { color: rgb(127,85,150); }
H1.HeaderClassName
{
color: #7F5596;
}
.AnyTagClassName
{
color: #7F5596;
}
</style>
background-color css
<style>
a { background-color: #7F5596; }
a { background-color: rgb(127,85,150); }
div.DivClassName
{
background-color: #7F5596;
}
.BgClassName
{
background-color: #7F5596;
}
</style>
border-color css
<style>
span { border-color: #7F5596; }
span { border-color: rgb(127,85,150); }
td.TdClassName
{
border-color: #7F5596;
}
.TagClassName
{
border-color: #7F5596;
}
</style>