Shades of Affair #7D478C
Tints of Affair #7D478C
RGB
CMYK
RGB Variations
Color information
#7D478C (or 0x7D478C) is known color: Affair. HEX triplet: 7D, 47 and 8C. RGB value is (125,71,140). Sum of RGB (Red+Green+Blue) = 125+71+140=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #7D478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D478C is #82B873. Grayscale: #5E5E5E. Windows color (decimal): -8566900 or 9193341. OLE color: 9193341.
HSL color Cylindrical-coordinate representation of color #7D478C: hue angle of 286.96º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D478C is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 71 | 140 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.45 |
| HSL | 286.96º | 0.33% | 0.41% | - |
| HSV(B) | 286.96º | 0.49% | 0.55% | - |
| XYZ | 15.44 | 10.76 | 26.07 | - |
| YUV | 95.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 71 | 140 | 0.11 | 0.49 | 0 | 0.45 | 286.96 | 0.33 | 0.41 |
| Hex | 7D | 47 | 8C | B | 31 | 0 | 2D | 11F | 21 | 29 |
| Octal | 175 | 107 | 214 | 13 | 61 | 0 | 55 | 437 | 41 | 51 |
| Binary | 1111101 | 1000111 | 10001100 | 1011 | 110001 | 0 | 101101 | 100011111 | 100001 | 101001 |
Color Harmonies of #7D478C
Complementary color
Monochromatic Colors of #7D478C
Black with #7D478C
Text Example
Text Example
White with #7D478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D478C; }
p { color: rgb(125,71,140); }
H1.HeaderClassName
{
color: #7D478C;
}
.AnyTagClassName
{
color: #7D478C;
}
</style>
background-color css
<style>
a { background-color: #7D478C; }
a { background-color: rgb(125,71,140); }
div.DivClassName
{
background-color: #7D478C;
}
.BgClassName
{
background-color: #7D478C;
}
</style>
border-color css
<style>
span { border-color: #7D478C; }
span { border-color: rgb(125,71,140); }
td.TdClassName
{
border-color: #7D478C;
}
.TagClassName
{
border-color: #7D478C;
}
</style>