Shades of Affair #784B8E
Tints of Affair #784B8E
RGB
CMYK
RGB Variations
Color information
#784B8E (or 0x784B8E) is known color: Affair. HEX triplet: 78, 4B and 8E. RGB value is (120,75,142). Sum of RGB (Red+Green+Blue) = 120+75+142=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #784B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784B8E is #87B471. Grayscale: #5F5F5F. Windows color (decimal): -8893554 or 9325432. OLE color: 9325432.
HSL color Cylindrical-coordinate representation of color #784B8E: hue angle of 280.3º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784B8E is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 75 | 142 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.44 |
| HSL | 280.3º | 0.31% | 0.43% | - |
| HSV(B) | 280.3º | 0.47% | 0.56% | - |
| XYZ | 15.14 | 10.98 | 26.91 | - |
| YUV | 96.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 142 | 0.15 | 0.47 | 0 | 0.44 | 280.3 | 0.31 | 0.43 |
| Hex | 78 | 4B | 8E | F | 2F | 0 | 2C | 118 | 1F | 2B |
| Octal | 170 | 113 | 216 | 17 | 57 | 0 | 54 | 430 | 37 | 53 |
| Binary | 1111000 | 1001011 | 10001110 | 1111 | 101111 | 0 | 101100 | 100011000 | 11111 | 101011 |
Color Harmonies of #784B8E
Complementary color
Monochromatic Colors of #784B8E
Black with #784B8E
Text Example
Text Example
White with #784B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784B8E; }
p { color: rgb(120,75,142); }
H1.HeaderClassName
{
color: #784B8E;
}
.AnyTagClassName
{
color: #784B8E;
}
</style>
background-color css
<style>
a { background-color: #784B8E; }
a { background-color: rgb(120,75,142); }
div.DivClassName
{
background-color: #784B8E;
}
.BgClassName
{
background-color: #784B8E;
}
</style>
border-color css
<style>
span { border-color: #784B8E; }
span { border-color: rgb(120,75,142); }
td.TdClassName
{
border-color: #784B8E;
}
.TagClassName
{
border-color: #784B8E;
}
</style>