Shades of Affair #734C8C
Tints of Affair #734C8C
RGB
CMYK
RGB Variations
Color information
#734C8C (or 0x734C8C) is known color: Affair. HEX triplet: 73, 4C and 8C. RGB value is (115,76,140). Sum of RGB (Red+Green+Blue) = 115+76+140=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #734C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734C8C is #8CB373. Grayscale: #5E5E5E. Windows color (decimal): -9220980 or 9194611. OLE color: 9194611.
HSL color Cylindrical-coordinate representation of color #734C8C: hue angle of 276.56º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #734C8C is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 76 | 140 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.45 |
| HSL | 276.56º | 0.3% | 0.42% | - |
| HSV(B) | 276.56º | 0.46% | 0.55% | - |
| XYZ | 14.39 | 10.71 | 26.12 | - |
| YUV | 94.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 140 | 0.18 | 0.46 | 0 | 0.45 | 276.56 | 0.3 | 0.42 |
| Hex | 73 | 4C | 8C | 12 | 2E | 0 | 2D | 115 | 1E | 2A |
| Octal | 163 | 114 | 214 | 22 | 56 | 0 | 55 | 425 | 36 | 52 |
| Binary | 1110011 | 1001100 | 10001100 | 10010 | 101110 | 0 | 101101 | 100010101 | 11110 | 101010 |
Color Harmonies of #734C8C
Complementary color
Monochromatic Colors of #734C8C
Black with #734C8C
Text Example
Text Example
White with #734C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C8C; }
p { color: rgb(115,76,140); }
H1.HeaderClassName
{
color: #734C8C;
}
.AnyTagClassName
{
color: #734C8C;
}
</style>
background-color css
<style>
a { background-color: #734C8C; }
a { background-color: rgb(115,76,140); }
div.DivClassName
{
background-color: #734C8C;
}
.BgClassName
{
background-color: #734C8C;
}
</style>
border-color css
<style>
span { border-color: #734C8C; }
span { border-color: rgb(115,76,140); }
td.TdClassName
{
border-color: #734C8C;
}
.TagClassName
{
border-color: #734C8C;
}
</style>