Shades of Affair #7D5294
Tints of Affair #7D5294
RGB
CMYK
RGB Variations
Color information
#7D5294 (or 0x7D5294) is known color: Affair. HEX triplet: 7D, 52 and 94. RGB value is (125,82,148). Sum of RGB (Red+Green+Blue) = 125+82+148=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D5294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5294 is #82AD6B. Grayscale: #666666. Windows color (decimal): -8564076 or 9720445. OLE color: 9720445.
HSL color Cylindrical-coordinate representation of color #7D5294: hue angle of 279.09º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D5294 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 82 | 148 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.42 |
| HSL | 279.09º | 0.29% | 0.45% | - |
| HSV(B) | 279.09º | 0.45% | 0.58% | - |
| XYZ | 16.82 | 12.53 | 29.55 | - |
| YUV | 102.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 148 | 0.16 | 0.45 | 0 | 0.42 | 279.09 | 0.29 | 0.45 |
| Hex | 7D | 52 | 94 | 10 | 2D | 0 | 2A | 117 | 1D | 2D |
| Octal | 175 | 122 | 224 | 20 | 55 | 0 | 52 | 427 | 35 | 55 |
| Binary | 1111101 | 1010010 | 10010100 | 10000 | 101101 | 0 | 101010 | 100010111 | 11101 | 101101 |
Color Harmonies of #7D5294
Complementary color
Monochromatic Colors of #7D5294
Black with #7D5294
Text Example
Text Example
White with #7D5294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5294; }
p { color: rgb(125,82,148); }
H1.HeaderClassName
{
color: #7D5294;
}
.AnyTagClassName
{
color: #7D5294;
}
</style>
background-color css
<style>
a { background-color: #7D5294; }
a { background-color: rgb(125,82,148); }
div.DivClassName
{
background-color: #7D5294;
}
.BgClassName
{
background-color: #7D5294;
}
</style>
border-color css
<style>
span { border-color: #7D5294; }
span { border-color: rgb(125,82,148); }
td.TdClassName
{
border-color: #7D5294;
}
.TagClassName
{
border-color: #7D5294;
}
</style>