Shades of Affair #734B7B
Tints of Affair #734B7B
RGB
CMYK
RGB Variations
Color information
#734B7B (or 0x734B7B) is known color: Affair. HEX triplet: 73, 4B and 7B. RGB value is (115,75,123). Sum of RGB (Red+Green+Blue) = 115+75+123=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #734B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734B7B is #8CB484. Grayscale: #5C5C5C. Windows color (decimal): -9221253 or 8080243. OLE color: 8080243.
HSL color Cylindrical-coordinate representation of color #734B7B: hue angle of 290º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #734B7B is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 75 | 123 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.52 |
| HSL | 290º | 0.24% | 0.39% | - |
| HSV(B) | 290º | 0.39% | 0.48% | - |
| XYZ | 13.16 | 10.11 | 20 | - |
| YUV | 92.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 123 | 0.07 | 0.39 | 0 | 0.52 | 290 | 0.24 | 0.39 |
| Hex | 73 | 4B | 7B | 7 | 27 | 0 | 34 | 122 | 18 | 27 |
| Octal | 163 | 113 | 173 | 7 | 47 | 0 | 64 | 442 | 30 | 47 |
| Binary | 1110011 | 1001011 | 1111011 | 111 | 100111 | 0 | 110100 | 100100010 | 11000 | 100111 |
Color Harmonies of #734B7B
Complementary color
Monochromatic Colors of #734B7B
Black with #734B7B
Text Example
Text Example
White with #734B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734B7B; }
p { color: rgb(115,75,123); }
H1.HeaderClassName
{
color: #734B7B;
}
.AnyTagClassName
{
color: #734B7B;
}
</style>
background-color css
<style>
a { background-color: #734B7B; }
a { background-color: rgb(115,75,123); }
div.DivClassName
{
background-color: #734B7B;
}
.BgClassName
{
background-color: #734B7B;
}
</style>
border-color css
<style>
span { border-color: #734B7B; }
span { border-color: rgb(115,75,123); }
td.TdClassName
{
border-color: #734B7B;
}
.TagClassName
{
border-color: #734B7B;
}
</style>