Shades of Affair #734D8B
Tints of Affair #734D8B
RGB
CMYK
RGB Variations
Color information
#734D8B (or 0x734D8B) is known color: Affair. HEX triplet: 73, 4D and 8B. RGB value is (115,77,139). Sum of RGB (Red+Green+Blue) = 115+77+139=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #734D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734D8B is #8CB274. Grayscale: #5F5F5F. Windows color (decimal): -9220725 or 9129331. OLE color: 9129331.
HSL color Cylindrical-coordinate representation of color #734D8B: hue angle of 276.77º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #734D8B is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 77 | 139 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.45 |
| HSL | 276.77º | 0.29% | 0.42% | - |
| HSV(B) | 276.77º | 0.45% | 0.55% | - |
| XYZ | 14.38 | 10.82 | 25.76 | - |
| YUV | 95.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 139 | 0.17 | 0.45 | 0 | 0.45 | 276.77 | 0.29 | 0.42 |
| Hex | 73 | 4D | 8B | 11 | 2D | 0 | 2D | 115 | 1D | 2A |
| Octal | 163 | 115 | 213 | 21 | 55 | 0 | 55 | 425 | 35 | 52 |
| Binary | 1110011 | 1001101 | 10001011 | 10001 | 101101 | 0 | 101101 | 100010101 | 11101 | 101010 |
Color Harmonies of #734D8B
Complementary color
Monochromatic Colors of #734D8B
Black with #734D8B
Text Example
Text Example
White with #734D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D8B; }
p { color: rgb(115,77,139); }
H1.HeaderClassName
{
color: #734D8B;
}
.AnyTagClassName
{
color: #734D8B;
}
</style>
background-color css
<style>
a { background-color: #734D8B; }
a { background-color: rgb(115,77,139); }
div.DivClassName
{
background-color: #734D8B;
}
.BgClassName
{
background-color: #734D8B;
}
</style>
border-color css
<style>
span { border-color: #734D8B; }
span { border-color: rgb(115,77,139); }
td.TdClassName
{
border-color: #734D8B;
}
.TagClassName
{
border-color: #734D8B;
}
</style>