Shades of Affair #774A8D
Tints of Affair #774A8D
RGB
CMYK
RGB Variations
Color information
#774A8D (or 0x774A8D) is known color: Affair. HEX triplet: 77, 4A and 8D. RGB value is (119,74,141). Sum of RGB (Red+Green+Blue) = 119+74+141=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #774A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774A8D is #88B572. Grayscale: #5E5E5E. Windows color (decimal): -8959347 or 9259639. OLE color: 9259639.
HSL color Cylindrical-coordinate representation of color #774A8D: hue angle of 280.3º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #774A8D is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 74 | 141 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.45 |
| HSL | 280.3º | 0.31% | 0.42% | - |
| HSV(B) | 280.3º | 0.48% | 0.55% | - |
| XYZ | 14.86 | 10.74 | 26.49 | - |
| YUV | 95.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 141 | 0.16 | 0.48 | 0 | 0.45 | 280.3 | 0.31 | 0.42 |
| Hex | 77 | 4A | 8D | 10 | 30 | 0 | 2D | 118 | 1F | 2A |
| Octal | 167 | 112 | 215 | 20 | 60 | 0 | 55 | 430 | 37 | 52 |
| Binary | 1110111 | 1001010 | 10001101 | 10000 | 110000 | 0 | 101101 | 100011000 | 11111 | 101010 |
Color Harmonies of #774A8D
Complementary color
Monochromatic Colors of #774A8D
Black with #774A8D
Text Example
Text Example
White with #774A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A8D; }
p { color: rgb(119,74,141); }
H1.HeaderClassName
{
color: #774A8D;
}
.AnyTagClassName
{
color: #774A8D;
}
</style>
background-color css
<style>
a { background-color: #774A8D; }
a { background-color: rgb(119,74,141); }
div.DivClassName
{
background-color: #774A8D;
}
.BgClassName
{
background-color: #774A8D;
}
</style>
border-color css
<style>
span { border-color: #774A8D; }
span { border-color: rgb(119,74,141); }
td.TdClassName
{
border-color: #774A8D;
}
.TagClassName
{
border-color: #774A8D;
}
</style>