Shades of Affair #7D4A93
Tints of Affair #7D4A93
RGB
CMYK
RGB Variations
Color information
#7D4A93 (or 0x7D4A93) is known color: Affair. HEX triplet: 7D, 4A and 93. RGB value is (125,74,147). Sum of RGB (Red+Green+Blue) = 125+74+147=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D4A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4A93 is #82B56C. Grayscale: #616161. Windows color (decimal): -8566125 or 9652861. OLE color: 9652861.
HSL color Cylindrical-coordinate representation of color #7D4A93: hue angle of 281.92º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D4A93 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 74 | 147 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.42 |
| HSL | 281.92º | 0.33% | 0.43% | - |
| HSV(B) | 281.92º | 0.5% | 0.58% | - |
| XYZ | 16.17 | 11.36 | 28.94 | - |
| YUV | 97.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 147 | 0.15 | 0.50 | 0 | 0.42 | 281.92 | 0.33 | 0.43 |
| Hex | 7D | 4A | 93 | F | 32 | 0 | 2A | 11A | 21 | 2B |
| Octal | 175 | 112 | 223 | 17 | 62 | 0 | 52 | 432 | 41 | 53 |
| Binary | 1111101 | 1001010 | 10010011 | 1111 | 110010 | 0 | 101010 | 100011010 | 100001 | 101011 |
Color Harmonies of #7D4A93
Complementary color
Monochromatic Colors of #7D4A93
Black with #7D4A93
Text Example
Text Example
White with #7D4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4A93; }
p { color: rgb(125,74,147); }
H1.HeaderClassName
{
color: #7D4A93;
}
.AnyTagClassName
{
color: #7D4A93;
}
</style>
background-color css
<style>
a { background-color: #7D4A93; }
a { background-color: rgb(125,74,147); }
div.DivClassName
{
background-color: #7D4A93;
}
.BgClassName
{
background-color: #7D4A93;
}
</style>
border-color css
<style>
span { border-color: #7D4A93; }
span { border-color: rgb(125,74,147); }
td.TdClassName
{
border-color: #7D4A93;
}
.TagClassName
{
border-color: #7D4A93;
}
</style>