Shades of Affair #744C7D
Tints of Affair #744C7D
RGB
CMYK
RGB Variations
Color information
#744C7D (or 0x744C7D) is known color: Affair. HEX triplet: 74, 4C and 7D. RGB value is (116,76,125). Sum of RGB (Red+Green+Blue) = 116+76+125=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #744C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744C7D is #8BB382. Grayscale: #5D5D5D. Windows color (decimal): -9155459 or 8211572. OLE color: 8211572.
HSL color Cylindrical-coordinate representation of color #744C7D: hue angle of 288.98º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #744C7D is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 76 | 125 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.51 |
| HSL | 288.98º | 0.24% | 0.39% | - |
| HSV(B) | 288.98º | 0.39% | 0.49% | - |
| XYZ | 13.49 | 10.36 | 20.69 | - |
| YUV | 93.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 125 | 0.07 | 0.39 | 0 | 0.51 | 288.98 | 0.24 | 0.39 |
| Hex | 74 | 4C | 7D | 7 | 27 | 0 | 33 | 121 | 18 | 27 |
| Octal | 164 | 114 | 175 | 7 | 47 | 0 | 63 | 441 | 30 | 47 |
| Binary | 1110100 | 1001100 | 1111101 | 111 | 100111 | 0 | 110011 | 100100001 | 11000 | 100111 |
Color Harmonies of #744C7D
Complementary color
Monochromatic Colors of #744C7D
Black with #744C7D
Text Example
Text Example
White with #744C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C7D; }
p { color: rgb(116,76,125); }
H1.HeaderClassName
{
color: #744C7D;
}
.AnyTagClassName
{
color: #744C7D;
}
</style>
background-color css
<style>
a { background-color: #744C7D; }
a { background-color: rgb(116,76,125); }
div.DivClassName
{
background-color: #744C7D;
}
.BgClassName
{
background-color: #744C7D;
}
</style>
border-color css
<style>
span { border-color: #744C7D; }
span { border-color: rgb(116,76,125); }
td.TdClassName
{
border-color: #744C7D;
}
.TagClassName
{
border-color: #744C7D;
}
</style>