Shades of Affair #734B8C
Tints of Affair #734B8C
RGB
CMYK
RGB Variations
Color information
#734B8C (or 0x734B8C) is known color: Affair. HEX triplet: 73, 4B and 8C. RGB value is (115,75,140). Sum of RGB (Red+Green+Blue) = 115+75+140=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #734B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734B8C is #8CB473. Grayscale: #5E5E5E. Windows color (decimal): -9221236 or 9194355. OLE color: 9194355.
HSL color Cylindrical-coordinate representation of color #734B8C: hue angle of 276.92º 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 #734B8C is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 75 | 140 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.45 |
| HSL | 276.92º | 0.3% | 0.42% | - |
| HSV(B) | 276.92º | 0.46% | 0.55% | - |
| XYZ | 14.32 | 10.57 | 26.1 | - |
| YUV | 94.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 140 | 0.18 | 0.46 | 0 | 0.45 | 276.92 | 0.3 | 0.42 |
| Hex | 73 | 4B | 8C | 12 | 2E | 0 | 2D | 115 | 1E | 2A |
| Octal | 163 | 113 | 214 | 22 | 56 | 0 | 55 | 425 | 36 | 52 |
| Binary | 1110011 | 1001011 | 10001100 | 10010 | 101110 | 0 | 101101 | 100010101 | 11110 | 101010 |
Color Harmonies of #734B8C
Complementary color
Monochromatic Colors of #734B8C
Black with #734B8C
Text Example
Text Example
White with #734B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734B8C; }
p { color: rgb(115,75,140); }
H1.HeaderClassName
{
color: #734B8C;
}
.AnyTagClassName
{
color: #734B8C;
}
</style>
background-color css
<style>
a { background-color: #734B8C; }
a { background-color: rgb(115,75,140); }
div.DivClassName
{
background-color: #734B8C;
}
.BgClassName
{
background-color: #734B8C;
}
</style>
border-color css
<style>
span { border-color: #734B8C; }
span { border-color: rgb(115,75,140); }
td.TdClassName
{
border-color: #734B8C;
}
.TagClassName
{
border-color: #734B8C;
}
</style>