Shades of Affair #77478D
Tints of Affair #77478D
RGB
CMYK
RGB Variations
Color information
#77478D (or 0x77478D) is known color: Affair. HEX triplet: 77, 47 and 8D. RGB value is (119,71,141). Sum of RGB (Red+Green+Blue) = 119+71+141=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #77478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77478D is #88B872. Grayscale: #5D5D5D. Windows color (decimal): -8960115 or 9258871. OLE color: 9258871.
HSL color Cylindrical-coordinate representation of color #77478D: hue angle of 281.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77478D is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 71 | 141 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.45 |
| HSL | 281.14º | 0.33% | 0.42% | - |
| HSV(B) | 281.14º | 0.5% | 0.55% | - |
| XYZ | 14.67 | 10.35 | 26.42 | - |
| YUV | 93.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 141 | 0.16 | 0.50 | 0 | 0.45 | 281.14 | 0.33 | 0.42 |
| Hex | 77 | 47 | 8D | 10 | 32 | 0 | 2D | 119 | 21 | 2A |
| Octal | 167 | 107 | 215 | 20 | 62 | 0 | 55 | 431 | 41 | 52 |
| Binary | 1110111 | 1000111 | 10001101 | 10000 | 110010 | 0 | 101101 | 100011001 | 100001 | 101010 |
Color Harmonies of #77478D
Complementary color
Monochromatic Colors of #77478D
Black with #77478D
Text Example
Text Example
White with #77478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77478D; }
p { color: rgb(119,71,141); }
H1.HeaderClassName
{
color: #77478D;
}
.AnyTagClassName
{
color: #77478D;
}
</style>
background-color css
<style>
a { background-color: #77478D; }
a { background-color: rgb(119,71,141); }
div.DivClassName
{
background-color: #77478D;
}
.BgClassName
{
background-color: #77478D;
}
</style>
border-color css
<style>
span { border-color: #77478D; }
span { border-color: rgb(119,71,141); }
td.TdClassName
{
border-color: #77478D;
}
.TagClassName
{
border-color: #77478D;
}
</style>