Shades of Affair #76428C
Tints of Affair #76428C
RGB
CMYK
RGB Variations
Color information
#76428C (or 0x76428C) is known color: Affair. HEX triplet: 76, 42 and 8C. RGB value is (118,66,140). Sum of RGB (Red+Green+Blue) = 118+66+140=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #76428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76428C is #89BD73. Grayscale: #595959. Windows color (decimal): -9026932 or 9192054. OLE color: 9192054.
HSL color Cylindrical-coordinate representation of color #76428C: hue angle of 282.16º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76428C is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 66 | 140 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.45 |
| HSL | 282.16º | 0.36% | 0.4% | - |
| HSV(B) | 282.16º | 0.53% | 0.55% | - |
| XYZ | 14.15 | 9.64 | 25.93 | - |
| YUV | 89.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 140 | 0.16 | 0.53 | 0 | 0.45 | 282.16 | 0.36 | 0.4 |
| Hex | 76 | 42 | 8C | 10 | 35 | 0 | 2D | 11A | 24 | 28 |
| Octal | 166 | 102 | 214 | 20 | 65 | 0 | 55 | 432 | 44 | 50 |
| Binary | 1110110 | 1000010 | 10001100 | 10000 | 110101 | 0 | 101101 | 100011010 | 100100 | 101000 |
Color Harmonies of #76428C
Complementary color
Monochromatic Colors of #76428C
Black with #76428C
Text Example
Text Example
White with #76428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76428C; }
p { color: rgb(118,66,140); }
H1.HeaderClassName
{
color: #76428C;
}
.AnyTagClassName
{
color: #76428C;
}
</style>
background-color css
<style>
a { background-color: #76428C; }
a { background-color: rgb(118,66,140); }
div.DivClassName
{
background-color: #76428C;
}
.BgClassName
{
background-color: #76428C;
}
</style>
border-color css
<style>
span { border-color: #76428C; }
span { border-color: rgb(118,66,140); }
td.TdClassName
{
border-color: #76428C;
}
.TagClassName
{
border-color: #76428C;
}
</style>