Shades of Affair #7F5D91
Tints of Affair #7F5D91
RGB
CMYK
RGB Variations
Color information
#7F5D91 (or 0x7F5D91) is known color: Affair. HEX triplet: 7F, 5D and 91. RGB value is (127,93,145). Sum of RGB (Red+Green+Blue) = 127+93+145=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #7F5D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5D91 is #80A26E. Grayscale: #6C6C6C. Windows color (decimal): -8430191 or 9526655. OLE color: 9526655.
HSL color Cylindrical-coordinate representation of color #7F5D91: hue angle of 279.23º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F5D91 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 93 | 145 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.43 |
| HSL | 279.23º | 0.22% | 0.47% | - |
| HSV(B) | 279.23º | 0.36% | 0.57% | - |
| XYZ | 17.78 | 14.39 | 28.63 | - |
| YUV | 109.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 93 | 145 | 0.12 | 0.36 | 0 | 0.43 | 279.23 | 0.22 | 0.47 |
| Hex | 7F | 5D | 91 | C | 24 | 0 | 2B | 117 | 16 | 2F |
| Octal | 177 | 135 | 221 | 14 | 44 | 0 | 53 | 427 | 26 | 57 |
| Binary | 1111111 | 1011101 | 10010001 | 1100 | 100100 | 0 | 101011 | 100010111 | 10110 | 101111 |
Color Harmonies of #7F5D91
Complementary color
Monochromatic Colors of #7F5D91
Black with #7F5D91
Text Example
Text Example
White with #7F5D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5D91; }
p { color: rgb(127,93,145); }
H1.HeaderClassName
{
color: #7F5D91;
}
.AnyTagClassName
{
color: #7F5D91;
}
</style>
background-color css
<style>
a { background-color: #7F5D91; }
a { background-color: rgb(127,93,145); }
div.DivClassName
{
background-color: #7F5D91;
}
.BgClassName
{
background-color: #7F5D91;
}
</style>
border-color css
<style>
span { border-color: #7F5D91; }
span { border-color: rgb(127,93,145); }
td.TdClassName
{
border-color: #7F5D91;
}
.TagClassName
{
border-color: #7F5D91;
}
</style>