Shades of Affair #7F528F
Tints of Affair #7F528F
RGB
CMYK
RGB Variations
Color information
#7F528F (or 0x7F528F) is known color: Affair. HEX triplet: 7F, 52 and 8F. RGB value is (127,82,143). Sum of RGB (Red+Green+Blue) = 127+82+143=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F528F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F528F is #80AD70. Grayscale: #666666. Windows color (decimal): -8433009 or 9392767. OLE color: 9392767.
HSL color Cylindrical-coordinate representation of color #7F528F: hue angle of 284.26º 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 #7F528F is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 82 | 143 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.44 |
| HSL | 284.26º | 0.27% | 0.44% | - |
| HSV(B) | 284.26º | 0.43% | 0.56% | - |
| XYZ | 16.73 | 12.53 | 27.52 | - |
| YUV | 102.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 143 | 0.11 | 0.43 | 0 | 0.44 | 284.26 | 0.27 | 0.44 |
| Hex | 7F | 52 | 8F | B | 2B | 0 | 2C | 11C | 1B | 2C |
| Octal | 177 | 122 | 217 | 13 | 53 | 0 | 54 | 434 | 33 | 54 |
| Binary | 1111111 | 1010010 | 10001111 | 1011 | 101011 | 0 | 101100 | 100011100 | 11011 | 101100 |
Color Harmonies of #7F528F
Complementary color
Monochromatic Colors of #7F528F
Black with #7F528F
Text Example
Text Example
White with #7F528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F528F; }
p { color: rgb(127,82,143); }
H1.HeaderClassName
{
color: #7F528F;
}
.AnyTagClassName
{
color: #7F528F;
}
</style>
background-color css
<style>
a { background-color: #7F528F; }
a { background-color: rgb(127,82,143); }
div.DivClassName
{
background-color: #7F528F;
}
.BgClassName
{
background-color: #7F528F;
}
</style>
border-color css
<style>
span { border-color: #7F528F; }
span { border-color: rgb(127,82,143); }
td.TdClassName
{
border-color: #7F528F;
}
.TagClassName
{
border-color: #7F528F;
}
</style>