Shades of Affair #7D4E94
Tints of Affair #7D4E94
RGB
CMYK
RGB Variations
Color information
#7D4E94 (or 0x7D4E94) is known color: Affair. HEX triplet: 7D, 4E and 94. RGB value is (125,78,148). Sum of RGB (Red+Green+Blue) = 125+78+148=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D4E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4E94 is #82B16B. Grayscale: #636363. Windows color (decimal): -8565100 or 9719421. OLE color: 9719421.
HSL color Cylindrical-coordinate representation of color #7D4E94: hue angle of 280.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D4E94 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 78 | 148 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.42 |
| HSL | 280.29º | 0.31% | 0.44% | - |
| HSV(B) | 280.29º | 0.47% | 0.58% | - |
| XYZ | 16.53 | 11.95 | 29.45 | - |
| YUV | 100.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 148 | 0.16 | 0.47 | 0 | 0.42 | 280.29 | 0.31 | 0.44 |
| Hex | 7D | 4E | 94 | 10 | 2F | 0 | 2A | 118 | 1F | 2C |
| Octal | 175 | 116 | 224 | 20 | 57 | 0 | 52 | 430 | 37 | 54 |
| Binary | 1111101 | 1001110 | 10010100 | 10000 | 101111 | 0 | 101010 | 100011000 | 11111 | 101100 |
Color Harmonies of #7D4E94
Complementary color
Monochromatic Colors of #7D4E94
Black with #7D4E94
Text Example
Text Example
White with #7D4E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4E94; }
p { color: rgb(125,78,148); }
H1.HeaderClassName
{
color: #7D4E94;
}
.AnyTagClassName
{
color: #7D4E94;
}
</style>
background-color css
<style>
a { background-color: #7D4E94; }
a { background-color: rgb(125,78,148); }
div.DivClassName
{
background-color: #7D4E94;
}
.BgClassName
{
background-color: #7D4E94;
}
</style>
border-color css
<style>
span { border-color: #7D4E94; }
span { border-color: rgb(125,78,148); }
td.TdClassName
{
border-color: #7D4E94;
}
.TagClassName
{
border-color: #7D4E94;
}
</style>