Shades of Affair #76528F
Tints of Affair #76528F
RGB
CMYK
RGB Variations
Color information
#76528F (or 0x76528F) is known color: Affair. HEX triplet: 76, 52 and 8F. RGB value is (118,82,143). Sum of RGB (Red+Green+Blue) = 118+82+143=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #76528F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76528F is #89AD70. Grayscale: #636363. Windows color (decimal): -9022833 or 9392758. OLE color: 9392758.
HSL color Cylindrical-coordinate representation of color #76528F: hue angle of 275.41º 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 #76528F is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 82 | 143 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.44 |
| HSL | 275.41º | 0.27% | 0.44% | - |
| HSV(B) | 275.41º | 0.43% | 0.56% | - |
| XYZ | 15.45 | 11.87 | 27.46 | - |
| YUV | 99.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 143 | 0.17 | 0.43 | 0 | 0.44 | 275.41 | 0.27 | 0.44 |
| Hex | 76 | 52 | 8F | 11 | 2B | 0 | 2C | 113 | 1B | 2C |
| Octal | 166 | 122 | 217 | 21 | 53 | 0 | 54 | 423 | 33 | 54 |
| Binary | 1110110 | 1010010 | 10001111 | 10001 | 101011 | 0 | 101100 | 100010011 | 11011 | 101100 |
Color Harmonies of #76528F
Complementary color
Monochromatic Colors of #76528F
Black with #76528F
Text Example
Text Example
White with #76528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76528F; }
p { color: rgb(118,82,143); }
H1.HeaderClassName
{
color: #76528F;
}
.AnyTagClassName
{
color: #76528F;
}
</style>
background-color css
<style>
a { background-color: #76528F; }
a { background-color: rgb(118,82,143); }
div.DivClassName
{
background-color: #76528F;
}
.BgClassName
{
background-color: #76528F;
}
</style>
border-color css
<style>
span { border-color: #76528F; }
span { border-color: rgb(118,82,143); }
td.TdClassName
{
border-color: #76528F;
}
.TagClassName
{
border-color: #76528F;
}
</style>