Shades of Affair #7D4F93
Tints of Affair #7D4F93
RGB
CMYK
RGB Variations
Color information
#7D4F93 (or 0x7D4F93) is known color: Affair. HEX triplet: 7D, 4F and 93. RGB value is (125,79,147). Sum of RGB (Red+Green+Blue) = 125+79+147=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D4F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4F93 is #82B06C. Grayscale: #646464. Windows color (decimal): -8564845 or 9654141. OLE color: 9654141.
HSL color Cylindrical-coordinate representation of color #7D4F93: hue angle of 280.59º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D4F93 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 79 | 147 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.42 |
| HSL | 280.59º | 0.3% | 0.44% | - |
| HSV(B) | 280.59º | 0.46% | 0.58% | - |
| XYZ | 16.52 | 12.06 | 29.06 | - |
| YUV | 100.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 147 | 0.15 | 0.46 | 0 | 0.42 | 280.59 | 0.3 | 0.44 |
| Hex | 7D | 4F | 93 | F | 2E | 0 | 2A | 119 | 1E | 2C |
| Octal | 175 | 117 | 223 | 17 | 56 | 0 | 52 | 431 | 36 | 54 |
| Binary | 1111101 | 1001111 | 10010011 | 1111 | 101110 | 0 | 101010 | 100011001 | 11110 | 101100 |
Color Harmonies of #7D4F93
Complementary color
Monochromatic Colors of #7D4F93
Black with #7D4F93
Text Example
Text Example
White with #7D4F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4F93; }
p { color: rgb(125,79,147); }
H1.HeaderClassName
{
color: #7D4F93;
}
.AnyTagClassName
{
color: #7D4F93;
}
</style>
background-color css
<style>
a { background-color: #7D4F93; }
a { background-color: rgb(125,79,147); }
div.DivClassName
{
background-color: #7D4F93;
}
.BgClassName
{
background-color: #7D4F93;
}
</style>
border-color css
<style>
span { border-color: #7D4F93; }
span { border-color: rgb(125,79,147); }
td.TdClassName
{
border-color: #7D4F93;
}
.TagClassName
{
border-color: #7D4F93;
}
</style>