Shades of Affair #644C7A
Tints of Affair #644C7A
RGB
CMYK
RGB Variations
Color information
#644C7A (or 0x644C7A) is known color: Affair. HEX triplet: 64, 4C and 7A. RGB value is (100,76,122). Sum of RGB (Red+Green+Blue) = 100+76+122=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #644C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644C7A is #9BB385. Grayscale: #585858. Windows color (decimal): -10204038 or 8014948. OLE color: 8014948.
HSL color Cylindrical-coordinate representation of color #644C7A: hue angle of 271.3º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #644C7A is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 76 | 122 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.52 |
| HSL | 271.3º | 0.23% | 0.39% | - |
| HSV(B) | 271.3º | 0.38% | 0.48% | - |
| XYZ | 11.35 | 9.28 | 19.61 | - |
| YUV | 88.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 122 | 0.18 | 0.38 | 0 | 0.52 | 271.3 | 0.23 | 0.39 |
| Hex | 64 | 4C | 7A | 12 | 26 | 0 | 34 | 10F | 17 | 27 |
| Octal | 144 | 114 | 172 | 22 | 46 | 0 | 64 | 417 | 27 | 47 |
| Binary | 1100100 | 1001100 | 1111010 | 10010 | 100110 | 0 | 110100 | 100001111 | 10111 | 100111 |
Color Harmonies of #644C7A
Complementary color
Monochromatic Colors of #644C7A
Black with #644C7A
Text Example
Text Example
White with #644C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C7A; }
p { color: rgb(100,76,122); }
H1.HeaderClassName
{
color: #644C7A;
}
.AnyTagClassName
{
color: #644C7A;
}
</style>
background-color css
<style>
a { background-color: #644C7A; }
a { background-color: rgb(100,76,122); }
div.DivClassName
{
background-color: #644C7A;
}
.BgClassName
{
background-color: #644C7A;
}
</style>
border-color css
<style>
span { border-color: #644C7A; }
span { border-color: rgb(100,76,122); }
td.TdClassName
{
border-color: #644C7A;
}
.TagClassName
{
border-color: #644C7A;
}
</style>